com.yahoo.marketing.apt
Class AudienceSharingRule

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

public class AudienceSharingRule
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.String accountID
           
private  java.util.Calendar createTimestamp
           
private  java.lang.Long ID
           
private  java.util.Calendar lastUpdateTimestamp
           
private  java.lang.String name
           
private  TargetingAttributeDescriptor[] targetingAttributeDescriptors
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
AudienceSharingRule()
           
AudienceSharingRule(java.lang.Long ID, java.lang.String accountID, java.util.Calendar createTimestamp, java.util.Calendar lastUpdateTimestamp, java.lang.String name, TargetingAttributeDescriptor[] targetingAttributeDescriptors)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this AudienceSharingRule.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this AudienceSharingRule.
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 AudienceSharingRule.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this AudienceSharingRule.
 java.lang.String getName()
          Gets the name value for this AudienceSharingRule.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TargetingAttributeDescriptor[] getTargetingAttributeDescriptors()
          Gets the targetingAttributeDescriptors value for this AudienceSharingRule.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccountID(java.lang.String accountID)
          Sets the accountID value for this AudienceSharingRule.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this AudienceSharingRule.
 void setID(java.lang.Long ID)
          Sets the ID value for this AudienceSharingRule.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this AudienceSharingRule.
 void setName(java.lang.String name)
          Sets the name value for this AudienceSharingRule.
 void setTargetingAttributeDescriptors(TargetingAttributeDescriptor[] targetingAttributeDescriptors)
          Sets the targetingAttributeDescriptors value for this AudienceSharingRule.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.Long ID

accountID

private java.lang.String accountID

createTimestamp

private java.util.Calendar createTimestamp

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

name

private java.lang.String name

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

AudienceSharingRule

public AudienceSharingRule()

AudienceSharingRule

public AudienceSharingRule(java.lang.Long ID,
                           java.lang.String accountID,
                           java.util.Calendar createTimestamp,
                           java.util.Calendar lastUpdateTimestamp,
                           java.lang.String name,
                           TargetingAttributeDescriptor[] targetingAttributeDescriptors)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getAccountID

public java.lang.String getAccountID()
Gets the accountID value for this AudienceSharingRule.

Returns:
accountID

setAccountID

public void setAccountID(java.lang.String accountID)
Sets the accountID value for this AudienceSharingRule.

Parameters:
accountID -

getCreateTimestamp

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

Returns:
createTimestamp

setCreateTimestamp

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

Parameters:
createTimestamp -

getLastUpdateTimestamp

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

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

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

Parameters:
lastUpdateTimestamp -

getName

public java.lang.String getName()
Gets the name value for this AudienceSharingRule.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this AudienceSharingRule.

Parameters:
name -

getTargetingAttributeDescriptors

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

Returns:
targetingAttributeDescriptors

setTargetingAttributeDescriptors

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

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