|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.NonGuaranteedDeal
public class NonGuaranteedDeal
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.util.Calendar |
activationTimestamp
|
private DealParticipantDetails |
buyerDetails
|
private java.lang.Double |
buyerRevenueSharePercentage
|
private java.util.Calendar |
createTimestamp
|
private java.util.Calendar |
endDate
|
private java.util.Calendar |
lastUpdateTimestamp
|
private java.lang.String |
name
|
private DealParticipantDetails |
sellerDetails
|
private java.lang.Double |
sellerRevenueSharePercentage
|
private java.util.Calendar |
startDate
|
private AgreementStatus |
status
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
NonGuaranteedDeal()
|
|
NonGuaranteedDeal(java.util.Calendar activationTimestamp,
DealParticipantDetails buyerDetails,
java.lang.Double buyerRevenueSharePercentage,
java.util.Calendar createTimestamp,
java.util.Calendar endDate,
java.util.Calendar lastUpdateTimestamp,
java.lang.String name,
DealParticipantDetails sellerDetails,
java.lang.Double sellerRevenueSharePercentage,
java.util.Calendar startDate,
AgreementStatus status)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Calendar |
getActivationTimestamp()
Gets the activationTimestamp value for this NonGuaranteedDeal. |
DealParticipantDetails |
getBuyerDetails()
Gets the buyerDetails value for this NonGuaranteedDeal. |
java.lang.Double |
getBuyerRevenueSharePercentage()
Gets the buyerRevenueSharePercentage value for this NonGuaranteedDeal. |
java.util.Calendar |
getCreateTimestamp()
Gets the createTimestamp value for this NonGuaranteedDeal. |
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 NonGuaranteedDeal. |
java.util.Calendar |
getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this NonGuaranteedDeal. |
java.lang.String |
getName()
Gets the name value for this NonGuaranteedDeal. |
DealParticipantDetails |
getSellerDetails()
Gets the sellerDetails value for this NonGuaranteedDeal. |
java.lang.Double |
getSellerRevenueSharePercentage()
Gets the sellerRevenueSharePercentage value for this NonGuaranteedDeal. |
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 NonGuaranteedDeal. |
AgreementStatus |
getStatus()
Gets the status value for this NonGuaranteedDeal. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setActivationTimestamp(java.util.Calendar activationTimestamp)
Sets the activationTimestamp value for this NonGuaranteedDeal. |
void |
setBuyerDetails(DealParticipantDetails buyerDetails)
Sets the buyerDetails value for this NonGuaranteedDeal. |
void |
setBuyerRevenueSharePercentage(java.lang.Double buyerRevenueSharePercentage)
Sets the buyerRevenueSharePercentage value for this NonGuaranteedDeal. |
void |
setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this NonGuaranteedDeal. |
void |
setEndDate(java.util.Calendar endDate)
Sets the endDate value for this NonGuaranteedDeal. |
void |
setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this NonGuaranteedDeal. |
void |
setName(java.lang.String name)
Sets the name value for this NonGuaranteedDeal. |
void |
setSellerDetails(DealParticipantDetails sellerDetails)
Sets the sellerDetails value for this NonGuaranteedDeal. |
void |
setSellerRevenueSharePercentage(java.lang.Double sellerRevenueSharePercentage)
Sets the sellerRevenueSharePercentage value for this NonGuaranteedDeal. |
void |
setStartDate(java.util.Calendar startDate)
Sets the startDate value for this NonGuaranteedDeal. |
void |
setStatus(AgreementStatus status)
Sets the status value for this NonGuaranteedDeal. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Calendar activationTimestamp
private DealParticipantDetails buyerDetails
private java.lang.Double buyerRevenueSharePercentage
private java.util.Calendar createTimestamp
private java.util.Calendar endDate
private java.util.Calendar lastUpdateTimestamp
private java.lang.String name
private DealParticipantDetails sellerDetails
private java.lang.Double sellerRevenueSharePercentage
private java.util.Calendar startDate
private AgreementStatus status
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public NonGuaranteedDeal()
public NonGuaranteedDeal(java.util.Calendar activationTimestamp, DealParticipantDetails buyerDetails, java.lang.Double buyerRevenueSharePercentage, java.util.Calendar createTimestamp, java.util.Calendar endDate, java.util.Calendar lastUpdateTimestamp, java.lang.String name, DealParticipantDetails sellerDetails, java.lang.Double sellerRevenueSharePercentage, java.util.Calendar startDate, AgreementStatus status)
Method Detail |
---|
public java.util.Calendar getActivationTimestamp()
public void setActivationTimestamp(java.util.Calendar activationTimestamp)
activationTimestamp
- public DealParticipantDetails getBuyerDetails()
public void setBuyerDetails(DealParticipantDetails buyerDetails)
buyerDetails
- public java.lang.Double getBuyerRevenueSharePercentage()
public void setBuyerRevenueSharePercentage(java.lang.Double buyerRevenueSharePercentage)
buyerRevenueSharePercentage
- public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public java.util.Calendar getEndDate()
public void setEndDate(java.util.Calendar endDate)
endDate
- public java.util.Calendar getLastUpdateTimestamp()
public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
lastUpdateTimestamp
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public DealParticipantDetails getSellerDetails()
public void setSellerDetails(DealParticipantDetails sellerDetails)
sellerDetails
- public java.lang.Double getSellerRevenueSharePercentage()
public void setSellerRevenueSharePercentage(java.lang.Double sellerRevenueSharePercentage)
sellerRevenueSharePercentage
- public java.util.Calendar getStartDate()
public void setStartDate(java.util.Calendar startDate)
startDate
- public AgreementStatus getStatus()
public void setStatus(AgreementStatus status)
status
- 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 |