Class DataCollectionTreeProperties

java.lang.Object
overit.geocallapp.wfm.core.ux.common.treemodel.UXTreeModelProperties
overit.geocallapp.wfm.core.ux.datacollection.tree.DataCollectionTreeProperties

public class DataCollectionTreeProperties extends UXTreeModelProperties
The Class that defines the data collection tree properties.
Since:
12.0
  • Constructor Details

    • DataCollectionTreeProperties

      public DataCollectionTreeProperties()
  • Method Details

    • isReadOnly

      public boolean isReadOnly()
      Checks if the property is read only.
      Returns:
      true, if is read only
    • setReadOnly

      public void setReadOnly(boolean readOnly)
      Sets if the property is read only.
      Parameters:
      readOnly - the read only
    • isMandatory

      public boolean isMandatory()
      Checks whether the property is mandatory.
      Returns:
      true, if is mandatory
    • setMandatory

      public void setMandatory(boolean mandatory)
      Sets whether the property is mandatory.
      Parameters:
      mandatory - the mandatory