Package step.repositories.jira.api.model
Class ProjectVersion
- java.lang.Object
-
- step.repositories.jira.api.model.ProjectVersion
-
public class ProjectVersion extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()IntegergetId()StringgetName()booleanisReleased()voidsetDescription(String description)voidsetId(Integer id)voidsetName(String name)voidsetReleased(boolean released)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isReleased
public boolean isReleased()
-
setReleased
public void setReleased(boolean released)
-
-