com.yahoo.marketing.apt
Class Site

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

public class Site
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  java.lang.String description
           
private  java.lang.Long ID
           
private  java.lang.String language
           
private  java.util.Calendar lastUpdateTimestamp
           
private  java.lang.String name
           
private  SiteStatus status
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String url
           
 
Constructor Summary
Site()
           
Site(java.lang.Long ID, java.lang.String accountID, java.util.Calendar createTimestamp, java.lang.String description, java.lang.String language, java.util.Calendar lastUpdateTimestamp, java.lang.String name, SiteStatus status, java.lang.String url)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this Site.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this Site.
 java.lang.String getDescription()
          Gets the description value for this Site.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Long getID()
          Gets the ID value for this Site.
 java.lang.String getLanguage()
          Gets the language value for this Site.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this Site.
 java.lang.String getName()
          Gets the name value for this Site.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SiteStatus getStatus()
          Gets the status value for this Site.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrl()
          Gets the url value for this Site.
 int hashCode()
           
 void setAccountID(java.lang.String accountID)
          Sets the accountID value for this Site.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this Site.
 void setDescription(java.lang.String description)
          Sets the description value for this Site.
 void setID(java.lang.Long ID)
          Sets the ID value for this Site.
 void setLanguage(java.lang.String language)
          Sets the language value for this Site.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this Site.
 void setName(java.lang.String name)
          Sets the name value for this Site.
 void setStatus(SiteStatus status)
          Sets the status value for this Site.
 void setUrl(java.lang.String url)
          Sets the url value for this Site.
 
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

description

private java.lang.String description

language

private java.lang.String language

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

name

private java.lang.String name

status

private SiteStatus status

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

Site

public Site()

Site

public Site(java.lang.Long ID,
            java.lang.String accountID,
            java.util.Calendar createTimestamp,
            java.lang.String description,
            java.lang.String language,
            java.util.Calendar lastUpdateTimestamp,
            java.lang.String name,
            SiteStatus status,
            java.lang.String url)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getAccountID

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

Returns:
accountID

setAccountID

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

Parameters:
accountID -

getCreateTimestamp

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

Returns:
createTimestamp

setCreateTimestamp

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

Parameters:
createTimestamp -

getDescription

public java.lang.String getDescription()
Gets the description value for this Site.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Site.

Parameters:
description -

getLanguage

public java.lang.String getLanguage()
Gets the language value for this Site.

Returns:
language

setLanguage

public void setLanguage(java.lang.String language)
Sets the language value for this Site.

Parameters:
language -

getLastUpdateTimestamp

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

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

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

Parameters:
lastUpdateTimestamp -

getName

public java.lang.String getName()
Gets the name value for this Site.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Site.

Parameters:
name -

getStatus

public SiteStatus getStatus()
Gets the status value for this Site.

Returns:
status

setStatus

public void setStatus(SiteStatus status)
Sets the status value for this Site.

Parameters:
status -

getUrl

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

Returns:
url

setUrl

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

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