public class WsReleaseType extends Object
Constructor and Description |
---|
WsReleaseType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCategory()
Gets the release type's category.
|
Integer |
getDefaultValue()
Gets the default value for the release type.
|
String |
getDescription()
Gets the release type's description.
|
Long |
getId()
Gets the release type's id.
|
String |
getName()
Gets the release type's name.
|
Integer |
getRefId()
Gets the release type's reference id.
|
Integer |
getScope()
Gets the release type's scope.
|
void |
setCategory(Integer category)
Sets the release type's category.
|
void |
setDefaultValue(Integer defaultValue)
Sets the default value for the release type.
|
void |
setDescription(String description)
Sets the release type's description.
|
void |
setId(Long id)
Sets the release type's id.
|
void |
setName(String name)
Sets the release type's name.
|
void |
setRefId(Integer refId)
Sets the release type's reference id.
|
void |
setScope(Integer scope)
Sets the release type's scope.
|
String |
toString()
Gets a string representation of this release type.
|
public Long getId()
public void setId(Long id)
id
- the id to setpublic Integer getCategory()
public void setCategory(Integer category)
category
- the category to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic Integer getScope()
public void setScope(Integer scope)
scope
- the scope to setpublic Integer getRefId()
public void setRefId(Integer refId)
refId
- the refId to setpublic Integer getDefaultValue()
public void setDefaultValue(Integer defaultValue)
defaultValue
- the defaultValue to setCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.