com.yahoo.marketing.apt
Class FolderItem

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  AdType adType
           
private  CreativeType creativeType
           
private  java.lang.Long ID
           
private  FolderItemType type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
FolderItem()
           
FolderItem(java.lang.Long ID, AdType adType, CreativeType creativeType, FolderItemType type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AdType getAdType()
          Gets the adType value for this FolderItem.
 CreativeType getCreativeType()
          Gets the creativeType value for this FolderItem.
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 FolderItem.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 FolderItemType getType()
          Gets the type value for this FolderItem.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAdType(AdType adType)
          Sets the adType value for this FolderItem.
 void setCreativeType(CreativeType creativeType)
          Sets the creativeType value for this FolderItem.
 void setID(java.lang.Long ID)
          Sets the ID value for this FolderItem.
 void setType(FolderItemType type)
          Sets the type value for this FolderItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.Long ID

adType

private AdType adType

creativeType

private CreativeType creativeType

type

private FolderItemType type

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

FolderItem

public FolderItem()

FolderItem

public FolderItem(java.lang.Long ID,
                  AdType adType,
                  CreativeType creativeType,
                  FolderItemType type)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getAdType

public AdType getAdType()
Gets the adType value for this FolderItem.

Returns:
adType

setAdType

public void setAdType(AdType adType)
Sets the adType value for this FolderItem.

Parameters:
adType -

getCreativeType

public CreativeType getCreativeType()
Gets the creativeType value for this FolderItem.

Returns:
creativeType

setCreativeType

public void setCreativeType(CreativeType creativeType)
Sets the creativeType value for this FolderItem.

Parameters:
creativeType -

getType

public FolderItemType getType()
Gets the type value for this FolderItem.

Returns:
type

setType

public void setType(FolderItemType type)
Sets the type value for this FolderItem.

Parameters:
type -

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