| Modifier and Type | Field and Description |
|---|---|
protected int |
defaultDoneRatio |
protected int |
id |
protected boolean |
isClosed |
protected boolean |
isDefault |
protected String |
name |
protected int |
position |
| Constructor and Description |
|---|
IssueStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultDoneRatio() |
int |
getId() |
String |
getName() |
int |
getPosition() |
boolean |
isIsClosed() |
boolean |
isIsDefault() |
void |
setDefaultDoneRatio(int defaultDoneRatio) |
void |
setId(int id) |
void |
setIsClosed(boolean isClosed) |
void |
setIsDefault(boolean isDefault) |
void |
setName(String name) |
void |
setPosition(int position) |
protected int id
protected int position
protected int defaultDoneRatio
protected boolean isClosed
protected boolean isDefault
protected String name
public boolean isIsClosed()
public boolean isIsDefault()
public int getPosition()
public int getDefaultDoneRatio()
public void setId(int id)
public void setIsClosed(boolean isClosed)
public void setIsDefault(boolean isDefault)
public void setName(String name)
public void setPosition(int position)
public void setDefaultDoneRatio(int defaultDoneRatio)
Copyright © 2009–2016 CodeLutin. All rights reserved.