Class CustomAspectPropertiesModel

java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.utility.model.CustomAspectPropertiesModel
All Implemented Interfaces:
Model

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

    • CustomAspectPropertiesModel

      public CustomAspectPropertiesModel()
    • CustomAspectPropertiesModel

      public CustomAspectPropertiesModel(String name)
    • CustomAspectPropertiesModel

      public CustomAspectPropertiesModel(String name, String dataType)
    • CustomAspectPropertiesModel

      public CustomAspectPropertiesModel(String name, String title, String dataType)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPrefixedName

      public String getPrefixedName()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDataType

      public String getDataType()
    • setDataType

      public void setDataType(String dataType)
    • isFacetable

      public String isFacetable()
    • setFacetable

      public void setFacetable(String facetable)
    • isIndexTokenisationMode

      public String isIndexTokenisationMode()
    • setIndexTokenisationMode

      public void setIndexTokenisationMode(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 String getDescription()
    • setDescription

      public void setDescription(String description)