public class Advertiser extends AdvertiserBase implements Serializable
| Constructor and Description |
|---|
Advertiser() |
Advertiser(long id,
String name,
long advertiserGroupId,
boolean approved,
boolean hidden,
boolean impressionExchangeEnabled,
boolean inventoryAdvertiser,
long networkId,
long spotId,
long subnetworkId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAdvertiserGroupId()
Gets the advertiserGroupId value for this Advertiser.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getNetworkId()
Gets the networkId value for this Advertiser.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getSpotId()
Gets the spotId value for this Advertiser.
|
long |
getSubnetworkId()
Gets the subnetworkId value for this Advertiser.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isApproved()
Gets the approved value for this Advertiser.
|
boolean |
isHidden()
Gets the hidden value for this Advertiser.
|
boolean |
isImpressionExchangeEnabled()
Gets the impressionExchangeEnabled value for this Advertiser.
|
boolean |
isInventoryAdvertiser()
Gets the inventoryAdvertiser value for this Advertiser.
|
void |
setAdvertiserGroupId(long advertiserGroupId)
Sets the advertiserGroupId value for this Advertiser.
|
void |
setApproved(boolean approved)
Sets the approved value for this Advertiser.
|
void |
setHidden(boolean hidden)
Sets the hidden value for this Advertiser.
|
void |
setImpressionExchangeEnabled(boolean impressionExchangeEnabled)
Sets the impressionExchangeEnabled value for this Advertiser.
|
void |
setInventoryAdvertiser(boolean inventoryAdvertiser)
Sets the inventoryAdvertiser value for this Advertiser.
|
void |
setNetworkId(long networkId)
Sets the networkId value for this Advertiser.
|
void |
setSpotId(long spotId)
Sets the spotId value for this Advertiser.
|
void |
setSubnetworkId(long subnetworkId)
Sets the subnetworkId value for this Advertiser.
|
public Advertiser()
public Advertiser(long id,
String name,
long advertiserGroupId,
boolean approved,
boolean hidden,
boolean impressionExchangeEnabled,
boolean inventoryAdvertiser,
long networkId,
long spotId,
long subnetworkId)
public long getAdvertiserGroupId()
public void setAdvertiserGroupId(long advertiserGroupId)
advertiserGroupId - public boolean isApproved()
public void setApproved(boolean approved)
approved - public boolean isHidden()
public void setHidden(boolean hidden)
hidden - public boolean isImpressionExchangeEnabled()
public void setImpressionExchangeEnabled(boolean impressionExchangeEnabled)
impressionExchangeEnabled - public boolean isInventoryAdvertiser()
public void setInventoryAdvertiser(boolean inventoryAdvertiser)
inventoryAdvertiser - public long getNetworkId()
public void setNetworkId(long networkId)
networkId - public long getSpotId()
public void setSpotId(long spotId)
spotId - public long getSubnetworkId()
public void setSubnetworkId(long subnetworkId)
subnetworkId - public boolean equals(Object obj)
equals in class AdvertiserBasepublic int hashCode()
hashCode in class AdvertiserBasepublic 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.