com.yahoo.marketing.apt
Class InventoryOptIn

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  long[] adSizeIDs
           
private  long[] contentTopicIDs
           
private  java.util.Calendar createTimestamp
           
private  java.lang.Long ID
           
private  java.util.Calendar lastUpdateTimestamp
           
private  java.lang.String managedPublisherAccountID
           
private  java.lang.Long siteID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
InventoryOptIn()
           
InventoryOptIn(java.lang.Long ID, long[] adSizeIDs, long[] contentTopicIDs, java.util.Calendar createTimestamp, java.util.Calendar lastUpdateTimestamp, java.lang.String managedPublisherAccountID, java.lang.Long siteID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long[] getAdSizeIDs()
          Gets the adSizeIDs value for this InventoryOptIn.
 long[] getContentTopicIDs()
          Gets the contentTopicIDs value for this InventoryOptIn.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this InventoryOptIn.
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 getID()
          Gets the ID value for this InventoryOptIn.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this InventoryOptIn.
 java.lang.String getManagedPublisherAccountID()
          Gets the managedPublisherAccountID value for this InventoryOptIn.
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 InventoryOptIn.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdSizeIDs(long[] adSizeIDs)
          Sets the adSizeIDs value for this InventoryOptIn.
 void setContentTopicIDs(long[] contentTopicIDs)
          Sets the contentTopicIDs value for this InventoryOptIn.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this InventoryOptIn.
 void setID(java.lang.Long ID)
          Sets the ID value for this InventoryOptIn.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this InventoryOptIn.
 void setManagedPublisherAccountID(java.lang.String managedPublisherAccountID)
          Sets the managedPublisherAccountID value for this InventoryOptIn.
 void setSiteID(java.lang.Long siteID)
          Sets the siteID value for this InventoryOptIn.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.Long ID

adSizeIDs

private long[] adSizeIDs

contentTopicIDs

private long[] contentTopicIDs

createTimestamp

private java.util.Calendar createTimestamp

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

managedPublisherAccountID

private java.lang.String managedPublisherAccountID

siteID

private java.lang.Long siteID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

InventoryOptIn

public InventoryOptIn()

InventoryOptIn

public InventoryOptIn(java.lang.Long ID,
                      long[] adSizeIDs,
                      long[] contentTopicIDs,
                      java.util.Calendar createTimestamp,
                      java.util.Calendar lastUpdateTimestamp,
                      java.lang.String managedPublisherAccountID,
                      java.lang.Long siteID)
Method Detail

getID

public java.lang.Long getID()
Gets the ID value for this InventoryOptIn.

Returns:
ID

setID

public void setID(java.lang.Long ID)
Sets the ID value for this InventoryOptIn.

Parameters:
ID -

getAdSizeIDs

public long[] getAdSizeIDs()
Gets the adSizeIDs value for this InventoryOptIn.

Returns:
adSizeIDs

setAdSizeIDs

public void setAdSizeIDs(long[] adSizeIDs)
Sets the adSizeIDs value for this InventoryOptIn.

Parameters:
adSizeIDs -

getContentTopicIDs

public long[] getContentTopicIDs()
Gets the contentTopicIDs value for this InventoryOptIn.

Returns:
contentTopicIDs

setContentTopicIDs

public void setContentTopicIDs(long[] contentTopicIDs)
Sets the contentTopicIDs value for this InventoryOptIn.

Parameters:
contentTopicIDs -

getCreateTimestamp

public java.util.Calendar getCreateTimestamp()
Gets the createTimestamp value for this InventoryOptIn.

Returns:
createTimestamp

setCreateTimestamp

public void setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this InventoryOptIn.

Parameters:
createTimestamp -

getLastUpdateTimestamp

public java.util.Calendar getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this InventoryOptIn.

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this InventoryOptIn.

Parameters:
lastUpdateTimestamp -

getManagedPublisherAccountID

public java.lang.String getManagedPublisherAccountID()
Gets the managedPublisherAccountID value for this InventoryOptIn.

Returns:
managedPublisherAccountID

setManagedPublisherAccountID

public void setManagedPublisherAccountID(java.lang.String managedPublisherAccountID)
Sets the managedPublisherAccountID value for this InventoryOptIn.

Parameters:
managedPublisherAccountID -

getSiteID

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

Returns:
siteID

setSiteID

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

Parameters:
siteID -

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