org.mantis.ta.beans
Class IssueNoteData

java.lang.Object
  extended by org.mantis.ta.beans.IssueNoteData
All Implemented Interfaces:
Serializable

public class IssueNoteData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
IssueNoteData()
           
IssueNoteData(BigInteger id, AccountData reporter, String text, ObjectRef view_state, Calendar date_submitted, Calendar last_modified, BigInteger time_tracking, BigInteger note_type, String note_attr)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getDate_submitted()
          Gets the date_submitted value for this IssueNoteData.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 BigInteger getId()
          Gets the id value for this IssueNoteData.
 Calendar getLast_modified()
          Gets the last_modified value for this IssueNoteData.
 String getNote_attr()
          Gets the note_attr value for this IssueNoteData.
 BigInteger getNote_type()
          Gets the note_type value for this IssueNoteData.
 AccountData getReporter()
          Gets the reporter value for this IssueNoteData.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getText()
          Gets the text value for this IssueNoteData.
 BigInteger getTime_tracking()
          Gets the time_tracking 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(Calendar date_submitted)
          Sets the date_submitted value for this IssueNoteData.
 void setId(BigInteger id)
          Sets the id value for this IssueNoteData.
 void setLast_modified(Calendar last_modified)
          Sets the last_modified value for this IssueNoteData.
 void setNote_attr(String note_attr)
          Sets the note_attr value for this IssueNoteData.
 void setNote_type(BigInteger note_type)
          Sets the note_type value for this IssueNoteData.
 void setReporter(AccountData reporter)
          Sets the reporter value for this IssueNoteData.
 void setText(String text)
          Sets the text value for this IssueNoteData.
 void setTime_tracking(BigInteger time_tracking)
          Sets the time_tracking 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(BigInteger id,
                     AccountData reporter,
                     String text,
                     ObjectRef view_state,
                     Calendar date_submitted,
                     Calendar last_modified,
                     BigInteger time_tracking,
                     BigInteger note_type,
                     String note_attr)
Method Detail

getId

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

Returns:
id

setId

public void setId(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 String getText()
Gets the text value for this IssueNoteData.

Returns:
text

setText

public void setText(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 Calendar getDate_submitted()
Gets the date_submitted value for this IssueNoteData.

Returns:
date_submitted

setDate_submitted

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

Parameters:
date_submitted -

getLast_modified

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

Returns:
last_modified

setLast_modified

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

Parameters:
last_modified -

getTime_tracking

public BigInteger getTime_tracking()
Gets the time_tracking value for this IssueNoteData.

Returns:
time_tracking

setTime_tracking

public void setTime_tracking(BigInteger time_tracking)
Sets the time_tracking value for this IssueNoteData.

Parameters:
time_tracking -

getNote_type

public BigInteger getNote_type()
Gets the note_type value for this IssueNoteData.

Returns:
note_type

setNote_type

public void setNote_type(BigInteger note_type)
Sets the note_type value for this IssueNoteData.

Parameters:
note_type -

getNote_attr

public String getNote_attr()
Gets the note_attr value for this IssueNoteData.

Returns:
note_attr

setNote_attr

public void setNote_attr(String note_attr)
Sets the note_attr value for this IssueNoteData.

Parameters:
note_attr -

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