public abstract class CreativeBase extends Base implements Serializable
| Constructor and Description |
|---|
CreativeBase() |
CreativeBase(long id,
String name,
boolean active,
long advertiserId,
boolean archived,
CreativeFieldAssignment[] creativeFieldAssignments,
Calendar modifiedDate,
long renderingId,
long sizeId,
long typeId,
int version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAdvertiserId()
Gets the advertiserId value for this CreativeBase.
|
CreativeFieldAssignment[] |
getCreativeFieldAssignments()
Gets the creativeFieldAssignments value for this CreativeBase.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getModifiedDate()
Gets the modifiedDate value for this CreativeBase.
|
long |
getRenderingId()
Gets the renderingId value for this CreativeBase.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getSizeId()
Gets the sizeId value for this CreativeBase.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getTypeId()
Gets the typeId value for this CreativeBase.
|
int |
getVersion()
Gets the version value for this CreativeBase.
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this CreativeBase.
|
boolean |
isArchived()
Gets the archived value for this CreativeBase.
|
void |
setActive(boolean active)
Sets the active value for this CreativeBase.
|
void |
setAdvertiserId(long advertiserId)
Sets the advertiserId value for this CreativeBase.
|
void |
setArchived(boolean archived)
Sets the archived value for this CreativeBase.
|
void |
setCreativeFieldAssignments(CreativeFieldAssignment[] creativeFieldAssignments)
Sets the creativeFieldAssignments value for this CreativeBase.
|
void |
setModifiedDate(Calendar modifiedDate)
Sets the modifiedDate value for this CreativeBase.
|
void |
setRenderingId(long renderingId)
Sets the renderingId value for this CreativeBase.
|
void |
setSizeId(long sizeId)
Sets the sizeId value for this CreativeBase.
|
void |
setTypeId(long typeId)
Sets the typeId value for this CreativeBase.
|
void |
setVersion(int version)
Sets the version value for this CreativeBase.
|
public CreativeBase()
public CreativeBase(long id,
String name,
boolean active,
long advertiserId,
boolean archived,
CreativeFieldAssignment[] creativeFieldAssignments,
Calendar modifiedDate,
long renderingId,
long sizeId,
long typeId,
int version)
public boolean isActive()
public void setActive(boolean active)
active - public long getAdvertiserId()
public void setAdvertiserId(long advertiserId)
advertiserId - public boolean isArchived()
public void setArchived(boolean archived)
archived - public CreativeFieldAssignment[] getCreativeFieldAssignments()
public void setCreativeFieldAssignments(CreativeFieldAssignment[] creativeFieldAssignments)
creativeFieldAssignments - public Calendar getModifiedDate()
public void setModifiedDate(Calendar modifiedDate)
modifiedDate - public long getRenderingId()
public void setRenderingId(long renderingId)
renderingId - public long getSizeId()
public void setSizeId(long sizeId)
sizeId - public long getTypeId()
public void setTypeId(long typeId)
typeId - public int getVersion()
public void setVersion(int version)
version - 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.