Constructor and Description |
---|
WsDocumentType()
Creates an empty WsDocumentType object.
|
WsDocumentType(Integer id)
Creates a WsDocumentType object with the given id.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getActive()
Is this document type active?
|
WsDocumentTypeCategory |
getCategory()
Gets document type's category.
|
String |
getComponents()
Gets document type's components (change request, tags, etc...).
|
String |
getDescription()
Gets the document type's description.
|
String |
getDisplay()
Gets document type's display.
|
String |
getDisplayPlural()
Gets document type's plural display.
|
String |
getDocumentTypeKey()
Gets document type's key, used in creating document keys.
|
WsField[] |
getFields()
Gets the fields associated with this document type.
|
Integer |
getId()
Gets the document type's id.
|
String |
getImage()
Gets the image associated with this type
|
Integer |
getRefId()
Gets document type's reference id.
|
Integer |
getScope()
Gets the document type's scope.
|
void |
setActive(Boolean active)
Sets whether or not this document type is active.
|
void |
setCategory(WsDocumentTypeCategory category)
Sets document type's category.
|
void |
setComponents(String components)
Sets document type's components (change request, tags, etc...).
|
void |
setDescription(String description)
Sets the document type's description.
|
void |
setDisplay(String display)
Sets document type's display.
|
void |
setDisplayPlural(String displayPlural)
Sets document type's plural display.
|
void |
setDocumentTypeKey(String documentTypeKey)
Sets document type's key
|
void |
setFields(WsField[] fields)
Sets the fields associated with this document type.
|
void |
setId(Integer id)
Sets the document type's id.
|
void |
setImage(String image)
Sets the image associated with this type
|
void |
setRefId(Integer refId)
Sets document type's reference id.
|
void |
setScope(Integer scope)
Sets the document type's scope.
|
String |
toString()
Gets a string representation of this document type.
|
public WsDocumentType()
public WsDocumentType(Integer id)
id
- id of the WsDocumentType to setpublic Integer getId()
public void setId(Integer id)
id
- document type idpublic String getDescription()
public void setDescription(String description)
description
- document type's descriptionpublic Integer getScope()
WsScope
public void setScope(Integer scope)
scope
- document type's scopeWsScope
public Integer getRefId()
public void setRefId(Integer refId)
refId
- document type's reference idpublic String getComponents()
public void setComponents(String components)
components
- document type's componentspublic String getDisplay()
public void setDisplay(String display)
display
- document type's displaypublic String getDisplayPlural()
public void setDisplayPlural(String displayPlural)
displayPlural
- document type's plural displaypublic String getDocumentTypeKey()
public void setDocumentTypeKey(String documentTypeKey)
documentTypeKey
- document type's keypublic WsDocumentTypeCategory getCategory()
public void setCategory(WsDocumentTypeCategory category)
category
- document type's categorypublic Boolean getActive()
public void setActive(Boolean active)
active
- whether or not this document type should be activepublic String getImage()
public void setImage(String image)
image
- type imagepublic WsField[] getFields()
public void setFields(WsField[] fields)
fields
- fields associated with this document typeCopyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.