org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteComment

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteComment
All Implemented Interfaces:
Serializable

public class RemoteComment
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteComment()
           
RemoteComment(String author, String body, Calendar created, String groupLevel, String id, String roleLevel, String updateAuthor, Calendar updated)
           
 
Method Summary
 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 org.apache.axis.encoding.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 org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUpdateAuthor()
          Gets the updateAuthor value for this RemoteComment.
 Calendar getUpdated()
          Gets the updated value for this RemoteComment.
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteComment

public RemoteComment()

RemoteComment

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

getAuthor

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

Returns:
author

setAuthor

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

Parameters:
author -

getBody

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

Returns:
body

setBody

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

Parameters:
body -

getCreated

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

Returns:
created

setCreated

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

Parameters:
created -

getGroupLevel

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

Returns:
groupLevel

setGroupLevel

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

Parameters:
groupLevel -

getId

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

Returns:
id

setId

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

Parameters:
id -

getRoleLevel

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

Returns:
roleLevel

setRoleLevel

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

Parameters:
roleLevel -

getUpdateAuthor

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

Returns:
updateAuthor

setUpdateAuthor

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

Parameters:
updateAuthor -

getUpdated

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

Returns:
updated

setUpdated

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

Parameters:
updated -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.