com.yahoo.marketing.apt
Class AccountDescriptor

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

public class AccountDescriptor
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  AccountDescriptorType accountType
           
private  java.lang.String companyName
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
AccountDescriptor()
           
AccountDescriptor(java.lang.String accountID, AccountDescriptorType accountType, java.lang.String companyName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this AccountDescriptor.
 AccountDescriptorType getAccountType()
          Gets the accountType value for this AccountDescriptor.
 java.lang.String getCompanyName()
          Gets the companyName value for this AccountDescriptor.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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
 int hashCode()
           
 void setAccountID(java.lang.String accountID)
          Sets the accountID value for this AccountDescriptor.
 void setAccountType(AccountDescriptorType accountType)
          Sets the accountType value for this AccountDescriptor.
 void setCompanyName(java.lang.String companyName)
          Sets the companyName value for this AccountDescriptor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountID

private java.lang.String accountID

accountType

private AccountDescriptorType accountType

companyName

private java.lang.String companyName

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

AccountDescriptor

public AccountDescriptor()

AccountDescriptor

public AccountDescriptor(java.lang.String accountID,
                         AccountDescriptorType accountType,
                         java.lang.String companyName)
Method Detail

getAccountID

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

Returns:
accountID

setAccountID

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

Parameters:
accountID -

getAccountType

public AccountDescriptorType getAccountType()
Gets the accountType value for this AccountDescriptor.

Returns:
accountType

setAccountType

public void setAccountType(AccountDescriptorType accountType)
Sets the accountType value for this AccountDescriptor.

Parameters:
accountType -

getCompanyName

public java.lang.String getCompanyName()
Gets the companyName value for this AccountDescriptor.

Returns:
companyName

setCompanyName

public void setCompanyName(java.lang.String companyName)
Sets the companyName value for this AccountDescriptor.

Parameters:
companyName -

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