com.yahoo.marketing.apt
Class TargetingAttribute

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  DayPartingTargeting dayPartingTargeting
           
private  TargetingAttributeDescriptor targetingAttributeDescriptor
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  YahooPremiumBehavioralSegmentTargeting yahooPremiumBehavioralSegmentTargetingAttribute
           
 
Constructor Summary
TargetingAttribute()
           
TargetingAttribute(DayPartingTargeting dayPartingTargeting, TargetingAttributeDescriptor targetingAttributeDescriptor, YahooPremiumBehavioralSegmentTargeting yahooPremiumBehavioralSegmentTargetingAttribute)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DayPartingTargeting getDayPartingTargeting()
          Gets the dayPartingTargeting value for this TargetingAttribute.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TargetingAttributeDescriptor getTargetingAttributeDescriptor()
          Gets the targetingAttributeDescriptor value for this TargetingAttribute.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 YahooPremiumBehavioralSegmentTargeting getYahooPremiumBehavioralSegmentTargetingAttribute()
          Gets the yahooPremiumBehavioralSegmentTargetingAttribute value for this TargetingAttribute.
 int hashCode()
           
 void setDayPartingTargeting(DayPartingTargeting dayPartingTargeting)
          Sets the dayPartingTargeting value for this TargetingAttribute.
 void setTargetingAttributeDescriptor(TargetingAttributeDescriptor targetingAttributeDescriptor)
          Sets the targetingAttributeDescriptor value for this TargetingAttribute.
 void setYahooPremiumBehavioralSegmentTargetingAttribute(YahooPremiumBehavioralSegmentTargeting yahooPremiumBehavioralSegmentTargetingAttribute)
          Sets the yahooPremiumBehavioralSegmentTargetingAttribute value for this TargetingAttribute.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dayPartingTargeting

private DayPartingTargeting dayPartingTargeting

targetingAttributeDescriptor

private TargetingAttributeDescriptor targetingAttributeDescriptor

yahooPremiumBehavioralSegmentTargetingAttribute

private YahooPremiumBehavioralSegmentTargeting yahooPremiumBehavioralSegmentTargetingAttribute

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

TargetingAttribute

public TargetingAttribute()

TargetingAttribute

public TargetingAttribute(DayPartingTargeting dayPartingTargeting,
                          TargetingAttributeDescriptor targetingAttributeDescriptor,
                          YahooPremiumBehavioralSegmentTargeting yahooPremiumBehavioralSegmentTargetingAttribute)
Method Detail

getDayPartingTargeting

public DayPartingTargeting getDayPartingTargeting()
Gets the dayPartingTargeting value for this TargetingAttribute.

Returns:
dayPartingTargeting

setDayPartingTargeting

public void setDayPartingTargeting(DayPartingTargeting dayPartingTargeting)
Sets the dayPartingTargeting value for this TargetingAttribute.

Parameters:
dayPartingTargeting -

getTargetingAttributeDescriptor

public TargetingAttributeDescriptor getTargetingAttributeDescriptor()
Gets the targetingAttributeDescriptor value for this TargetingAttribute.

Returns:
targetingAttributeDescriptor

setTargetingAttributeDescriptor

public void setTargetingAttributeDescriptor(TargetingAttributeDescriptor targetingAttributeDescriptor)
Sets the targetingAttributeDescriptor value for this TargetingAttribute.

Parameters:
targetingAttributeDescriptor -

getYahooPremiumBehavioralSegmentTargetingAttribute

public YahooPremiumBehavioralSegmentTargeting getYahooPremiumBehavioralSegmentTargetingAttribute()
Gets the yahooPremiumBehavioralSegmentTargetingAttribute value for this TargetingAttribute.

Returns:
yahooPremiumBehavioralSegmentTargetingAttribute

setYahooPremiumBehavioralSegmentTargetingAttribute

public void setYahooPremiumBehavioralSegmentTargetingAttribute(YahooPremiumBehavioralSegmentTargeting yahooPremiumBehavioralSegmentTargetingAttribute)
Sets the yahooPremiumBehavioralSegmentTargetingAttribute value for this TargetingAttribute.

Parameters:
yahooPremiumBehavioralSegmentTargetingAttribute -

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