Class BODataCollectionOptionsGroup

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobileforms.bl.optionsgroup.BODataCollectionOptionsGroup
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BODataCollectionOptionsGroup extends DynO
Business object representing a data collection options group
Since:
12.0
See Also:
GCApi:
bo
  • Constructor Details

    • BODataCollectionOptionsGroup

      public BODataCollectionOptionsGroup()
  • Method Details

    • getId

      public Long getId()
      Returns the data collection options group id.
      Returns:
      the the data collection options group id
    • setId

      public void setId(Long id)
      Sets the data collection options group id.
      Parameters:
      id - the data collection options group id
    • getDescription

      public LocalizedString getDescription()
      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the description.
      Parameters:
      description - the description
    • getModel

      public String getModel()
      Returns the model.
      Returns:
      the model
    • setModel

      public void setModel(String model)
      Sets the model.
      Parameters:
      model - the model
    • getActive

      public Boolean getActive()
      Returns whether the data collection options group is active.
      Returns:
      true, if the data collection options group is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets whether the data collection options group is active.
      Parameters:
      active - if the data collection options group is active