com.yahoo.marketing.apt
Class AdLinkingSettings

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  AdLinkingType adLinkingType
           
private  long[] companionAdSizeIDs
           
private  java.lang.Long storyBoardAdSizeID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
AdLinkingSettings()
           
AdLinkingSettings(AdLinkingType adLinkingType, long[] companionAdSizeIDs, java.lang.Long storyBoardAdSizeID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AdLinkingType getAdLinkingType()
          Gets the adLinkingType value for this AdLinkingSettings.
 long[] getCompanionAdSizeIDs()
          Gets the companionAdSizeIDs value for this AdLinkingSettings.
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
 java.lang.Long getStoryBoardAdSizeID()
          Gets the storyBoardAdSizeID value for this AdLinkingSettings.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdLinkingType(AdLinkingType adLinkingType)
          Sets the adLinkingType value for this AdLinkingSettings.
 void setCompanionAdSizeIDs(long[] companionAdSizeIDs)
          Sets the companionAdSizeIDs value for this AdLinkingSettings.
 void setStoryBoardAdSizeID(java.lang.Long storyBoardAdSizeID)
          Sets the storyBoardAdSizeID value for this AdLinkingSettings.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adLinkingType

private AdLinkingType adLinkingType

companionAdSizeIDs

private long[] companionAdSizeIDs

storyBoardAdSizeID

private java.lang.Long storyBoardAdSizeID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

AdLinkingSettings

public AdLinkingSettings()

AdLinkingSettings

public AdLinkingSettings(AdLinkingType adLinkingType,
                         long[] companionAdSizeIDs,
                         java.lang.Long storyBoardAdSizeID)
Method Detail

getAdLinkingType

public AdLinkingType getAdLinkingType()
Gets the adLinkingType value for this AdLinkingSettings.

Returns:
adLinkingType

setAdLinkingType

public void setAdLinkingType(AdLinkingType adLinkingType)
Sets the adLinkingType value for this AdLinkingSettings.

Parameters:
adLinkingType -

getCompanionAdSizeIDs

public long[] getCompanionAdSizeIDs()
Gets the companionAdSizeIDs value for this AdLinkingSettings.

Returns:
companionAdSizeIDs

setCompanionAdSizeIDs

public void setCompanionAdSizeIDs(long[] companionAdSizeIDs)
Sets the companionAdSizeIDs value for this AdLinkingSettings.

Parameters:
companionAdSizeIDs -

getStoryBoardAdSizeID

public java.lang.Long getStoryBoardAdSizeID()
Gets the storyBoardAdSizeID value for this AdLinkingSettings.

Returns:
storyBoardAdSizeID

setStoryBoardAdSizeID

public void setStoryBoardAdSizeID(java.lang.Long storyBoardAdSizeID)
Sets the storyBoardAdSizeID value for this AdLinkingSettings.

Parameters:
storyBoardAdSizeID -

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