Class CustomAspectPropertiesModel

  • All Implemented Interfaces:
    Model

    public class CustomAspectPropertiesModel
    extends TestModel
    Author:
    Bogdan Bocancea
    • Constructor Detail

      • CustomAspectPropertiesModel

        public CustomAspectPropertiesModel()
      • CustomAspectPropertiesModel

        public CustomAspectPropertiesModel​(java.lang.String name)
      • CustomAspectPropertiesModel

        public CustomAspectPropertiesModel​(java.lang.String name,
                                           java.lang.String dataType)
      • CustomAspectPropertiesModel

        public CustomAspectPropertiesModel​(java.lang.String name,
                                           java.lang.String title,
                                           java.lang.String dataType)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getPrefixedName

        public java.lang.String getPrefixedName()
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)
      • getDataType

        public java.lang.String getDataType()
      • setDataType

        public void setDataType​(java.lang.String dataType)
      • isFacetable

        public java.lang.String isFacetable()
      • setFacetable

        public void setFacetable​(java.lang.String facetable)
      • isIndexTokenisationMode

        public java.lang.String isIndexTokenisationMode()
      • setIndexTokenisationMode

        public void setIndexTokenisationMode​(java.lang.String indexTokenisationMode)
      • 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

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)