Package org.alfresco.rest.api.model
Class PropertyDefinition
java.lang.Object
org.alfresco.rest.api.model.PropertyDefinition
Represents a property of the node definition.
- Author:
- gfertuso
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
boolean
boolean
boolean
getTitle()
void
setConstraints
(List<ConstraintDefinition> constraints) void
setDataType
(String dataType) void
setDefaultValue
(String defaultValue) void
setDescription
(String description) void
void
setIsMandatory
(boolean isMandatory) void
setIsMandatoryEnforced
(boolean isMandatoryEnforced) void
setIsMultiValued
(boolean isMultiValued) void
setIsProtected
(boolean isProtected) void
-
Constructor Details
-
PropertyDefinition
public PropertyDefinition()
-
-
Method Details
-
getId
-
setId
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getDefaultValue
-
setDefaultValue
-
getDataType
-
setDataType
-
getIsProtected
public boolean getIsProtected() -
setIsProtected
public void setIsProtected(boolean isProtected) -
getConstraints
-
setConstraints
-
getIsMultiValued
public boolean getIsMultiValued() -
setIsMultiValued
public void setIsMultiValued(boolean isMultiValued) -
getIsMandatory
public boolean getIsMandatory() -
setIsMandatory
public void setIsMandatory(boolean isMandatory) -
getIsMandatoryEnforced
public boolean getIsMandatoryEnforced() -
setIsMandatoryEnforced
public void setIsMandatoryEnforced(boolean isMandatoryEnforced)
-