|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.Url
public class Url
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
accountID
|
private java.util.Calendar |
createTimestamp
|
private EditorialStatus |
editorialStatus
|
private java.lang.Long |
ID
|
private java.util.Calendar |
lastUpdateTimestamp
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.String |
url
|
Constructor Summary | |
---|---|
Url()
|
|
Url(java.lang.Long ID,
java.lang.String accountID,
java.util.Calendar createTimestamp,
EditorialStatus editorialStatus,
java.util.Calendar lastUpdateTimestamp,
java.lang.String url)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccountID()
Gets the accountID value for this Url. |
java.util.Calendar |
getCreateTimestamp()
Gets the createTimestamp value for this Url. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
EditorialStatus |
getEditorialStatus()
Gets the editorialStatus value for this Url. |
java.lang.Long |
getID()
Gets the ID value for this Url. |
java.util.Calendar |
getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this Url. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getUrl()
Gets the url value for this Url. |
int |
hashCode()
|
void |
setAccountID(java.lang.String accountID)
Sets the accountID value for this Url. |
void |
setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this Url. |
void |
setEditorialStatus(EditorialStatus editorialStatus)
Sets the editorialStatus value for this Url. |
void |
setID(java.lang.Long ID)
Sets the ID value for this Url. |
void |
setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this Url. |
void |
setUrl(java.lang.String url)
Sets the url value for this Url. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Long ID
private java.lang.String accountID
private java.util.Calendar createTimestamp
private EditorialStatus editorialStatus
private java.util.Calendar lastUpdateTimestamp
private java.lang.String url
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public Url()
public Url(java.lang.Long ID, java.lang.String accountID, java.util.Calendar createTimestamp, EditorialStatus editorialStatus, java.util.Calendar lastUpdateTimestamp, java.lang.String url)
Method Detail |
---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID
- public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public EditorialStatus getEditorialStatus()
public void setEditorialStatus(EditorialStatus editorialStatus)
editorialStatus
- public java.util.Calendar getLastUpdateTimestamp()
public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
lastUpdateTimestamp
- public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |