Package org.alfresco.repo.dictionary
Class M2Property
- java.lang.Object
-
- org.alfresco.repo.dictionary.M2Property
-
public class M2Property extends Object
Property Definition- Author:
- David Caruana
-
-
Method Summary
-
-
-
Method Detail
-
isOverride
public boolean isOverride()
-
setOverride
public void setOverride(boolean isOverride)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getType
public String getType()
-
setType
public void setType(String type)
-
isProtected
public boolean isProtected()
-
setProtected
public void setProtected(boolean isProtected)
-
isMandatory
public boolean isMandatory()
-
setMandatory
public void setMandatory(boolean isMandatory)
-
isMandatoryEnforced
public boolean isMandatoryEnforced()
-
setMandatoryEnforced
public void setMandatoryEnforced(boolean isMandatoryEnforced)
-
isMultiValued
public boolean isMultiValued()
-
setMultiValued
public void setMultiValued(boolean isMultiValued)
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(String defaultValue)
-
isIndexed
public Boolean isIndexed()
-
setIndexed
public void setIndexed(boolean isIndexed)
-
isStoredInIndex
public Boolean isStoredInIndex()
-
setStoredInIndex
public void setStoredInIndex(boolean isStoredInIndex)
-
isFacetable
public Boolean isFacetable()
-
setFacetable
public void setFacetable(boolean isFacetable)
-
isIndexedAtomically
public Boolean isIndexedAtomically()
-
setIndexedAtomically
public void setIndexedAtomically(boolean isIndexedAtomically)
-
getIndexTokenisationMode
public IndexTokenisationMode getIndexTokenisationMode()
-
setIndexTokenisationMode
public void setIndexTokenisationMode(IndexTokenisationMode indexTokenisationMode)
-
getConstraints
public List<M2Constraint> getConstraints()
-
hasConstraints
public boolean hasConstraints()
-
addConstraintRef
public M2Constraint addConstraintRef(String refName)
-
addConstraint
public M2Constraint addConstraint(String name, String type)
-
removeConstraintRef
public void removeConstraintRef(String refName)
-
removeConstraint
public void removeConstraint(String name)
-
setConfigProperties
public void setConfigProperties(Properties configProperties)
-
-