com.jamasoftware.contour.ws.v2.domain
Class WsProjectType

java.lang.Object
  extended by com.jamasoftware.contour.ws.v2.domain.WsProjectType

public class WsProjectType
extends java.lang.Object

This is the default item type for a project. An item type controls the fields, components, and defaults of modules.

Author:
Dylan

Constructor Summary
WsProjectType()
           
 
Method Summary
 java.lang.String getComponents()
          Gets the components of the project type.
 java.lang.String getDefaultDisplay()
          Gets the default display for the project type.
 java.lang.String getDefaultDisplayPlural()
          Gets the plural version of the default display for the project type.
 java.lang.String getDefaultPrefix()
          Gets the default prefix for the project type.
 java.lang.String getDescription()
          Gets the description of the project type.
 java.lang.Long getId()
          Gets the project type's id.
 java.lang.String getName()
          Gets the name of the project type.
 java.lang.Integer getRefId()
          Gets the reference id of the project type.
 java.lang.Integer getScope()
          Gets the scope of the project type.
 void setComponents(java.lang.String components)
          Sets the components of the project type.
 void setDefaultDisplay(java.lang.String defaultDisplay)
          Sets the default display for the project type.
 void setDefaultDisplayPlural(java.lang.String defaultDisplayPlural)
          Sets the plural version of the default display for the project type.
 void setDefaultPrefix(java.lang.String defaultPrefix)
          Sets the default prefix for the project type.
 void setDescription(java.lang.String description)
          Sets the description of the project type.
 void setId(java.lang.Long id)
          Sets the project type's id.
 void setName(java.lang.String name)
          Sets the name of the project type.
 void setRefId(java.lang.Integer refId)
          Sets the reference id of the project type.
 void setScope(java.lang.Integer scope)
          Sets the scope of the project type.
 java.lang.String toString()
          Gets a string representation of this project type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WsProjectType

public WsProjectType()
Method Detail

getId

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

Returns:
the id

setId

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

Parameters:
id - the id to set

getName

public java.lang.String getName()
Gets the name of the project type.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name of the project type.

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the description of the project type.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description of the project type.

Parameters:
description - the description to set

getScope

public java.lang.Integer getScope()
Gets the scope of the project type.

Returns:
the scope
See Also:
WsScope

setScope

public void setScope(java.lang.Integer scope)
Sets the scope of the project type.

Parameters:
scope - the scope to set
See Also:
WsScope

getRefId

public java.lang.Integer getRefId()
Gets the reference id of the project type.

Returns:
the refId

setRefId

public void setRefId(java.lang.Integer refId)
Sets the reference id of the project type.

Parameters:
refId - the refId to set

getComponents

public java.lang.String getComponents()
Gets the components of the project type. (change request, versions, test results, etc...)

Returns:
the components

setComponents

public void setComponents(java.lang.String components)
Sets the components of the project type. (change request, versions, test results, etc...)

Parameters:
components - the components to set

getDefaultDisplay

public java.lang.String getDefaultDisplay()
Gets the default display for the project type.

Returns:
the defaultDisplay

setDefaultDisplay

public void setDefaultDisplay(java.lang.String defaultDisplay)
Sets the default display for the project type.

Parameters:
defaultDisplay - the defaultDisplay to set

getDefaultDisplayPlural

public java.lang.String getDefaultDisplayPlural()
Gets the plural version of the default display for the project type.

Returns:
the defaultDisplayPlural

setDefaultDisplayPlural

public void setDefaultDisplayPlural(java.lang.String defaultDisplayPlural)
Sets the plural version of the default display for the project type.

Parameters:
defaultDisplayPlural - the defaultDisplayPlural to set

getDefaultPrefix

public java.lang.String getDefaultPrefix()
Gets the default prefix for the project type.

Returns:
the defaultPrefix

setDefaultPrefix

public void setDefaultPrefix(java.lang.String defaultPrefix)
Sets the default prefix for the project type.

Parameters:
defaultPrefix - the defaultPrefix to set

toString

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

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


Copyright © 2010 Jama Software, Inc. All Rights Reserved.