public class WSQueryResultItemBean
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
build
The build
|
protected WSPersonBean |
changedBy
The last person that modify the item
|
protected java.lang.String |
created
The date when the item was created;
Real type: dateTime
The date format is:"yyyy-MM-dd H:mm:ss.S"
|
protected WSCustomFieldDisplayValue[] |
customFields
The custom fields for this item
|
protected java.lang.String |
description
The item description, is an HTML text.
|
protected java.lang.String |
endDate
The end date scheduled for item;
Real type: date;
The date format is: "yyyy-MM-dd"
|
protected WSSortedOptionBean |
issueType
The issue Type (bug, new feature, improvment....)
|
protected java.lang.String |
lastEdit
The last modify date.
|
protected WSPersonBean |
manager
The manager
|
protected java.lang.String |
objectID
The id of the item
|
protected java.lang.String |
onBudgetPlan
If the item is on budget plan or not
Real type: boolean
|
protected java.lang.String |
onPlan
If the item is on plan or not
Real type: boolean
|
protected WSPersonBean |
originator
The Person who create the item
|
protected WSSortedOptionBean |
priority
The priority
|
protected java.lang.String |
privateItem
private item
real type: Boolean
|
WSOptionBean |
project
The project
|
protected WSSortedOptionBean |
releaseNoticed
The release where the item(bug,problem report) was noticed
|
protected WSSortedOptionBean |
releaseScheduled
The release scheduled;
|
protected WSPersonBean |
responsible
The responsible person
|
protected WSSortedOptionBean |
severity
The id of severity
|
protected java.lang.String |
startDate
The start date scheduled for item;
Real type: date;
The date format is: "yyyy-MM-dd".
|
protected WSStateOptionBean |
state
The status (open, analyzed, implemented, closed,...) of the item;
|
protected java.lang.String |
superiorWorkitem
The parent id
Real type: integer
|
protected java.lang.String |
superiorWorkitemSynopsys
The parent title
|
protected java.lang.String |
synopsis
The item title
|
Constructor and Description |
---|
WSQueryResultItemBean() |
protected java.lang.String objectID
protected WSPersonBean manager
protected WSPersonBean changedBy
protected WSPersonBean originator
protected WSPersonBean responsible
protected WSSortedOptionBean issueType
protected WSSortedOptionBean priority
protected WSSortedOptionBean severity
protected java.lang.String superiorWorkitem
protected java.lang.String superiorWorkitemSynopsys
protected java.lang.String synopsis
protected java.lang.String description
protected java.lang.String lastEdit
protected WSSortedOptionBean releaseNoticed
protected WSSortedOptionBean releaseScheduled
protected java.lang.String build
protected WSStateOptionBean state
protected java.lang.String startDate
protected java.lang.String endDate
protected java.lang.String created
public WSOptionBean project
protected WSCustomFieldDisplayValue[] customFields
protected java.lang.String privateItem
protected java.lang.String onPlan
protected java.lang.String onBudgetPlan
public java.lang.String getObjectID()
public void setObjectID(java.lang.String objectID)
public WSPersonBean getManager()
public void setManager(WSPersonBean manager)
public WSPersonBean getChangedBy()
public void setChangedBy(WSPersonBean changedBy)
public WSPersonBean getOriginator()
public void setOriginator(WSPersonBean originator)
public WSPersonBean getResponsible()
public void setResponsible(WSPersonBean responsible)
public WSSortedOptionBean getIssueType()
public void setIssueType(WSSortedOptionBean issueType)
public WSSortedOptionBean getPriority()
public void setPriority(WSSortedOptionBean priority)
public WSSortedOptionBean getSeverity()
public void setSeverity(WSSortedOptionBean severity)
public java.lang.String getSuperiorWorkitem()
public void setSuperiorWorkitem(java.lang.String superiorWorkitem)
public java.lang.String getSuperiorWorkitemSynopsys()
public void setSuperiorWorkitemSynopsys(java.lang.String superiorWorkitemSynopsys)
public java.lang.String getSynopsis()
public void setSynopsis(java.lang.String synopsis)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getLastEdit()
public void setLastEdit(java.lang.String lastEdit)
public WSSortedOptionBean getReleaseNoticed()
public void setReleaseNoticed(WSSortedOptionBean releaseNoticed)
public WSSortedOptionBean getReleaseScheduled()
public void setReleaseScheduled(WSSortedOptionBean releaseScheduled)
public java.lang.String getBuild()
public void setBuild(java.lang.String build)
public WSStateOptionBean getState()
public void setState(WSStateOptionBean state)
public java.lang.String getStartDate()
public void setStartDate(java.lang.String startDate)
public java.lang.String getEndDate()
public void setEndDate(java.lang.String endDate)
public java.lang.String getCreated()
public void setCreated(java.lang.String created)
public WSOptionBean getProject()
public void setProject(WSOptionBean project)
public WSCustomFieldDisplayValue[] getCustomFields()
public void setCustomFields(WSCustomFieldDisplayValue[] customFields)
public java.lang.String getPrivateItem()
public void setPrivateItem(java.lang.String privateItem)
public java.lang.String getOnPlan()
public void setOnPlan(java.lang.String onPlan)
public java.lang.String getOnBudgetPlan()
public void setOnBudgetPlan(java.lang.String onBudgetPlan)