public abstract class AdBase extends Base implements Serializable
| Constructor and Description |
|---|
AdBase() |
AdBase(long id,
String name,
boolean active,
boolean archived,
long campaignId,
String comments,
Calendar endTime,
PlacementAssignment[] placementAssignments,
long sizeId,
Calendar startTime,
long typeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCampaignId()
Gets the campaignId value for this AdBase.
|
String |
getComments()
Gets the comments value for this AdBase.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getEndTime()
Gets the endTime value for this AdBase.
|
PlacementAssignment[] |
getPlacementAssignments()
Gets the placementAssignments value for this AdBase.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getSizeId()
Gets the sizeId value for this AdBase.
|
Calendar |
getStartTime()
Gets the startTime value for this AdBase.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getTypeId()
Gets the typeId value for this AdBase.
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this AdBase.
|
boolean |
isArchived()
Gets the archived value for this AdBase.
|
void |
setActive(boolean active)
Sets the active value for this AdBase.
|
void |
setArchived(boolean archived)
Sets the archived value for this AdBase.
|
void |
setCampaignId(long campaignId)
Sets the campaignId value for this AdBase.
|
void |
setComments(String comments)
Sets the comments value for this AdBase.
|
void |
setEndTime(Calendar endTime)
Sets the endTime value for this AdBase.
|
void |
setPlacementAssignments(PlacementAssignment[] placementAssignments)
Sets the placementAssignments value for this AdBase.
|
void |
setSizeId(long sizeId)
Sets the sizeId value for this AdBase.
|
void |
setStartTime(Calendar startTime)
Sets the startTime value for this AdBase.
|
void |
setTypeId(long typeId)
Sets the typeId value for this AdBase.
|
public AdBase()
public AdBase(long id,
String name,
boolean active,
boolean archived,
long campaignId,
String comments,
Calendar endTime,
PlacementAssignment[] placementAssignments,
long sizeId,
Calendar startTime,
long typeId)
public boolean isActive()
public void setActive(boolean active)
active - public boolean isArchived()
public void setArchived(boolean archived)
archived - public long getCampaignId()
public void setCampaignId(long campaignId)
campaignId - public String getComments()
public void setComments(String comments)
comments - public Calendar getEndTime()
public void setEndTime(Calendar endTime)
endTime - public PlacementAssignment[] getPlacementAssignments()
public void setPlacementAssignments(PlacementAssignment[] placementAssignments)
placementAssignments - public long getSizeId()
public void setSizeId(long sizeId)
sizeId - public Calendar getStartTime()
public void setStartTime(Calendar startTime)
startTime - public long getTypeId()
public void setTypeId(long typeId)
typeId - 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.