public class IssueHeaderData extends Object implements Serializable
コンストラクタと説明 |
---|
IssueHeaderData() |
IssueHeaderData(BigInteger id,
BigInteger view_state,
Calendar last_updated,
BigInteger project,
String category,
BigInteger priority,
BigInteger severity,
BigInteger status,
BigInteger reporter,
String summary,
BigInteger handler,
BigInteger resolution,
BigInteger attachments_count,
BigInteger notes_count) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
BigInteger |
getAttachments_count()
Gets the attachments_count value for this IssueHeaderData.
|
String |
getCategory()
Gets the category value for this IssueHeaderData.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
BigInteger |
getHandler()
Gets the handler value for this IssueHeaderData.
|
BigInteger |
getId()
Gets the id value for this IssueHeaderData.
|
Calendar |
getLast_updated()
Gets the last_updated value for this IssueHeaderData.
|
BigInteger |
getNotes_count()
Gets the notes_count value for this IssueHeaderData.
|
BigInteger |
getPriority()
Gets the priority value for this IssueHeaderData.
|
BigInteger |
getProject()
Gets the project value for this IssueHeaderData.
|
BigInteger |
getReporter()
Gets the reporter value for this IssueHeaderData.
|
BigInteger |
getResolution()
Gets the resolution value for this IssueHeaderData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
BigInteger |
getSeverity()
Gets the severity value for this IssueHeaderData.
|
BigInteger |
getStatus()
Gets the status value for this IssueHeaderData.
|
String |
getSummary()
Gets the summary value for this IssueHeaderData.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
BigInteger |
getView_state()
Gets the view_state value for this IssueHeaderData.
|
int |
hashCode() |
void |
setAttachments_count(BigInteger attachments_count)
Sets the attachments_count value for this IssueHeaderData.
|
void |
setCategory(String category)
Sets the category value for this IssueHeaderData.
|
void |
setHandler(BigInteger handler)
Sets the handler value for this IssueHeaderData.
|
void |
setId(BigInteger id)
Sets the id value for this IssueHeaderData.
|
void |
setLast_updated(Calendar last_updated)
Sets the last_updated value for this IssueHeaderData.
|
void |
setNotes_count(BigInteger notes_count)
Sets the notes_count value for this IssueHeaderData.
|
void |
setPriority(BigInteger priority)
Sets the priority value for this IssueHeaderData.
|
void |
setProject(BigInteger project)
Sets the project value for this IssueHeaderData.
|
void |
setReporter(BigInteger reporter)
Sets the reporter value for this IssueHeaderData.
|
void |
setResolution(BigInteger resolution)
Sets the resolution value for this IssueHeaderData.
|
void |
setSeverity(BigInteger severity)
Sets the severity value for this IssueHeaderData.
|
void |
setStatus(BigInteger status)
Sets the status value for this IssueHeaderData.
|
void |
setSummary(String summary)
Sets the summary value for this IssueHeaderData.
|
void |
setView_state(BigInteger view_state)
Sets the view_state value for this IssueHeaderData.
|
public IssueHeaderData()
public IssueHeaderData(BigInteger id, BigInteger view_state, Calendar last_updated, BigInteger project, String category, BigInteger priority, BigInteger severity, BigInteger status, BigInteger reporter, String summary, BigInteger handler, BigInteger resolution, BigInteger attachments_count, BigInteger notes_count)
public BigInteger getId()
public void setId(BigInteger id)
id
- public BigInteger getView_state()
public void setView_state(BigInteger view_state)
view_state
- public Calendar getLast_updated()
public void setLast_updated(Calendar last_updated)
last_updated
- public BigInteger getProject()
public void setProject(BigInteger project)
project
- public String getCategory()
public void setCategory(String category)
category
- public BigInteger getPriority()
public void setPriority(BigInteger priority)
priority
- public BigInteger getSeverity()
public void setSeverity(BigInteger severity)
severity
- public BigInteger getStatus()
public void setStatus(BigInteger status)
status
- public BigInteger getReporter()
public void setReporter(BigInteger reporter)
reporter
- public String getSummary()
public void setSummary(String summary)
summary
- public BigInteger getHandler()
public void setHandler(BigInteger handler)
handler
- public BigInteger getResolution()
public void setResolution(BigInteger resolution)
resolution
- public BigInteger getAttachments_count()
public void setAttachments_count(BigInteger attachments_count)
attachments_count
- public BigInteger getNotes_count()
public void setNotes_count(BigInteger notes_count)
notes_count
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2015. All Rights Reserved.