|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsReleaseType
public class WsReleaseType
Release Types are used in Releases
| Constructor Summary | |
|---|---|
WsReleaseType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getCategory()
Gets the release type's category. |
java.lang.Integer |
getDefaultValue()
Gets the default value for the release type. |
java.lang.String |
getDescription()
Gets the release type's description. |
java.lang.Long |
getId()
Gets the release type's id. |
java.lang.String |
getName()
Gets the release type's name. |
java.lang.Integer |
getRefId()
Gets the release type's reference id. |
java.lang.Integer |
getScope()
Gets the release type's scope. |
void |
setCategory(java.lang.Integer category)
Sets the release type's category. |
void |
setDefaultValue(java.lang.Integer defaultValue)
Sets the default value for the release type. |
void |
setDescription(java.lang.String description)
Sets the release type's description. |
void |
setId(java.lang.Long id)
Sets the release type's id. |
void |
setName(java.lang.String name)
Sets the release type's name. |
void |
setRefId(java.lang.Integer refId)
Sets the release type's reference id. |
void |
setScope(java.lang.Integer scope)
Sets the release type's scope. |
java.lang.String |
toString()
Gets a string representation of this release type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsReleaseType()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - the id to setpublic java.lang.Integer getCategory()
public void setCategory(java.lang.Integer category)
category - the category to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.lang.Integer getScope()
public void setScope(java.lang.Integer scope)
scope - the scope to setpublic java.lang.Integer getRefId()
public void setRefId(java.lang.Integer refId)
refId - the refId to setpublic java.lang.Integer getDefaultValue()
public void setDefaultValue(java.lang.Integer defaultValue)
defaultValue - the defaultValue to setpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||