public class CreativeFieldValue extends CreativeFieldValueBase implements Serializable
| Constructor and Description |
|---|
CreativeFieldValue() |
CreativeFieldValue(long id,
String name,
long creativeFieldId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCreativeFieldId()
Gets the creativeFieldId value for this CreativeFieldValue.
|
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 |
setCreativeFieldId(long creativeFieldId)
Sets the creativeFieldId value for this CreativeFieldValue.
|
public CreativeFieldValue()
public CreativeFieldValue(long id,
String name,
long creativeFieldId)
public long getCreativeFieldId()
public void setCreativeFieldId(long creativeFieldId)
creativeFieldId - public boolean equals(Object obj)
equals in class CreativeFieldValueBasepublic int hashCode()
hashCode in class CreativeFieldValueBasepublic 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.