|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.soap.AWSECommerceService.CollectionsCollectionCollectionSummary
public class CollectionsCollectionCollectionSummary
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Price |
highestListPrice
|
private Price |
highestSalePrice
|
private Price |
lowestListPrice
|
private Price |
lowestSalePrice
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
CollectionsCollectionCollectionSummary()
|
|
CollectionsCollectionCollectionSummary(Price lowestListPrice,
Price highestListPrice,
Price lowestSalePrice,
Price highestSalePrice)
|
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 |
Price |
getHighestListPrice()
Gets the highestListPrice value for this CollectionsCollectionCollectionSummary. |
Price |
getHighestSalePrice()
Gets the highestSalePrice value for this CollectionsCollectionCollectionSummary. |
Price |
getLowestListPrice()
Gets the lowestListPrice value for this CollectionsCollectionCollectionSummary. |
Price |
getLowestSalePrice()
Gets the lowestSalePrice value for this CollectionsCollectionCollectionSummary. |
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 |
setHighestListPrice(Price highestListPrice)
Sets the highestListPrice value for this CollectionsCollectionCollectionSummary. |
void |
setHighestSalePrice(Price highestSalePrice)
Sets the highestSalePrice value for this CollectionsCollectionCollectionSummary. |
void |
setLowestListPrice(Price lowestListPrice)
Sets the lowestListPrice value for this CollectionsCollectionCollectionSummary. |
void |
setLowestSalePrice(Price lowestSalePrice)
Sets the lowestSalePrice value for this CollectionsCollectionCollectionSummary. |
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 Price highestListPrice
private Price highestSalePrice
private Price lowestListPrice
private Price lowestSalePrice
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public CollectionsCollectionCollectionSummary()
public CollectionsCollectionCollectionSummary(Price lowestListPrice, Price highestListPrice, Price lowestSalePrice, Price highestSalePrice)
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 Price getHighestListPrice()
public Price getHighestSalePrice()
public Price getLowestListPrice()
public Price getLowestSalePrice()
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 setHighestListPrice(Price highestListPrice)
highestListPrice
- public void setHighestSalePrice(Price highestSalePrice)
highestSalePrice
- public void setLowestListPrice(Price lowestListPrice)
lowestListPrice
- public void setLowestSalePrice(Price lowestSalePrice)
lowestSalePrice
-
|
Project 4 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |