public class

RemoteComment

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.RemoteComment

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String author
private String body
private Calendar created
private String groupLevel
private String id
private String roleLevel
private static TypeDesc typeDesc
private String updateAuthor
private Calendar updated
Public Constructors
RemoteComment()
RemoteComment(String author, String body, Calendar created, String groupLevel, String id, String roleLevel, String updateAuthor, Calendar updated)
Public Methods
synchronized boolean equals(Object obj)
String getAuthor()
Gets the author value for this RemoteComment.
String getBody()
Gets the body value for this RemoteComment.
Calendar getCreated()
Gets the created value for this RemoteComment.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getGroupLevel()
Gets the groupLevel value for this RemoteComment.
String getId()
Gets the id value for this RemoteComment.
String getRoleLevel()
Gets the roleLevel value for this RemoteComment.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
String getUpdateAuthor()
Gets the updateAuthor value for this RemoteComment.
Calendar getUpdated()
Gets the updated value for this RemoteComment.
synchronized int hashCode()
void setAuthor(String author)
Sets the author value for this RemoteComment.
void setBody(String body)
Sets the body value for this RemoteComment.
void setCreated(Calendar created)
Sets the created value for this RemoteComment.
void setGroupLevel(String groupLevel)
Sets the groupLevel value for this RemoteComment.
void setId(String id)
Sets the id value for this RemoteComment.
void setRoleLevel(String roleLevel)
Sets the roleLevel value for this RemoteComment.
void setUpdateAuthor(String updateAuthor)
Sets the updateAuthor value for this RemoteComment.
void setUpdated(Calendar updated)
Sets the updated value for this RemoteComment.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String author

private String body

private Calendar created

private String groupLevel

private String id

private String roleLevel

private static TypeDesc typeDesc

private String updateAuthor

private Calendar updated

Public Constructors

public RemoteComment ()

public RemoteComment (String author, String body, Calendar created, String groupLevel, String id, String roleLevel, String updateAuthor, Calendar updated)

Parameters
author
body
created
groupLevel
id
roleLevel
updateAuthor
updated

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAuthor ()

Gets the author value for this RemoteComment.

Returns
  • author

public String getBody ()

Gets the body value for this RemoteComment.

Returns
  • body

public Calendar getCreated ()

Gets the created value for this RemoteComment.

Returns
  • created

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getGroupLevel ()

Gets the groupLevel value for this RemoteComment.

Returns
  • groupLevel

public String getId ()

Gets the id value for this RemoteComment.

Returns
  • id

public String getRoleLevel ()

Gets the roleLevel value for this RemoteComment.

Returns
  • roleLevel

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public String getUpdateAuthor ()

Gets the updateAuthor value for this RemoteComment.

Returns
  • updateAuthor

public Calendar getUpdated ()

Gets the updated value for this RemoteComment.

Returns
  • updated

public synchronized int hashCode ()

public void setAuthor (String author)

Sets the author value for this RemoteComment.

Parameters
author

public void setBody (String body)

Sets the body value for this RemoteComment.

Parameters
body

public void setCreated (Calendar created)

Sets the created value for this RemoteComment.

Parameters
created

public void setGroupLevel (String groupLevel)

Sets the groupLevel value for this RemoteComment.

Parameters
groupLevel

public void setId (String id)

Sets the id value for this RemoteComment.

Parameters
id

public void setRoleLevel (String roleLevel)

Sets the roleLevel value for this RemoteComment.

Parameters
roleLevel

public void setUpdateAuthor (String updateAuthor)

Sets the updateAuthor value for this RemoteComment.

Parameters
updateAuthor

public void setUpdated (Calendar updated)

Sets the updated value for this RemoteComment.

Parameters
updated