|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsDocumentType
public class WsDocumentType
This object represents a Contour Item Type. These define the fields available to a given WsItem.
| Constructor Summary | |
|---|---|
WsDocumentType()
Creates an empty WsDocumentType object. |
|
WsDocumentType(java.lang.Integer id)
Creates a WsDocumentType object with the given id. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getActive()
Is this document type active? |
WsDocumentTypeCategory |
getCategory()
Gets document type's category. |
java.lang.String |
getComponents()
Gets document type's components (change request, tags, etc...). |
java.lang.String |
getDescription()
Gets the document type's description. |
java.lang.String |
getDisplay()
Gets document type's display. |
java.lang.String |
getDisplayPlural()
Gets document type's plural display. |
java.lang.String |
getDocumentTypeKey()
Gets document type's key, used in creating document keys. |
WsField[] |
getFields()
Gets the fields associated with this document type. |
java.lang.Integer |
getId()
Gets the document type's id. |
java.lang.String |
getImage()
Gets the image associated with this type |
java.lang.Integer |
getRefId()
Gets document type's reference id. |
java.lang.Integer |
getScope()
Gets the document type's scope. |
void |
setActive(java.lang.Boolean active)
Sets whether or not this document type is active. |
void |
setCategory(WsDocumentTypeCategory category)
Sets document type's category. |
void |
setCategoryById(java.lang.Integer categoryId)
Sets document type's category given the category's id. |
void |
setComponents(java.lang.String components)
Sets document type's components (change request, tags, etc...). |
void |
setDescription(java.lang.String description)
Sets the document type's description. |
void |
setDisplay(java.lang.String display)
Sets document type's display. |
void |
setDisplayPlural(java.lang.String displayPlural)
Sets document type's plural display. |
void |
setDocumentTypeKey(java.lang.String documentTypeKey)
Sets document type's key |
void |
setFields(WsField[] fields)
Sets the fields associated with this document type. |
void |
setId(java.lang.Integer id)
Sets the document type's id. |
void |
setImage(java.lang.String image)
Sets the image associated with this type |
void |
setRefId(java.lang.Integer refId)
Sets document type's reference id. |
void |
setScope(java.lang.Integer scope)
Sets the document type's scope. |
java.lang.String |
toString()
Gets a string representation of this document type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsDocumentType()
public WsDocumentType(java.lang.Integer id)
id - id of the WsDocumentType to set| Method Detail |
|---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - document type idpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - document type's descriptionpublic java.lang.Integer getScope()
WsScopepublic void setScope(java.lang.Integer scope)
scope - document type's scopeWsScopepublic java.lang.Integer getRefId()
public void setRefId(java.lang.Integer refId)
refId - document type's reference idpublic java.lang.String getComponents()
public void setComponents(java.lang.String components)
components - document type's componentspublic java.lang.String getDisplay()
public void setDisplay(java.lang.String display)
display - document type's displaypublic java.lang.String getDisplayPlural()
public void setDisplayPlural(java.lang.String displayPlural)
displayPlural - document type's plural displaypublic java.lang.String getDocumentTypeKey()
public void setDocumentTypeKey(java.lang.String documentTypeKey)
documentTypeKey - document type's keypublic WsDocumentTypeCategory getCategory()
public void setCategory(WsDocumentTypeCategory category)
category - document type's categorypublic void setCategoryById(java.lang.Integer categoryId)
categoryId - id of the category to set for this document typepublic java.lang.Boolean getActive()
public void setActive(java.lang.Boolean active)
active - whether or not this document type should be activepublic java.lang.String getImage()
public void setImage(java.lang.String image)
image - type imagepublic WsField[] getFields()
public void setFields(WsField[] fields)
fields - fields associated with this document typepublic 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 | |||||||||