|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.Offer
public class Offer
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private LoyaltyPoints |
loyaltyPoints
|
private Merchant |
merchant
|
private OfferAttributes |
offerAttributes
|
private OfferListing[] |
offerListing
|
private Promotion[] |
promotions
|
private Seller |
seller
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
Offer()
|
|
Offer(Merchant merchant,
Seller seller,
OfferAttributes offerAttributes,
OfferListing[] offerListing,
LoyaltyPoints loyaltyPoints,
Promotion[] promotions)
|
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 |
LoyaltyPoints |
getLoyaltyPoints()
Gets the loyaltyPoints value for this Offer. |
Merchant |
getMerchant()
Gets the merchant value for this Offer. |
OfferAttributes |
getOfferAttributes()
Gets the offerAttributes value for this Offer. |
OfferListing[] |
getOfferListing()
Gets the offerListing value for this Offer. |
OfferListing |
getOfferListing(int i)
|
Promotion[] |
getPromotions()
Gets the promotions value for this Offer. |
Seller |
getSeller()
Gets the seller value for this Offer. |
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 |
setLoyaltyPoints(LoyaltyPoints loyaltyPoints)
Sets the loyaltyPoints value for this Offer. |
void |
setMerchant(Merchant merchant)
Sets the merchant value for this Offer. |
void |
setOfferAttributes(OfferAttributes offerAttributes)
Sets the offerAttributes value for this Offer. |
void |
setOfferListing(int i,
OfferListing _value)
|
void |
setOfferListing(OfferListing[] offerListing)
Sets the offerListing value for this Offer. |
void |
setPromotions(Promotion[] promotions)
Sets the promotions value for this Offer. |
void |
setSeller(Seller seller)
Sets the seller value for this Offer. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private LoyaltyPoints loyaltyPoints
private Merchant merchant
private OfferAttributes offerAttributes
private OfferListing[] offerListing
private Promotion[] promotions
private Seller seller
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public Offer()
public Offer(Merchant merchant, Seller seller, OfferAttributes offerAttributes, OfferListing[] offerListing, LoyaltyPoints loyaltyPoints, Promotion[] promotions)
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public LoyaltyPoints getLoyaltyPoints()
public Merchant getMerchant()
public OfferAttributes getOfferAttributes()
public OfferListing[] getOfferListing()
public OfferListing getOfferListing(int i)
public Promotion[] getPromotions()
public Seller getSeller()
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.description.TypeDesc getTypeDesc()
public int hashCode()
hashCode
in class java.lang.Object
public void setLoyaltyPoints(LoyaltyPoints loyaltyPoints)
loyaltyPoints
- public void setMerchant(Merchant merchant)
merchant
- public void setOfferAttributes(OfferAttributes offerAttributes)
offerAttributes
- public void setOfferListing(int i, OfferListing _value)
public void setOfferListing(OfferListing[] offerListing)
offerListing
- public void setPromotions(Promotion[] promotions)
promotions
- public void setSeller(Seller seller)
seller
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |