public class IssueInformation
extends java.lang.Object
| Constructor and Description |
|---|
IssueInformation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionRelease()
Gets the action release of this issue.
|
java.lang.String |
getAssigned()
Gets the user this issue is assigned to.
|
java.lang.String |
getComponent()
Gets the component this issue is assigned to.
|
java.lang.String |
getDescription()
Gets the detailed description of this issue.
|
java.lang.String[][] |
getHistory()
Gets the history of this issue.
|
int |
getIssueNumber()
Gets the number of the issue.
|
java.lang.String |
getIssueType()
Gets the type of the issue.
|
java.lang.String |
getPlatform()
Gets the platform this issue is assigned to.
|
java.lang.String |
getProduct()
Gets the product this issue is assigned to.
|
java.lang.String |
getReason()
Gets the reason of the last status change of this issue.
|
java.lang.String |
getRelease()
Gets the release this issue is assigned to.
|
java.lang.String |
getSeverity()
Gets the severity this issue is assigned to.
|
java.lang.String |
getState()
Get the current state of this issue.
|
java.lang.String |
getSynopsis()
Gets the synopsis of this issue.
|
void |
setActionRelease(java.lang.String actionRelease)
Sets the action release of this issue.
|
void |
setAssigned(java.lang.String assigned)
Sets the user this issue is assigned to.
|
void |
setComponent(java.lang.String component)
Sets the component this issue is assigned to.
|
void |
setDescription(java.lang.String description)
Sets the detailed description of this issue.
|
void |
setHistory(java.lang.String[][] history)
Sets the history of this issue.
|
void |
setIssueNumber(int issueNumber)
Sets the number of the issue.
|
void |
setIssueType(java.lang.String issueType)
Sets the type of the issue.
|
void |
setPlatform(java.lang.String platform)
Sets the platform this issue is assigned to.
|
void |
setProduct(java.lang.String product)
Sets the product this issue is assigned to.
|
void |
setReason(java.lang.String reason)
Sets the reason of the last status change of this issue.
|
void |
setRelease(java.lang.String release)
Sets the release this issue is assigned to.
|
void |
setSeverity(java.lang.String severity)
Sets the severity this issue is assigned to.
|
void |
setState(java.lang.String state)
Sets the current state of this issue.
|
void |
setSynopsis(java.lang.String synopsis)
Sets the synopsis of this issue.
|
public int getIssueNumber()
public void setIssueNumber(int issueNumber)
issueNumber - public java.lang.String getIssueType()
public void setIssueType(java.lang.String issueType)
issueType - public java.lang.String getProduct()
public void setProduct(java.lang.String product)
product - public java.lang.String getRelease()
public void setRelease(java.lang.String release)
release - public java.lang.String getPlatform()
public void setPlatform(java.lang.String platform)
platform - public java.lang.String getComponent()
public void setComponent(java.lang.String component)
component - public java.lang.String getSeverity()
public void setSeverity(java.lang.String severity)
severity - public java.lang.String getAssigned()
public void setAssigned(java.lang.String assigned)
assigned - public java.lang.String getState()
public void setState(java.lang.String state)
state - public java.lang.String getReason()
public void setReason(java.lang.String reason)
reason - public java.lang.String getActionRelease()
public void setActionRelease(java.lang.String actionRelease)
actionRelease - public java.lang.String getSynopsis()
public void setSynopsis(java.lang.String synopsis)
synopsis - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String[][] getHistory()
public void setHistory(java.lang.String[][] history)
history - Copyright © Micro Focus 2004-2019. All rights reserved.