public class RichMediaNetworkConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
RichMediaNetworkConfiguration() |
RichMediaNetworkConfiguration(BillingCustomer billingCustomer,
long changeUserId,
long customerId,
Calendar dateAssigned,
long network,
long teaserSizeLimit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BillingCustomer |
getBillingCustomer()
Gets the billingCustomer value for this RichMediaNetworkConfiguration.
|
long |
getChangeUserId()
Gets the changeUserId value for this RichMediaNetworkConfiguration.
|
long |
getCustomerId()
Gets the customerId value for this RichMediaNetworkConfiguration.
|
Calendar |
getDateAssigned()
Gets the dateAssigned value for this RichMediaNetworkConfiguration.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getNetwork()
Gets the network value for this RichMediaNetworkConfiguration.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getTeaserSizeLimit()
Gets the teaserSizeLimit value for this RichMediaNetworkConfiguration.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBillingCustomer(BillingCustomer billingCustomer)
Sets the billingCustomer value for this RichMediaNetworkConfiguration.
|
void |
setChangeUserId(long changeUserId)
Sets the changeUserId value for this RichMediaNetworkConfiguration.
|
void |
setCustomerId(long customerId)
Sets the customerId value for this RichMediaNetworkConfiguration.
|
void |
setDateAssigned(Calendar dateAssigned)
Sets the dateAssigned value for this RichMediaNetworkConfiguration.
|
void |
setNetwork(long network)
Sets the network value for this RichMediaNetworkConfiguration.
|
void |
setTeaserSizeLimit(long teaserSizeLimit)
Sets the teaserSizeLimit value for this RichMediaNetworkConfiguration.
|
public RichMediaNetworkConfiguration()
public RichMediaNetworkConfiguration(BillingCustomer billingCustomer, long changeUserId, long customerId, Calendar dateAssigned, long network, long teaserSizeLimit)
public BillingCustomer getBillingCustomer()
public void setBillingCustomer(BillingCustomer billingCustomer)
billingCustomer - public long getChangeUserId()
public void setChangeUserId(long changeUserId)
changeUserId - public long getCustomerId()
public void setCustomerId(long customerId)
customerId - public Calendar getDateAssigned()
public void setDateAssigned(Calendar dateAssigned)
dateAssigned - public long getNetwork()
public void setNetwork(long network)
network - public long getTeaserSizeLimit()
public void setTeaserSizeLimit(long teaserSizeLimit)
teaserSizeLimit - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.