public abstract class HTMLCreativeBase extends CreativeBase implements Serializable
| Constructor and Description |
|---|
HTMLCreativeBase() |
HTMLCreativeBase(long id,
String name,
boolean active,
long advertiserId,
boolean archived,
CreativeFieldAssignment[] creativeFieldAssignments,
long sizeId,
long typeId,
int version,
String HTMLCode,
HTMLCreativeAsset[] creativeAssets) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HTMLCreativeAsset[] |
getCreativeAssets()
Gets the creativeAssets value for this HTMLCreativeBase.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getHTMLCode()
Gets the HTMLCode value for this HTMLCreativeBase.
|
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 |
setCreativeAssets(HTMLCreativeAsset[] creativeAssets)
Sets the creativeAssets value for this HTMLCreativeBase.
|
void |
setHTMLCode(String HTMLCode)
Sets the HTMLCode value for this HTMLCreativeBase.
|
getAdvertiserId, getCreativeFieldAssignments, getSizeId, getTypeId, getVersion, isActive, isArchived, setActive, setAdvertiserId, setArchived, setCreativeFieldAssignments, setSizeId, setTypeId, setVersionpublic HTMLCreativeBase()
public HTMLCreativeBase(long id,
String name,
boolean active,
long advertiserId,
boolean archived,
CreativeFieldAssignment[] creativeFieldAssignments,
long sizeId,
long typeId,
int version,
String HTMLCode,
HTMLCreativeAsset[] creativeAssets)
public String getHTMLCode()
public void setHTMLCode(String HTMLCode)
HTMLCode - public HTMLCreativeAsset[] getCreativeAssets()
public void setCreativeAssets(HTMLCreativeAsset[] creativeAssets)
creativeAssets - public boolean equals(Object obj)
equals in class CreativeBasepublic int hashCode()
hashCode in class CreativeBasepublic 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.