|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.Complaint
public class Complaint
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
accountID
|
private java.lang.Long |
createdByUserID
|
private java.util.Calendar |
createTimestamp
|
private java.lang.Long |
ID
|
private java.util.Calendar |
lastUpdateTimestamp
|
private java.lang.String |
reason
|
private java.lang.Long |
reasonID
|
private java.lang.Long |
resolutionID
|
private java.util.Calendar |
responseTimestamp
|
private ComplaintStatus |
status
|
private java.lang.Long |
tagID
|
private TagType |
tagType
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
Complaint()
|
|
Complaint(java.lang.Long ID,
java.lang.String accountID,
java.util.Calendar createTimestamp,
java.lang.Long createdByUserID,
java.util.Calendar lastUpdateTimestamp,
java.lang.String reason,
java.lang.Long reasonID,
java.lang.Long resolutionID,
java.util.Calendar responseTimestamp,
ComplaintStatus status,
java.lang.Long tagID,
TagType tagType)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccountID()
Gets the accountID value for this Complaint. |
java.lang.Long |
getCreatedByUserID()
Gets the createdByUserID value for this Complaint. |
java.util.Calendar |
getCreateTimestamp()
Gets the createTimestamp value for this Complaint. |
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 Complaint. |
java.util.Calendar |
getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this Complaint. |
java.lang.String |
getReason()
Gets the reason value for this Complaint. |
java.lang.Long |
getReasonID()
Gets the reasonID value for this Complaint. |
java.lang.Long |
getResolutionID()
Gets the resolutionID value for this Complaint. |
java.util.Calendar |
getResponseTimestamp()
Gets the responseTimestamp value for this Complaint. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
ComplaintStatus |
getStatus()
Gets the status value for this Complaint. |
java.lang.Long |
getTagID()
Gets the tagID value for this Complaint. |
TagType |
getTagType()
Gets the tagType value for this Complaint. |
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 Complaint. |
void |
setCreatedByUserID(java.lang.Long createdByUserID)
Sets the createdByUserID value for this Complaint. |
void |
setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this Complaint. |
void |
setID(java.lang.Long ID)
Sets the ID value for this Complaint. |
void |
setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this Complaint. |
void |
setReason(java.lang.String reason)
Sets the reason value for this Complaint. |
void |
setReasonID(java.lang.Long reasonID)
Sets the reasonID value for this Complaint. |
void |
setResolutionID(java.lang.Long resolutionID)
Sets the resolutionID value for this Complaint. |
void |
setResponseTimestamp(java.util.Calendar responseTimestamp)
Sets the responseTimestamp value for this Complaint. |
void |
setStatus(ComplaintStatus status)
Sets the status value for this Complaint. |
void |
setTagID(java.lang.Long tagID)
Sets the tagID value for this Complaint. |
void |
setTagType(TagType tagType)
Sets the tagType value for this Complaint. |
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.util.Calendar createTimestamp
private java.lang.Long createdByUserID
private java.util.Calendar lastUpdateTimestamp
private java.lang.String reason
private java.lang.Long reasonID
private java.lang.Long resolutionID
private java.util.Calendar responseTimestamp
private ComplaintStatus status
private java.lang.Long tagID
private TagType tagType
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public Complaint()
public Complaint(java.lang.Long ID, java.lang.String accountID, java.util.Calendar createTimestamp, java.lang.Long createdByUserID, java.util.Calendar lastUpdateTimestamp, java.lang.String reason, java.lang.Long reasonID, java.lang.Long resolutionID, java.util.Calendar responseTimestamp, ComplaintStatus status, java.lang.Long tagID, 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.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public java.lang.Long getCreatedByUserID()
public void setCreatedByUserID(java.lang.Long createdByUserID)
createdByUserID
- public java.util.Calendar getLastUpdateTimestamp()
public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
lastUpdateTimestamp
- public java.lang.String getReason()
public void setReason(java.lang.String reason)
reason
- public java.lang.Long getReasonID()
public void setReasonID(java.lang.Long reasonID)
reasonID
- public java.lang.Long getResolutionID()
public void setResolutionID(java.lang.Long resolutionID)
resolutionID
- public java.util.Calendar getResponseTimestamp()
public void setResponseTimestamp(java.util.Calendar responseTimestamp)
responseTimestamp
- public ComplaintStatus getStatus()
public void setStatus(ComplaintStatus status)
status
- public java.lang.Long getTagID()
public void setTagID(java.lang.Long tagID)
tagID
- 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 |