|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsModule
public class WsModule
This object represents a Contour document group (also known as a set). A Set in Contour is a group of Items of the same type. Each Set is created from an Item Type.
| Constructor Summary | |
|---|---|
WsModule()
Creates an empty WsModule object. |
|
WsModule(WsProject project,
WsDocumentType documentType)
Creates a new WsModule object from the given WsProject and WsDocumentType. |
|
| Method Summary | |
|---|---|
WsDocumentType |
getDocumentType()
Gets the document type this module inherits from. |
java.lang.Integer |
getId()
Gets the module's id. |
WsProject |
getProject()
Gets the project this module belongs to. |
java.lang.Integer |
getSortOrder()
Gets the module's sort order |
boolean |
isActive()
Is this module active? |
void |
setActive(boolean active)
Sets whether or not this module is active. |
void |
setDocumentType(WsDocumentType documentType)
Sets the document type this module inherits from. |
void |
setId(java.lang.Integer id)
Sets the module's id. |
void |
setProject(WsProject project)
Sets the project this module belongs to. |
void |
setSortOrder(java.lang.Integer sortOrder)
Sets the module's sort order |
java.lang.String |
toString()
Gets a string representation of this module. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsModule()
public WsModule(WsProject project,
WsDocumentType documentType)
WsProject and WsDocumentType.
project - project the module is indisplayInReleaseTree - should this be displayed in the release tree?notification - enable notifications?| Method Detail |
|---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - module idpublic WsProject getProject()
WsProjectpublic void setProject(WsProject project)
project - project this module is inWsProjectpublic WsDocumentType getDocumentType()
public void setDocumentType(WsDocumentType documentType)
documentType - module document typepublic boolean isActive()
public void setActive(boolean active)
active - whether or not this module should be activepublic java.lang.Integer getSortOrder()
public void setSortOrder(java.lang.Integer sortOrder)
sortOrder - module sort orderpublic 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 | |||||||||