public class ProductMarketplaceInfo extends Object implements Serializable
Product.| Constructor and Description |
|---|
ProductMarketplaceInfo() |
ProductMarketplaceInfo(AdExchangeEnvironment adExchangeEnvironment,
String additionalTerms,
ValueSourceType additionalTermsSource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAdditionalTerms()
Gets the additionalTerms value for this ProductMarketplaceInfo.
|
ValueSourceType |
getAdditionalTermsSource()
Gets the additionalTermsSource value for this ProductMarketplaceInfo.
|
AdExchangeEnvironment |
getAdExchangeEnvironment()
Gets the adExchangeEnvironment value for this ProductMarketplaceInfo.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdditionalTerms(String additionalTerms)
Sets the additionalTerms value for this ProductMarketplaceInfo.
|
void |
setAdditionalTermsSource(ValueSourceType additionalTermsSource)
Sets the additionalTermsSource value for this ProductMarketplaceInfo.
|
void |
setAdExchangeEnvironment(AdExchangeEnvironment adExchangeEnvironment)
Sets the adExchangeEnvironment value for this ProductMarketplaceInfo.
|
String |
toString() |
public ProductMarketplaceInfo()
public ProductMarketplaceInfo(AdExchangeEnvironment adExchangeEnvironment, String additionalTerms, ValueSourceType additionalTermsSource)
public AdExchangeEnvironment getAdExchangeEnvironment()
AdExchangeEnvironment of the AdX Web Property this
product will serve to.
This attribute is
read-only when:public void setAdExchangeEnvironment(AdExchangeEnvironment adExchangeEnvironment)
adExchangeEnvironment - * The AdExchangeEnvironment of the AdX Web Property this
product will serve to.
This attribute is
read-only when:public String getAdditionalTerms()
additional terms value from
the product template this product is created from.
To overwrite this, set the
additionalTermsSource to ValueSourceType.DIRECTLY_SPECIFIED
when setting the value of this field.public void setAdditionalTerms(String additionalTerms)
additionalTerms - * Additional terms shown to the buyer in Marketplace.
When using sales management, this attribute is populated
with the
additional terms value from
the product template this product is created from.
To overwrite this, set the
additionalTermsSource to ValueSourceType.DIRECTLY_SPECIFIED
when setting the value of this field.public ValueSourceType getAdditionalTermsSource()
additionalTerms value.
To revert an overridden value to its default, set this field to ValueSourceType.PARENT.public void setAdditionalTermsSource(ValueSourceType additionalTermsSource)
additionalTermsSource - * Specifies the source of the additionalTerms value.
To revert an overridden value to its default, set this field to ValueSourceType.PARENT.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.