Class M2Property


  • public class M2Property
    extends Object
    Property Definition
    Author:
    David Caruana
    • 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)
      • setIndexTokenisationMode

        public void setIndexTokenisationMode​(IndexTokenisationMode indexTokenisationMode)
      • hasConstraints

        public boolean hasConstraints()
      • removeConstraintRef

        public void removeConstraintRef​(String refName)
      • removeConstraint

        public void removeConstraint​(String name)
      • setConfigProperties

        public void setConfigProperties​(Properties configProperties)