|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v2.domain.WsProjectType
public class WsProjectType
This is the default item type for a project. An item type controls the fields, components, and defaults of modules.
| 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 |
|---|
public WsProjectType()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - the id 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()
WsScopepublic void setScope(java.lang.Integer scope)
scope - the scope to setWsScopepublic java.lang.Integer getRefId()
public void setRefId(java.lang.Integer refId)
refId - the refId to setpublic java.lang.String getComponents()
public void setComponents(java.lang.String components)
components - the components to setpublic java.lang.String getDefaultDisplay()
public void setDefaultDisplay(java.lang.String defaultDisplay)
defaultDisplay - the defaultDisplay to setpublic java.lang.String getDefaultDisplayPlural()
public void setDefaultDisplayPlural(java.lang.String defaultDisplayPlural)
defaultDisplayPlural - the defaultDisplayPlural to setpublic java.lang.String getDefaultPrefix()
public void setDefaultPrefix(java.lang.String defaultPrefix)
defaultPrefix - the defaultPrefix 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 | |||||||||