com.yahoo.marketing.apt
Class AdTagParameters

java.lang.Object
  extended by com.yahoo.marketing.apt.AdTagParameters
All Implemented Interfaces:
java.io.Serializable

public class AdTagParameters
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Long inventoryIdentifierID
           
private  java.lang.Long siteID
           
private  TargetingAttributeDescriptor[] targetingAttributeDescriptors
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
AdTagParameters()
           
AdTagParameters(java.lang.Long inventoryIdentifierID, java.lang.Long siteID, TargetingAttributeDescriptor[] targetingAttributeDescriptors)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Long getInventoryIdentifierID()
          Gets the inventoryIdentifierID value for this AdTagParameters.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.Long getSiteID()
          Gets the siteID value for this AdTagParameters.
 TargetingAttributeDescriptor[] getTargetingAttributeDescriptors()
          Gets the targetingAttributeDescriptors value for this AdTagParameters.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setInventoryIdentifierID(java.lang.Long inventoryIdentifierID)
          Sets the inventoryIdentifierID value for this AdTagParameters.
 void setSiteID(java.lang.Long siteID)
          Sets the siteID value for this AdTagParameters.
 void setTargetingAttributeDescriptors(TargetingAttributeDescriptor[] targetingAttributeDescriptors)
          Sets the targetingAttributeDescriptors value for this AdTagParameters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inventoryIdentifierID

private java.lang.Long inventoryIdentifierID

siteID

private java.lang.Long siteID

targetingAttributeDescriptors

private TargetingAttributeDescriptor[] targetingAttributeDescriptors

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

AdTagParameters

public AdTagParameters()

AdTagParameters

public AdTagParameters(java.lang.Long inventoryIdentifierID,
                       java.lang.Long siteID,
                       TargetingAttributeDescriptor[] targetingAttributeDescriptors)
Method Detail

getInventoryIdentifierID

public java.lang.Long getInventoryIdentifierID()
Gets the inventoryIdentifierID value for this AdTagParameters.

Returns:
inventoryIdentifierID

setInventoryIdentifierID

public void setInventoryIdentifierID(java.lang.Long inventoryIdentifierID)
Sets the inventoryIdentifierID value for this AdTagParameters.

Parameters:
inventoryIdentifierID -

getSiteID

public java.lang.Long getSiteID()
Gets the siteID value for this AdTagParameters.

Returns:
siteID

setSiteID

public void setSiteID(java.lang.Long siteID)
Sets the siteID value for this AdTagParameters.

Parameters:
siteID -

getTargetingAttributeDescriptors

public TargetingAttributeDescriptor[] getTargetingAttributeDescriptors()
Gets the targetingAttributeDescriptors value for this AdTagParameters.

Returns:
targetingAttributeDescriptors

setTargetingAttributeDescriptors

public void setTargetingAttributeDescriptors(TargetingAttributeDescriptor[] targetingAttributeDescriptors)
Sets the targetingAttributeDescriptors value for this AdTagParameters.

Parameters:
targetingAttributeDescriptors -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer