com.yahoo.marketing.apt
Class SiteAccess

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

public class SiteAccess
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.Long ID
           
private  SiteAccessMethod method
           
private  java.lang.String password
           
private  java.lang.String passwordParameter
           
private  java.lang.Long siteID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String url
           
private  java.lang.String username
           
private  java.lang.String usernameParameter
           
 
Constructor Summary
SiteAccess()
           
SiteAccess(java.lang.Long ID, SiteAccessMethod method, java.lang.String password, java.lang.String passwordParameter, java.lang.Long siteID, java.lang.String url, java.lang.String username, java.lang.String usernameParameter)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 SiteAccess.
 SiteAccessMethod getMethod()
          Gets the method value for this SiteAccess.
 java.lang.String getPassword()
          Gets the password value for this SiteAccess.
 java.lang.String getPasswordParameter()
          Gets the passwordParameter value for this SiteAccess.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.Long getSiteID()
          Gets the siteID value for this SiteAccess.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrl()
          Gets the url value for this SiteAccess.
 java.lang.String getUsername()
          Gets the username value for this SiteAccess.
 java.lang.String getUsernameParameter()
          Gets the usernameParameter value for this SiteAccess.
 int hashCode()
           
 void setID(java.lang.Long ID)
          Sets the ID value for this SiteAccess.
 void setMethod(SiteAccessMethod method)
          Sets the method value for this SiteAccess.
 void setPassword(java.lang.String password)
          Sets the password value for this SiteAccess.
 void setPasswordParameter(java.lang.String passwordParameter)
          Sets the passwordParameter value for this SiteAccess.
 void setSiteID(java.lang.Long siteID)
          Sets the siteID value for this SiteAccess.
 void setUrl(java.lang.String url)
          Sets the url value for this SiteAccess.
 void setUsername(java.lang.String username)
          Sets the username value for this SiteAccess.
 void setUsernameParameter(java.lang.String usernameParameter)
          Sets the usernameParameter value for this SiteAccess.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.Long ID

method

private SiteAccessMethod method

password

private java.lang.String password

passwordParameter

private java.lang.String passwordParameter

siteID

private java.lang.Long siteID

url

private java.lang.String url

username

private java.lang.String username

usernameParameter

private java.lang.String usernameParameter

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

SiteAccess

public SiteAccess()

SiteAccess

public SiteAccess(java.lang.Long ID,
                  SiteAccessMethod method,
                  java.lang.String password,
                  java.lang.String passwordParameter,
                  java.lang.Long siteID,
                  java.lang.String url,
                  java.lang.String username,
                  java.lang.String usernameParameter)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getMethod

public SiteAccessMethod getMethod()
Gets the method value for this SiteAccess.

Returns:
method

setMethod

public void setMethod(SiteAccessMethod method)
Sets the method value for this SiteAccess.

Parameters:
method -

getPassword

public java.lang.String getPassword()
Gets the password value for this SiteAccess.

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the password value for this SiteAccess.

Parameters:
password -

getPasswordParameter

public java.lang.String getPasswordParameter()
Gets the passwordParameter value for this SiteAccess.

Returns:
passwordParameter

setPasswordParameter

public void setPasswordParameter(java.lang.String passwordParameter)
Sets the passwordParameter value for this SiteAccess.

Parameters:
passwordParameter -

getSiteID

public java.lang.Long getSiteID()
Gets the siteID value for this SiteAccess.

Returns:
siteID

setSiteID

public void setSiteID(java.lang.Long siteID)
Sets the siteID value for this SiteAccess.

Parameters:
siteID -

getUrl

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

Returns:
url

setUrl

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

Parameters:
url -

getUsername

public java.lang.String getUsername()
Gets the username value for this SiteAccess.

Returns:
username

setUsername

public void setUsername(java.lang.String username)
Sets the username value for this SiteAccess.

Parameters:
username -

getUsernameParameter

public java.lang.String getUsernameParameter()
Gets the usernameParameter value for this SiteAccess.

Returns:
usernameParameter

setUsernameParameter

public void setUsernameParameter(java.lang.String usernameParameter)
Sets the usernameParameter value for this SiteAccess.

Parameters:
usernameParameter -

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