|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.Inventory
public class Inventory
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.Long |
availableImpressions
|
private java.lang.Long |
bookableImpressions
|
private java.lang.Double |
floorPrice
|
private java.lang.Double |
listPrice
|
private DateRange[] |
soldOutPeriods
|
private java.lang.Double |
targetPrice
|
private java.lang.Long |
totalImpressions
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
Inventory()
|
|
Inventory(java.lang.Long availableImpressions,
java.lang.Long bookableImpressions,
java.lang.Double floorPrice,
java.lang.Double listPrice,
DateRange[] soldOutPeriods,
java.lang.Double targetPrice,
java.lang.Long totalImpressions)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Long |
getAvailableImpressions()
Gets the availableImpressions value for this Inventory. |
java.lang.Long |
getBookableImpressions()
Gets the bookableImpressions value for this Inventory. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.Double |
getFloorPrice()
Gets the floorPrice value for this Inventory. |
java.lang.Double |
getListPrice()
Gets the listPrice value for this Inventory. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
DateRange[] |
getSoldOutPeriods()
Gets the soldOutPeriods value for this Inventory. |
java.lang.Double |
getTargetPrice()
Gets the targetPrice value for this Inventory. |
java.lang.Long |
getTotalImpressions()
Gets the totalImpressions value for this Inventory. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAvailableImpressions(java.lang.Long availableImpressions)
Sets the availableImpressions value for this Inventory. |
void |
setBookableImpressions(java.lang.Long bookableImpressions)
Sets the bookableImpressions value for this Inventory. |
void |
setFloorPrice(java.lang.Double floorPrice)
Sets the floorPrice value for this Inventory. |
void |
setListPrice(java.lang.Double listPrice)
Sets the listPrice value for this Inventory. |
void |
setSoldOutPeriods(DateRange[] soldOutPeriods)
Sets the soldOutPeriods value for this Inventory. |
void |
setTargetPrice(java.lang.Double targetPrice)
Sets the targetPrice value for this Inventory. |
void |
setTotalImpressions(java.lang.Long totalImpressions)
Sets the totalImpressions value for this Inventory. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.Long availableImpressions
private java.lang.Long bookableImpressions
private java.lang.Double floorPrice
private java.lang.Double listPrice
private DateRange[] soldOutPeriods
private java.lang.Double targetPrice
private java.lang.Long totalImpressions
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public Inventory()
public Inventory(java.lang.Long availableImpressions, java.lang.Long bookableImpressions, java.lang.Double floorPrice, java.lang.Double listPrice, DateRange[] soldOutPeriods, java.lang.Double targetPrice, java.lang.Long totalImpressions)
Method Detail |
---|
public java.lang.Long getAvailableImpressions()
public void setAvailableImpressions(java.lang.Long availableImpressions)
availableImpressions
- public java.lang.Long getBookableImpressions()
public void setBookableImpressions(java.lang.Long bookableImpressions)
bookableImpressions
- public java.lang.Double getFloorPrice()
public void setFloorPrice(java.lang.Double floorPrice)
floorPrice
- public java.lang.Double getListPrice()
public void setListPrice(java.lang.Double listPrice)
listPrice
- public DateRange[] getSoldOutPeriods()
public void setSoldOutPeriods(DateRange[] soldOutPeriods)
soldOutPeriods
- public java.lang.Double getTargetPrice()
public void setTargetPrice(java.lang.Double targetPrice)
targetPrice
- public java.lang.Long getTotalImpressions()
public void setTotalImpressions(java.lang.Long totalImpressions)
totalImpressions
- 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 |