org.squashtest.csp.core.bugtracker.mantis.binding
public class IssueNoteData extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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)
public BigInteger getId()
public void setId(BigInteger id)
id - public AccountData getReporter()
public void setReporter(AccountData reporter)
reporter - public String getText()
public void setText(String text)
text - public ObjectRef getView_state()
public void setView_state(ObjectRef view_state)
view_state - public Calendar getDate_submitted()
public void setDate_submitted(Calendar date_submitted)
date_submitted - public Calendar getLast_modified()
public void setLast_modified(Calendar last_modified)
last_modified - public BigInteger getTime_tracking()
public void setTime_tracking(BigInteger time_tracking)
time_tracking - public BigInteger getNote_type()
public void setNote_type(BigInteger note_type)
note_type - public String getNote_attr()
public void setNote_attr(String note_attr)
note_attr - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.