Class BODataCollectionSheetState

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

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

    • BODataCollectionSheetState

      public BODataCollectionSheetState()
  • Method Details

    • getFinalStates

      public static Set<Long> getFinalStates()
      Returns the final states.
      Returns:
      the final states
    • getNotFinalStates

      public static Set<Long> getNotFinalStates()
      Returns the not final states.
      Returns:
      the not final states
    • getId

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

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

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

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

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

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description