|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.Tag
public class Tag
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 |
---|
private java.lang.Long ID
private java.lang.String accountID
private java.lang.Long componentID
private java.util.Calendar createTimestamp
private java.lang.String tagName
private TagStatus tagStatus
private TagType tagType
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public 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 |
---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID
- public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public java.lang.Long getComponentID()
public void setComponentID(java.lang.Long componentID)
componentID
- public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public java.lang.String getTagName()
public void setTagName(java.lang.String tagName)
tagName
- public TagStatus getTagStatus()
public void setTagStatus(TagStatus tagStatus)
tagStatus
- public TagType getTagType()
public void setTagType(TagType tagType)
tagType
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |