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

Packages that use DealParticipantDetails
com.yahoo.marketing.apt   
 

Uses of DealParticipantDetails in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as DealParticipantDetails
private  DealParticipantDetails NonGuaranteedDeal.buyerDetails
           
private  DealParticipantDetails GuaranteedDeal.buyerDetails
           
private  DealParticipantDetails NonGuaranteedDeal.sellerDetails
           
private  DealParticipantDetails GuaranteedDeal.sellerDetails
           
 

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

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

Constructors in com.yahoo.marketing.apt with parameters of type DealParticipantDetails
GuaranteedDeal(java.util.Calendar activationTimestamp, java.lang.Long audienceSharingRuleID, DealParticipantDetails buyerDetails, java.lang.Double buyerRevenueSharePercentage, java.util.Calendar createTimestamp, java.util.Calendar endDate, java.util.Calendar lastUpdateTimestamp, java.lang.String name, DealParticipantDetails sellerDetails, java.lang.Double sellerRevenueSharePercentage, java.lang.Long sellingRuleID, java.util.Calendar startDate, AgreementStatus status)
           
NonGuaranteedDeal(java.util.Calendar activationTimestamp, DealParticipantDetails buyerDetails, java.lang.Double buyerRevenueSharePercentage, java.util.Calendar createTimestamp, java.util.Calendar endDate, java.util.Calendar lastUpdateTimestamp, java.lang.String name, DealParticipantDetails sellerDetails, java.lang.Double sellerRevenueSharePercentage, java.util.Calendar startDate, AgreementStatus status)