Package org.alfresco.utility.model
Class CustomAspectPropertiesModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.utility.model.CustomAspectPropertiesModel
- All Implemented Interfaces:
Model
- Author:
- Bogdan Bocancea
-
Constructor Summary
ConstructorsConstructorDescriptionCustomAspectPropertiesModel(String name, String dataType) CustomAspectPropertiesModel(String name, String title, String dataType) -
Method Summary
Modifier and TypeMethodDescriptiongetName()getTitle()booleanbooleanbooleanbooleanvoidsetDataType(String dataType) voidsetDescription(String description) voidsetFacetable(String facetable) voidsetIndexed(boolean indexed) voidsetIndexTokenisationMode(String indexTokenisationMode) voidsetMandatory(boolean mandatory) voidsetMandatoryEnforced(boolean mandatoryEnforced) voidsetMultiValued(boolean multiValued) voidvoidMethods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toString
-
Constructor Details
-
CustomAspectPropertiesModel
public CustomAspectPropertiesModel() -
CustomAspectPropertiesModel
-
CustomAspectPropertiesModel
-
CustomAspectPropertiesModel
-
-
Method Details
-
getName
-
setName
-
getPrefixedName
-
getTitle
-
setTitle
-
getDataType
-
setDataType
-
isFacetable
-
setFacetable
-
isIndexTokenisationMode
-
setIndexTokenisationMode
-
isMandatory
public boolean isMandatory() -
setMandatory
public void setMandatory(boolean mandatory) -
isMultiValued
public boolean isMultiValued() -
setMultiValued
public void setMultiValued(boolean multiValued) -
isIndexed
public boolean isIndexed() -
setIndexed
public void setIndexed(boolean indexed) -
isMandatoryEnforced
public boolean isMandatoryEnforced() -
setMandatoryEnforced
public void setMandatoryEnforced(boolean mandatoryEnforced) -
getDescription
-
setDescription
-