public class RecordCategoryData extends Object implements Serializable
| Constructor and Description |
|---|
RecordCategoryData()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.bm.data.DataCreationState |
getCreationState()
Gets the creation state.
|
FilePlanData |
getFilePlan()
Returns the file plan the record category is stored in.
|
String |
getName()
Returns the name of the record category
|
RecordCategoryData |
setCreationState(org.alfresco.bm.data.DataCreationState creationState)
Sets the creation state of the record category in MongoDB.
|
RecordCategoryData |
setFilePlan(FilePlanData filePla)
Sets the file plan for the record category.
|
RecordCategoryData |
setName(String name)
Sets the name of the record category.
|
String |
toString() |
public String getName()
public RecordCategoryData setName(String name)
name - (String) name of the record category (required).public org.alfresco.bm.data.DataCreationState getCreationState()
public RecordCategoryData setCreationState(org.alfresco.bm.data.DataCreationState creationState)
creationState - (DataCreationState)state to set.public FilePlanData getFilePlan()
public RecordCategoryData setFilePlan(FilePlanData filePla)
filePla - (FilePlanData, required) file plan to associate with record category.Copyright © 2016. All rights reserved.