Uses of Class
com.yahoo.marketing.apt.LinkParticipantDetails

Packages that use LinkParticipantDetails
com.yahoo.marketing.apt   
 

Uses of LinkParticipantDetails in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as LinkParticipantDetails
private  LinkParticipantDetails Link.buyerDetails
           
private  LinkParticipantDetails Link.sellerDetails
           
 

Methods in com.yahoo.marketing.apt that return LinkParticipantDetails
 LinkParticipantDetails Link.getBuyerDetails()
          Gets the buyerDetails value for this Link.
 LinkParticipantDetails Link.getSellerDetails()
          Gets the sellerDetails value for this Link.
 

Methods in com.yahoo.marketing.apt with parameters of type LinkParticipantDetails
 void Link.setBuyerDetails(LinkParticipantDetails buyerDetails)
          Sets the buyerDetails value for this Link.
 void Link.setSellerDetails(LinkParticipantDetails sellerDetails)
          Sets the sellerDetails value for this Link.
 

Constructors in com.yahoo.marketing.apt with parameters of type LinkParticipantDetails
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)