com.yahoo.marketing.apt
Class Tag

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

public class Tag
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.lang.Long componentID
           
private  java.util.Calendar createTimestamp
           
private  java.lang.Long ID
           
private  java.lang.String tagName
           
private  TagStatus tagStatus
           
private  TagType tagType
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Tag()
           
Tag(java.lang.Long ID, java.lang.String accountID, java.lang.Long componentID, java.util.Calendar createTimestamp, java.lang.String tagName, TagStatus tagStatus, TagType tagType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this Tag.
 java.lang.Long getComponentID()
          Gets the componentID value for this Tag.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this Tag.
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 Tag.
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.String getTagName()
          Gets the tagName value for this Tag.
 TagStatus getTagStatus()
          Gets the tagStatus value for this Tag.
 TagType getTagType()
          Gets the tagType value for this Tag.
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 Tag.
 void setComponentID(java.lang.Long componentID)
          Sets the componentID value for this Tag.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this Tag.
 void setID(java.lang.Long ID)
          Sets the ID value for this Tag.
 void setTagName(java.lang.String tagName)
          Sets the tagName value for this Tag.
 void setTagStatus(TagStatus tagStatus)
          Sets the tagStatus value for this Tag.
 void setTagType(TagType tagType)
          Sets the tagType value for this Tag.
 
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

componentID

private java.lang.Long componentID

createTimestamp

private java.util.Calendar createTimestamp

tagName

private java.lang.String tagName

tagStatus

private TagStatus tagStatus

tagType

private TagType tagType

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Tag

public Tag()

Tag

public Tag(java.lang.Long ID,
           java.lang.String accountID,
           java.lang.Long componentID,
           java.util.Calendar createTimestamp,
           java.lang.String tagName,
           TagStatus tagStatus,
           TagType tagType)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getAccountID

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

Returns:
accountID

setAccountID

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

Parameters:
accountID -

getComponentID

public java.lang.Long getComponentID()
Gets the componentID value for this Tag.

Returns:
componentID

setComponentID

public void setComponentID(java.lang.Long componentID)
Sets the componentID value for this Tag.

Parameters:
componentID -

getCreateTimestamp

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

Returns:
createTimestamp

setCreateTimestamp

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

Parameters:
createTimestamp -

getTagName

public java.lang.String getTagName()
Gets the tagName value for this Tag.

Returns:
tagName

setTagName

public void setTagName(java.lang.String tagName)
Sets the tagName value for this Tag.

Parameters:
tagName -

getTagStatus

public TagStatus getTagStatus()
Gets the tagStatus value for this Tag.

Returns:
tagStatus

setTagStatus

public void setTagStatus(TagStatus tagStatus)
Sets the tagStatus value for this Tag.

Parameters:
tagStatus -

getTagType

public TagType getTagType()
Gets the tagType value for this Tag.

Returns:
tagType

setTagType

public void setTagType(TagType tagType)
Sets the tagType value for this Tag.

Parameters:
tagType -

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