public class CreativeField extends CreativeFieldBase implements Serializable
| Constructor and Description |
|---|
CreativeField() |
CreativeField(long id,
String name,
long advertiserId,
long totalNumberOfValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAdvertiserId()
Gets the advertiserId value for this CreativeField.
|
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
|
long |
getTotalNumberOfValues()
Gets the totalNumberOfValues value for this CreativeField.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAdvertiserId(long advertiserId)
Sets the advertiserId value for this CreativeField.
|
void |
setTotalNumberOfValues(long totalNumberOfValues)
Sets the totalNumberOfValues value for this CreativeField.
|
public CreativeField()
public CreativeField(long id,
String name,
long advertiserId,
long totalNumberOfValues)
public long getAdvertiserId()
public void setAdvertiserId(long advertiserId)
advertiserId - public long getTotalNumberOfValues()
public void setTotalNumberOfValues(long totalNumberOfValues)
totalNumberOfValues - public boolean equals(Object obj)
equals in class CreativeFieldBasepublic int hashCode()
hashCode in class CreativeFieldBasepublic 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.