|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.SellerProfile
public class SellerProfile
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 |
---|
private java.lang.String accountID
private ProfileContact contact
private java.lang.String description
private PricingType[] pricingTypes
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public SellerProfile()
public SellerProfile(java.lang.String accountID, ProfileContact contact, java.lang.String description, PricingType[] pricingTypes)
Method Detail |
---|
public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public ProfileContact getContact()
public void setContact(ProfileContact contact)
contact
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public PricingType[] getPricingTypes()
public void setPricingTypes(PricingType[] pricingTypes)
pricingTypes
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |