|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.Link
public class Link
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.util.Calendar |
activationTimestamp
|
private LinkParticipantDetails |
buyerDetails
|
private java.util.Calendar |
createTimestamp
|
private Currency |
currency
|
private GuaranteedDeal |
guaranteedDeal
|
private java.lang.Long |
ID
|
private java.util.Calendar |
lastUpdateTimestamp
|
private NonGuaranteedDeal |
nonGuaranteedDeal
|
private java.lang.Long |
paymentTermsInDays
|
private LinkParticipantDetails |
sellerDetails
|
private AgreementStatus |
status
|
private TimeZone |
timezone
|
private LinkType |
type
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
Link()
|
|
Link(java.lang.Long ID,
java.util.Calendar activationTimestamp,
LinkParticipantDetails buyerDetails,
java.util.Calendar createTimestamp,
Currency currency,
GuaranteedDeal guaranteedDeal,
java.util.Calendar lastUpdateTimestamp,
NonGuaranteedDeal nonGuaranteedDeal,
java.lang.Long paymentTermsInDays,
LinkParticipantDetails sellerDetails,
AgreementStatus status,
TimeZone timezone,
LinkType type)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Calendar |
getActivationTimestamp()
Gets the activationTimestamp value for this Link. |
LinkParticipantDetails |
getBuyerDetails()
Gets the buyerDetails value for this Link. |
java.util.Calendar |
getCreateTimestamp()
Gets the createTimestamp value for this Link. |
Currency |
getCurrency()
Gets the currency value for this Link. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
GuaranteedDeal |
getGuaranteedDeal()
Gets the guaranteedDeal value for this Link. |
java.lang.Long |
getID()
Gets the ID value for this Link. |
java.util.Calendar |
getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this Link. |
NonGuaranteedDeal |
getNonGuaranteedDeal()
Gets the nonGuaranteedDeal value for this Link. |
java.lang.Long |
getPaymentTermsInDays()
Gets the paymentTermsInDays value for this Link. |
LinkParticipantDetails |
getSellerDetails()
Gets the sellerDetails value for this Link. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
AgreementStatus |
getStatus()
Gets the status value for this Link. |
TimeZone |
getTimezone()
Gets the timezone value for this Link. |
LinkType |
getType()
Gets the type value for this Link. |
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 Link. |
void |
setBuyerDetails(LinkParticipantDetails buyerDetails)
Sets the buyerDetails value for this Link. |
void |
setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this Link. |
void |
setCurrency(Currency currency)
Sets the currency value for this Link. |
void |
setGuaranteedDeal(GuaranteedDeal guaranteedDeal)
Sets the guaranteedDeal value for this Link. |
void |
setID(java.lang.Long ID)
Sets the ID value for this Link. |
void |
setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this Link. |
void |
setNonGuaranteedDeal(NonGuaranteedDeal nonGuaranteedDeal)
Sets the nonGuaranteedDeal value for this Link. |
void |
setPaymentTermsInDays(java.lang.Long paymentTermsInDays)
Sets the paymentTermsInDays value for this Link. |
void |
setSellerDetails(LinkParticipantDetails sellerDetails)
Sets the sellerDetails value for this Link. |
void |
setStatus(AgreementStatus status)
Sets the status value for this Link. |
void |
setTimezone(TimeZone timezone)
Sets the timezone value for this Link. |
void |
setType(LinkType type)
Sets the type value for this Link. |
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 activationTimestamp
private LinkParticipantDetails buyerDetails
private java.util.Calendar createTimestamp
private Currency currency
private GuaranteedDeal guaranteedDeal
private java.util.Calendar lastUpdateTimestamp
private NonGuaranteedDeal nonGuaranteedDeal
private java.lang.Long paymentTermsInDays
private LinkParticipantDetails sellerDetails
private AgreementStatus status
private TimeZone timezone
private LinkType type
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public Link()
public Link(java.lang.Long ID, java.util.Calendar activationTimestamp, LinkParticipantDetails buyerDetails, java.util.Calendar createTimestamp, Currency currency, GuaranteedDeal guaranteedDeal, java.util.Calendar lastUpdateTimestamp, NonGuaranteedDeal nonGuaranteedDeal, java.lang.Long paymentTermsInDays, LinkParticipantDetails sellerDetails, AgreementStatus status, TimeZone timezone, LinkType type)
Method Detail |
---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID
- public java.util.Calendar getActivationTimestamp()
public void setActivationTimestamp(java.util.Calendar activationTimestamp)
activationTimestamp
- public LinkParticipantDetails getBuyerDetails()
public void setBuyerDetails(LinkParticipantDetails buyerDetails)
buyerDetails
- public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public Currency getCurrency()
public void setCurrency(Currency currency)
currency
- public GuaranteedDeal getGuaranteedDeal()
public void setGuaranteedDeal(GuaranteedDeal guaranteedDeal)
guaranteedDeal
- public java.util.Calendar getLastUpdateTimestamp()
public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
lastUpdateTimestamp
- public NonGuaranteedDeal getNonGuaranteedDeal()
public void setNonGuaranteedDeal(NonGuaranteedDeal nonGuaranteedDeal)
nonGuaranteedDeal
- public java.lang.Long getPaymentTermsInDays()
public void setPaymentTermsInDays(java.lang.Long paymentTermsInDays)
paymentTermsInDays
- public LinkParticipantDetails getSellerDetails()
public void setSellerDetails(LinkParticipantDetails sellerDetails)
sellerDetails
- public AgreementStatus getStatus()
public void setStatus(AgreementStatus status)
status
- public TimeZone getTimezone()
public void setTimezone(TimeZone timezone)
timezone
- public LinkType getType()
public void setType(LinkType type)
type
- 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 |