com.atlassian.theplugin.jira.api.soap.axis
Class RemoteComment

java.lang.Object
  extended by com.atlassian.theplugin.jira.api.soap.axis.RemoteComment
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
RemoteComment()
           
RemoteComment(java.lang.String author, java.lang.String body, java.util.Calendar created, java.lang.String groupLevel, java.lang.String id, java.lang.String roleLevel, java.lang.String updateAuthor, java.util.Calendar updated)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthor()
          Gets the author value for this RemoteComment.
 java.lang.String getBody()
          Gets the body value for this RemoteComment.
 java.util.Calendar getCreated()
          Gets the created value for this RemoteComment.
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.String getGroupLevel()
          Gets the groupLevel value for this RemoteComment.
 java.lang.String getId()
          Gets the id value for this RemoteComment.
 java.lang.String getRoleLevel()
          Gets the roleLevel value for this RemoteComment.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUpdateAuthor()
          Gets the updateAuthor value for this RemoteComment.
 java.util.Calendar getUpdated()
          Gets the updated value for this RemoteComment.
 int hashCode()
           
 void setAuthor(java.lang.String author)
          Sets the author value for this RemoteComment.
 void setBody(java.lang.String body)
          Sets the body value for this RemoteComment.
 void setCreated(java.util.Calendar created)
          Sets the created value for this RemoteComment.
 void setGroupLevel(java.lang.String groupLevel)
          Sets the groupLevel value for this RemoteComment.
 void setId(java.lang.String id)
          Sets the id value for this RemoteComment.
 void setRoleLevel(java.lang.String roleLevel)
          Sets the roleLevel value for this RemoteComment.
 void setUpdateAuthor(java.lang.String updateAuthor)
          Sets the updateAuthor value for this RemoteComment.
 void setUpdated(java.util.Calendar updated)
          Sets the updated value for this RemoteComment.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteComment

public RemoteComment()

RemoteComment

public RemoteComment(java.lang.String author,
                     java.lang.String body,
                     java.util.Calendar created,
                     java.lang.String groupLevel,
                     java.lang.String id,
                     java.lang.String roleLevel,
                     java.lang.String updateAuthor,
                     java.util.Calendar updated)
Method Detail

getAuthor

public java.lang.String getAuthor()
Gets the author value for this RemoteComment.

Returns:
author

setAuthor

public void setAuthor(java.lang.String author)
Sets the author value for this RemoteComment.

Parameters:
author -

getBody

public java.lang.String getBody()
Gets the body value for this RemoteComment.

Returns:
body

setBody

public void setBody(java.lang.String body)
Sets the body value for this RemoteComment.

Parameters:
body -

getCreated

public java.util.Calendar getCreated()
Gets the created value for this RemoteComment.

Returns:
created

setCreated

public void setCreated(java.util.Calendar created)
Sets the created value for this RemoteComment.

Parameters:
created -

getGroupLevel

public java.lang.String getGroupLevel()
Gets the groupLevel value for this RemoteComment.

Returns:
groupLevel

setGroupLevel

public void setGroupLevel(java.lang.String groupLevel)
Sets the groupLevel value for this RemoteComment.

Parameters:
groupLevel -

getId

public java.lang.String getId()
Gets the id value for this RemoteComment.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this RemoteComment.

Parameters:
id -

getRoleLevel

public java.lang.String getRoleLevel()
Gets the roleLevel value for this RemoteComment.

Returns:
roleLevel

setRoleLevel

public void setRoleLevel(java.lang.String roleLevel)
Sets the roleLevel value for this RemoteComment.

Parameters:
roleLevel -

getUpdateAuthor

public java.lang.String getUpdateAuthor()
Gets the updateAuthor value for this RemoteComment.

Returns:
updateAuthor

setUpdateAuthor

public void setUpdateAuthor(java.lang.String updateAuthor)
Sets the updateAuthor value for this RemoteComment.

Parameters:
updateAuthor -

getUpdated

public java.util.Calendar getUpdated()
Gets the updated value for this RemoteComment.

Returns:
updated

setUpdated

public void setUpdated(java.util.Calendar updated)
Sets the updated value for this RemoteComment.

Parameters:
updated -

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



Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.