hudson.plugins.mantis.soap.mantis110
Class IssueNoteData

java.lang.Object
  extended by hudson.plugins.mantis.soap.mantis110.IssueNoteData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
IssueNoteData()
           
IssueNoteData(java.math.BigInteger id, AccountData reporter, java.lang.String text, ObjectRef view_state, java.util.Calendar date_submitted, java.util.Calendar last_modified)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getDate_submitted()
          Gets the date_submitted value for this IssueNoteData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.math.BigInteger getId()
          Gets the id value for this IssueNoteData.
 java.util.Calendar getLast_modified()
          Gets the last_modified value for this IssueNoteData.
 AccountData getReporter()
          Gets the reporter value for this IssueNoteData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getText()
          Gets the text value for this IssueNoteData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 ObjectRef getView_state()
          Gets the view_state value for this IssueNoteData.
 int hashCode()
           
 void setDate_submitted(java.util.Calendar date_submitted)
          Sets the date_submitted value for this IssueNoteData.
 void setId(java.math.BigInteger id)
          Sets the id value for this IssueNoteData.
 void setLast_modified(java.util.Calendar last_modified)
          Sets the last_modified value for this IssueNoteData.
 void setReporter(AccountData reporter)
          Sets the reporter value for this IssueNoteData.
 void setText(java.lang.String text)
          Sets the text value for this IssueNoteData.
 void setView_state(ObjectRef view_state)
          Sets the view_state value for this IssueNoteData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueNoteData

public IssueNoteData()

IssueNoteData

public IssueNoteData(java.math.BigInteger id,
                     AccountData reporter,
                     java.lang.String text,
                     ObjectRef view_state,
                     java.util.Calendar date_submitted,
                     java.util.Calendar last_modified)
Method Detail

getId

public java.math.BigInteger getId()
Gets the id value for this IssueNoteData.

Returns:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this IssueNoteData.

Parameters:
id -

getReporter

public AccountData getReporter()
Gets the reporter value for this IssueNoteData.

Returns:
reporter

setReporter

public void setReporter(AccountData reporter)
Sets the reporter value for this IssueNoteData.

Parameters:
reporter -

getText

public java.lang.String getText()
Gets the text value for this IssueNoteData.

Returns:
text

setText

public void setText(java.lang.String text)
Sets the text value for this IssueNoteData.

Parameters:
text -

getView_state

public ObjectRef getView_state()
Gets the view_state value for this IssueNoteData.

Returns:
view_state

setView_state

public void setView_state(ObjectRef view_state)
Sets the view_state value for this IssueNoteData.

Parameters:
view_state -

getDate_submitted

public java.util.Calendar getDate_submitted()
Gets the date_submitted value for this IssueNoteData.

Returns:
date_submitted

setDate_submitted

public void setDate_submitted(java.util.Calendar date_submitted)
Sets the date_submitted value for this IssueNoteData.

Parameters:
date_submitted -

getLast_modified

public java.util.Calendar getLast_modified()
Gets the last_modified value for this IssueNoteData.

Returns:
last_modified

setLast_modified

public void setLast_modified(java.util.Calendar last_modified)
Sets the last_modified value for this IssueNoteData.

Parameters:
last_modified -

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 © 2010. All Rights Reserved.