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

Packages that use LinkContact
com.yahoo.marketing.apt   
 

Uses of LinkContact in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as LinkContact
private  LinkContact LinkParticipantDetails.contact
           
private  LinkContact LinkApproval.linkContact
           
 

Methods in com.yahoo.marketing.apt that return LinkContact
 LinkContact LinkParticipantDetails.getContact()
          Gets the contact value for this LinkParticipantDetails.
 LinkContact LinkApproval.getLinkContact()
          Gets the linkContact value for this LinkApproval.
 

Methods in com.yahoo.marketing.apt with parameters of type LinkContact
 void LinkParticipantDetails.setContact(LinkContact contact)
          Sets the contact value for this LinkParticipantDetails.
 void LinkApproval.setLinkContact(LinkContact linkContact)
          Sets the linkContact value for this LinkApproval.
 

Constructors in com.yahoo.marketing.apt with parameters of type LinkContact
LinkApproval(java.lang.Boolean approveLink, java.lang.String comments, GuaranteedDealApproval guaranteedDealApproval, LinkContact linkContact, java.lang.Long linkID, NonGuaranteedDealApproval nonGuaranteedDealApproval, Currency proposedCurrency, java.lang.Long sellerPaymentTermsInDays)
           
LinkParticipantDetails(java.util.Calendar acceptedTimestamp, java.lang.String accountID, java.lang.String comments, LinkContact contact)