com.jamasoftware.contour.ws.v3.domain
Class WsReleaseType

java.lang.Object
  extended by com.jamasoftware.contour.ws.v3.domain.WsReleaseType

public class WsReleaseType
extends java.lang.Object

Release Types are used in Releases

Author:
Dylan

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

WsReleaseType

public WsReleaseType()
Method Detail

getId

public java.lang.Long getId()
Gets the release type's id.

Returns:
the id

setId

public void setId(java.lang.Long id)
Sets the release type's id.

Parameters:
id - the id to set

getCategory

public java.lang.Integer getCategory()
Gets the release type's category.

Returns:
the category

setCategory

public void setCategory(java.lang.Integer category)
Sets the release type's category.

Parameters:
category - the category to set

getName

public java.lang.String getName()
Gets the release type's name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the release type's name.

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the release type's description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the release type's description.

Parameters:
description - the description to set

getScope

public java.lang.Integer getScope()
Gets the release type's scope.

Returns:
the scope

setScope

public void setScope(java.lang.Integer scope)
Sets the release type's scope.

Parameters:
scope - the scope to set

getRefId

public java.lang.Integer getRefId()
Gets the release type's reference id.

Returns:
the refId

setRefId

public void setRefId(java.lang.Integer refId)
Sets the release type's reference id.

Parameters:
refId - the refId to set

getDefaultValue

public java.lang.Integer getDefaultValue()
Gets the default value for the release type.

Returns:
the defaultValue

setDefaultValue

public void setDefaultValue(java.lang.Integer defaultValue)
Sets the default value for the release type.

Parameters:
defaultValue - the defaultValue to set

toString

public java.lang.String toString()
Gets a string representation of this release type.

Overrides:
toString in class java.lang.Object
Returns:
String


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.