|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yahoo.marketing.apt.BaseRate
public class BaseRate
| Field Summary | |
|---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.util.Calendar |
endDate
|
private java.lang.Double |
floorCPM
|
private java.lang.Long |
ID
|
private java.lang.Double |
listCPM
|
private java.lang.Integer |
listFloorPercentageMarkup
|
private java.lang.Long |
rateCardID
|
private java.util.Calendar |
startDate
|
private java.lang.Double |
targetCPM
|
private java.lang.Integer |
targetFloorPercentageMarkup
|
private TargetingAttributeDescriptorWithAny[] |
targetingAttributeDescriptorsWithAny
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Constructor Summary | |
|---|---|
BaseRate()
|
|
BaseRate(java.lang.Long ID,
java.util.Calendar endDate,
java.lang.Double floorCPM,
java.lang.Double listCPM,
java.lang.Integer listFloorPercentageMarkup,
java.lang.Long rateCardID,
java.util.Calendar startDate,
java.lang.Double targetCPM,
java.lang.Integer targetFloorPercentageMarkup,
TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny)
|
|
| 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 |
java.util.Calendar |
getEndDate()
Gets the endDate value for this BaseRate. |
java.lang.Double |
getFloorCPM()
Gets the floorCPM value for this BaseRate. |
java.lang.Long |
getID()
Gets the ID value for this BaseRate. |
java.lang.Double |
getListCPM()
Gets the listCPM value for this BaseRate. |
java.lang.Integer |
getListFloorPercentageMarkup()
Gets the listFloorPercentageMarkup value for this BaseRate. |
java.lang.Long |
getRateCardID()
Gets the rateCardID value for this BaseRate. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.util.Calendar |
getStartDate()
Gets the startDate value for this BaseRate. |
java.lang.Double |
getTargetCPM()
Gets the targetCPM value for this BaseRate. |
java.lang.Integer |
getTargetFloorPercentageMarkup()
Gets the targetFloorPercentageMarkup value for this BaseRate. |
TargetingAttributeDescriptorWithAny[] |
getTargetingAttributeDescriptorsWithAny()
Gets the targetingAttributeDescriptorsWithAny value for this BaseRate. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setEndDate(java.util.Calendar endDate)
Sets the endDate value for this BaseRate. |
void |
setFloorCPM(java.lang.Double floorCPM)
Sets the floorCPM value for this BaseRate. |
void |
setID(java.lang.Long ID)
Sets the ID value for this BaseRate. |
void |
setListCPM(java.lang.Double listCPM)
Sets the listCPM value for this BaseRate. |
void |
setListFloorPercentageMarkup(java.lang.Integer listFloorPercentageMarkup)
Sets the listFloorPercentageMarkup value for this BaseRate. |
void |
setRateCardID(java.lang.Long rateCardID)
Sets the rateCardID value for this BaseRate. |
void |
setStartDate(java.util.Calendar startDate)
Sets the startDate value for this BaseRate. |
void |
setTargetCPM(java.lang.Double targetCPM)
Sets the targetCPM value for this BaseRate. |
void |
setTargetFloorPercentageMarkup(java.lang.Integer targetFloorPercentageMarkup)
Sets the targetFloorPercentageMarkup value for this BaseRate. |
void |
setTargetingAttributeDescriptorsWithAny(TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny)
Sets the targetingAttributeDescriptorsWithAny value for this BaseRate. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Long ID
private java.util.Calendar endDate
private java.lang.Double floorCPM
private java.lang.Double listCPM
private java.lang.Integer listFloorPercentageMarkup
private java.lang.Long rateCardID
private java.util.Calendar startDate
private java.lang.Double targetCPM
private java.lang.Integer targetFloorPercentageMarkup
private TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
|---|
public BaseRate()
public BaseRate(java.lang.Long ID,
java.util.Calendar endDate,
java.lang.Double floorCPM,
java.lang.Double listCPM,
java.lang.Integer listFloorPercentageMarkup,
java.lang.Long rateCardID,
java.util.Calendar startDate,
java.lang.Double targetCPM,
java.lang.Integer targetFloorPercentageMarkup,
TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny)
| Method Detail |
|---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID - public java.util.Calendar getEndDate()
public void setEndDate(java.util.Calendar endDate)
endDate - public java.lang.Double getFloorCPM()
public void setFloorCPM(java.lang.Double floorCPM)
floorCPM - public java.lang.Double getListCPM()
public void setListCPM(java.lang.Double listCPM)
listCPM - public java.lang.Integer getListFloorPercentageMarkup()
public void setListFloorPercentageMarkup(java.lang.Integer listFloorPercentageMarkup)
listFloorPercentageMarkup - public java.lang.Long getRateCardID()
public void setRateCardID(java.lang.Long rateCardID)
rateCardID - public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate - public java.lang.Double getTargetCPM()
public void setTargetCPM(java.lang.Double targetCPM)
targetCPM - public java.lang.Integer getTargetFloorPercentageMarkup()
public void setTargetFloorPercentageMarkup(java.lang.Integer targetFloorPercentageMarkup)
targetFloorPercentageMarkup - public TargetingAttributeDescriptorWithAny[] getTargetingAttributeDescriptorsWithAny()
public void setTargetingAttributeDescriptorsWithAny(TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny)
targetingAttributeDescriptorsWithAny - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||