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

Packages that use GuaranteedDealApproval
com.yahoo.marketing.apt   
 

Uses of GuaranteedDealApproval in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as GuaranteedDealApproval
private  GuaranteedDealApproval LinkApproval.guaranteedDealApproval
           
 

Methods in com.yahoo.marketing.apt that return GuaranteedDealApproval
 GuaranteedDealApproval LinkApproval.getGuaranteedDealApproval()
          Gets the guaranteedDealApproval value for this LinkApproval.
 

Methods in com.yahoo.marketing.apt with parameters of type GuaranteedDealApproval
 void LinkApproval.setGuaranteedDealApproval(GuaranteedDealApproval guaranteedDealApproval)
          Sets the guaranteedDealApproval value for this LinkApproval.
 

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