Class CustomModelProperty

    • Constructor Detail

      • CustomModelProperty

        public CustomModelProperty()
      • CustomModelProperty

        public CustomModelProperty​(org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDefinition,
                                   org.alfresco.service.cmr.i18n.MessageLookup messageLookup)
    • Method Detail

      • getDataType

        public java.lang.String getDataType()
      • setDataType

        public void setDataType​(java.lang.String dataType)
      • 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 java.lang.String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(java.lang.String defaultValue)
      • isIndexed

        public boolean isIndexed()
      • setIndexed

        public void setIndexed​(boolean isIndexed)
      • getFacetable

        public org.alfresco.repo.dictionary.Facetable getFacetable()
      • setFacetable

        public void setFacetable​(org.alfresco.repo.dictionary.Facetable facetable)
      • getIndexTokenisationMode

        public org.alfresco.repo.dictionary.IndexTokenisationMode getIndexTokenisationMode()
      • setIndexTokenisationMode

        public void setIndexTokenisationMode​(org.alfresco.repo.dictionary.IndexTokenisationMode indexTokenisationMode)
      • getConstraintRefs

        public java.util.List<java.lang.String> getConstraintRefs()
      • setConstraintRefs

        public void setConstraintRefs​(java.util.List<java.lang.String> constraintRefs)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object