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

Packages that use ProfileContact
com.yahoo.marketing.apt   
 

Uses of ProfileContact in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ProfileContact
private  ProfileContact SellerProfile.contact
           
private  ProfileContact BuyerProfile.contact
           
 

Methods in com.yahoo.marketing.apt that return ProfileContact
 ProfileContact SellerProfile.getContact()
          Gets the contact value for this SellerProfile.
 ProfileContact BuyerProfile.getContact()
          Gets the contact value for this BuyerProfile.
 

Methods in com.yahoo.marketing.apt with parameters of type ProfileContact
 void SellerProfile.setContact(ProfileContact contact)
          Sets the contact value for this SellerProfile.
 void BuyerProfile.setContact(ProfileContact contact)
          Sets the contact value for this BuyerProfile.
 

Constructors in com.yahoo.marketing.apt with parameters of type ProfileContact
BuyerProfile(java.lang.String accountID, ProfileContact contact, java.lang.String description, PricingType[] pricingTypes)
           
SellerProfile(java.lang.String accountID, ProfileContact contact, java.lang.String description, PricingType[] pricingTypes)