com.yahoo.marketing.apt
Class Url

java.lang.Object
  extended by com.yahoo.marketing.apt.Url
All Implemented Interfaces:
java.io.Serializable

public class Url
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

ID

private java.lang.Long ID

accountID

private java.lang.String accountID

createTimestamp

private java.util.Calendar createTimestamp

editorialStatus

private EditorialStatus editorialStatus

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

url

private java.lang.String url

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

Url

public Url()

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

getID

public java.lang.Long getID()
Gets the ID value for this Url.

Returns:
ID

setID

public void setID(java.lang.Long ID)
Sets the ID value for this Url.

Parameters:
ID -

getAccountID

public java.lang.String getAccountID()
Gets the accountID value for this Url.

Returns:
accountID

setAccountID

public void setAccountID(java.lang.String accountID)
Sets the accountID value for this Url.

Parameters:
accountID -

getCreateTimestamp

public java.util.Calendar getCreateTimestamp()
Gets the createTimestamp value for this Url.

Returns:
createTimestamp

setCreateTimestamp

public void setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this Url.

Parameters:
createTimestamp -

getEditorialStatus

public EditorialStatus getEditorialStatus()
Gets the editorialStatus value for this Url.

Returns:
editorialStatus

setEditorialStatus

public void setEditorialStatus(EditorialStatus editorialStatus)
Sets the editorialStatus value for this Url.

Parameters:
editorialStatus -

getLastUpdateTimestamp

public java.util.Calendar getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this Url.

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this Url.

Parameters:
lastUpdateTimestamp -

getUrl

public java.lang.String getUrl()
Gets the url value for this Url.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this Url.

Parameters:
url -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer