public class FilePlanData extends Object implements Serializable
| Constructor and Description |
|---|
FilePlanData()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.bm.data.DataCreationState |
getCreationState()
Gets the creation state.
|
String |
getName()
Returns the name of the file plan
|
String |
getPlanType()
Returns the type of the plan - always "rma:filePlan" or a sub-type.
|
FilePlanData |
setCreationState(org.alfresco.bm.data.DataCreationState creationState)
Sets the creation state of the file plan in MongoDB.
|
FilePlanData |
setName(String name)
Sets the name of the file plan.
|
FilePlanData |
setPlanType(String value)
Sets the file plan type - always "rma:filePlan" or a sub-type.
|
String |
toString() |
public String getName()
public FilePlanData setName(String name)
name - (String) name of the file plan (required).public org.alfresco.bm.data.DataCreationState getCreationState()
public FilePlanData setCreationState(org.alfresco.bm.data.DataCreationState creationState)
creationState - (DataCreationState)state to set.public String getPlanType()
public FilePlanData setPlanType(String value)
value - (String) value to set.Copyright © 2016. All rights reserved.