com.yahoo.marketing.apt
Class ApprovalTaskComment

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

public class ApprovalTaskComment
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 comment
           
private  java.util.Calendar lastUpdateTimestamp
           
private  ApprovalTaskStatus status
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String username
           
 
Constructor Summary
ApprovalTaskComment()
           
ApprovalTaskComment(java.lang.String comment, java.util.Calendar lastUpdateTimestamp, ApprovalTaskStatus status, java.lang.String username)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComment()
          Gets the comment value for this ApprovalTaskComment.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this ApprovalTaskComment.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 ApprovalTaskStatus getStatus()
          Gets the status value for this ApprovalTaskComment.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUsername()
          Gets the username value for this ApprovalTaskComment.
 int hashCode()
           
 void setComment(java.lang.String comment)
          Sets the comment value for this ApprovalTaskComment.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this ApprovalTaskComment.
 void setStatus(ApprovalTaskStatus status)
          Sets the status value for this ApprovalTaskComment.
 void setUsername(java.lang.String username)
          Sets the username value for this ApprovalTaskComment.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comment

private java.lang.String comment

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

status

private ApprovalTaskStatus status

username

private java.lang.String username

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ApprovalTaskComment

public ApprovalTaskComment()

ApprovalTaskComment

public ApprovalTaskComment(java.lang.String comment,
                           java.util.Calendar lastUpdateTimestamp,
                           ApprovalTaskStatus status,
                           java.lang.String username)
Method Detail

getComment

public java.lang.String getComment()
Gets the comment value for this ApprovalTaskComment.

Returns:
comment

setComment

public void setComment(java.lang.String comment)
Sets the comment value for this ApprovalTaskComment.

Parameters:
comment -

getLastUpdateTimestamp

public java.util.Calendar getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this ApprovalTaskComment.

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this ApprovalTaskComment.

Parameters:
lastUpdateTimestamp -

getStatus

public ApprovalTaskStatus getStatus()
Gets the status value for this ApprovalTaskComment.

Returns:
status

setStatus

public void setStatus(ApprovalTaskStatus status)
Sets the status value for this ApprovalTaskComment.

Parameters:
status -

getUsername

public java.lang.String getUsername()
Gets the username value for this ApprovalTaskComment.

Returns:
username

setUsername

public void setUsername(java.lang.String username)
Sets the username value for this ApprovalTaskComment.

Parameters:
username -

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