public class CampaignBase extends Base implements Serializable
| Constructor and Description |
|---|
CampaignBase() |
CampaignBase(long id,
String name,
long advertiserId,
boolean archived,
String billingInvoiceNotation,
String comments,
long defaultLandingPageId,
Calendar endDate,
Calendar startDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAdvertiserId()
Gets the advertiserId value for this CampaignBase.
|
String |
getBillingInvoiceNotation()
Gets the billingInvoiceNotation value for this CampaignBase.
|
String |
getComments()
Gets the comments value for this CampaignBase.
|
long |
getDefaultLandingPageId()
Gets the defaultLandingPageId value for this CampaignBase.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getEndDate()
Gets the endDate value for this CampaignBase.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Calendar |
getStartDate()
Gets the startDate value for this CampaignBase.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isArchived()
Gets the archived value for this CampaignBase.
|
void |
setAdvertiserId(long advertiserId)
Sets the advertiserId value for this CampaignBase.
|
void |
setArchived(boolean archived)
Sets the archived value for this CampaignBase.
|
void |
setBillingInvoiceNotation(String billingInvoiceNotation)
Sets the billingInvoiceNotation value for this CampaignBase.
|
void |
setComments(String comments)
Sets the comments value for this CampaignBase.
|
void |
setDefaultLandingPageId(long defaultLandingPageId)
Sets the defaultLandingPageId value for this CampaignBase.
|
void |
setEndDate(Calendar endDate)
Sets the endDate value for this CampaignBase.
|
void |
setStartDate(Calendar startDate)
Sets the startDate value for this CampaignBase.
|
public long getAdvertiserId()
public void setAdvertiserId(long advertiserId)
advertiserId - public boolean isArchived()
public void setArchived(boolean archived)
archived - public String getBillingInvoiceNotation()
public void setBillingInvoiceNotation(String billingInvoiceNotation)
billingInvoiceNotation - public String getComments()
public void setComments(String comments)
comments - public long getDefaultLandingPageId()
public void setDefaultLandingPageId(long defaultLandingPageId)
defaultLandingPageId - public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate - public Calendar getStartDate()
public void setStartDate(Calendar startDate)
startDate - 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.