public class WsProjectType extends Object
Constructor and Description |
---|
WsProjectType() |
Modifier and Type | Method and Description |
---|---|
String |
getComponents()
Gets the components of the project type.
|
String |
getDefaultDisplay()
Gets the default display for the project type.
|
String |
getDefaultDisplayPlural()
Gets the plural version of the default display for the project type.
|
String |
getDefaultPrefix()
Gets the default prefix for the project type.
|
String |
getDescription()
Gets the description of the project type.
|
Long |
getId()
Gets the project type's id.
|
String |
getName()
Gets the name of the project type.
|
Integer |
getRefId()
Gets the reference id of the project type.
|
Integer |
getScope()
Gets the scope of the project type.
|
void |
setComponents(String components)
Sets the components of the project type.
|
void |
setDefaultDisplay(String defaultDisplay)
Sets the default display for the project type.
|
void |
setDefaultDisplayPlural(String defaultDisplayPlural)
Sets the plural version of the default display for the project type.
|
void |
setDefaultPrefix(String defaultPrefix)
Sets the default prefix for the project type.
|
void |
setDescription(String description)
Sets the description of the project type.
|
void |
setId(Long id)
Sets the project type's id.
|
void |
setName(String name)
Sets the name of the project type.
|
void |
setRefId(Integer refId)
Sets the reference id of the project type.
|
void |
setScope(Integer scope)
Sets the scope of the project type.
|
String |
toString()
Gets a string representation of this project type.
|
public Long getId()
public void setId(Long id)
id
- the id 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()
WsScope
public void setScope(Integer scope)
scope
- the scope to setWsScope
public Integer getRefId()
public void setRefId(Integer refId)
refId
- the refId to setpublic String getComponents()
public void setComponents(String components)
components
- the components to setpublic String getDefaultDisplay()
public void setDefaultDisplay(String defaultDisplay)
defaultDisplay
- the defaultDisplay to setpublic String getDefaultDisplayPlural()
public void setDefaultDisplayPlural(String defaultDisplayPlural)
defaultDisplayPlural
- the defaultDisplayPlural to setpublic String getDefaultPrefix()
public void setDefaultPrefix(String defaultPrefix)
defaultPrefix
- the defaultPrefix to setCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.