public class IssueTypeCreateBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IssueTypeCreateBean.Type |
| Constructor and Description |
|---|
IssueTypeCreateBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
IssueTypeCreateBean.Type |
getType() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(IssueTypeCreateBean.Type type) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public IssueTypeCreateBean.Type getType()
public void setType(IssueTypeCreateBean.Type type)
Copyright © 2002-2015 Atlassian. All Rights Reserved.