Package org.alfresco.repo.dictionary
Class M2PropertyOverride
- java.lang.Object
-
- org.alfresco.repo.dictionary.M2PropertyOverride
-
public class M2PropertyOverride extends Object
Property override definition- Author:
- David Caruana
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<M2Constraint>
getConstraints()
String
getDefaultValue()
String
getName()
Boolean
isMandatory()
Boolean
isMandatoryEnforced()
void
setConfigProperties(Properties configProperties)
void
setDefaultValue(String defaultValue)
void
setMandatory(Boolean isMandatory)
void
setName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
isMandatory
public Boolean isMandatory()
-
setMandatory
public void setMandatory(Boolean isMandatory)
-
isMandatoryEnforced
public Boolean isMandatoryEnforced()
-
getDefaultValue
public String getDefaultValue()
-
setDefaultValue
public void setDefaultValue(String defaultValue)
-
getConstraints
public List<M2Constraint> getConstraints()
-
setConfigProperties
public void setConfigProperties(Properties configProperties)
-
-