com.yahoo.marketing.apt
Class SellerProfile

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

public class SellerProfile
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  ProfileContact contact
           
private  java.lang.String description
           
private  PricingType[] pricingTypes
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SellerProfile()
           
SellerProfile(java.lang.String accountID, ProfileContact contact, java.lang.String description, PricingType[] pricingTypes)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this SellerProfile.
 ProfileContact getContact()
          Gets the contact value for this SellerProfile.
 java.lang.String getDescription()
          Gets the description value for this SellerProfile.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 PricingType[] getPricingTypes()
          Gets the pricingTypes value for this SellerProfile.
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 SellerProfile.
 void setContact(ProfileContact contact)
          Sets the contact value for this SellerProfile.
 void setDescription(java.lang.String description)
          Sets the description value for this SellerProfile.
 void setPricingTypes(PricingType[] pricingTypes)
          Sets the pricingTypes value for this SellerProfile.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accountID

private java.lang.String accountID

contact

private ProfileContact contact

description

private java.lang.String description

pricingTypes

private PricingType[] pricingTypes

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

SellerProfile

public SellerProfile()

SellerProfile

public SellerProfile(java.lang.String accountID,
                     ProfileContact contact,
                     java.lang.String description,
                     PricingType[] pricingTypes)
Method Detail

getAccountID

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

Returns:
accountID

setAccountID

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

Parameters:
accountID -

getContact

public ProfileContact getContact()
Gets the contact value for this SellerProfile.

Returns:
contact

setContact

public void setContact(ProfileContact contact)
Sets the contact value for this SellerProfile.

Parameters:
contact -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getPricingTypes

public PricingType[] getPricingTypes()
Gets the pricingTypes value for this SellerProfile.

Returns:
pricingTypes

setPricingTypes

public void setPricingTypes(PricingType[] pricingTypes)
Sets the pricingTypes value for this SellerProfile.

Parameters:
pricingTypes -

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