Class BODataCollectionType

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

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

    • BODataCollectionType

      public BODataCollectionType()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the data collection type id.
      Parameters:
      id - the data collection type id
    • getCode

      public String getCode()
      Returns the type code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the type code.
      Parameters:
      code - the code
    • getDescription

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

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

      public Boolean isActive()
      Checks whether the data collection type is active.
      Returns:
      true if data collection type is active, false otherwise.
    • setActive

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