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

Packages that use NonGuaranteedDealApproval
com.yahoo.marketing.apt   
 

Uses of NonGuaranteedDealApproval in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as NonGuaranteedDealApproval
private  NonGuaranteedDealApproval LinkApproval.nonGuaranteedDealApproval
           
 

Methods in com.yahoo.marketing.apt that return NonGuaranteedDealApproval
 NonGuaranteedDealApproval LinkApproval.getNonGuaranteedDealApproval()
          Gets the nonGuaranteedDealApproval value for this LinkApproval.
 

Methods in com.yahoo.marketing.apt with parameters of type NonGuaranteedDealApproval
 void LinkApproval.setNonGuaranteedDealApproval(NonGuaranteedDealApproval nonGuaranteedDealApproval)
          Sets the nonGuaranteedDealApproval value for this LinkApproval.
 

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