Class BOSchedulingProposalState

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

public class BOSchedulingProposalState extends DynO
Business object representing a Scheduling Proposal State
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOSchedulingProposalState

      public BOSchedulingProposalState()
  • Method Details

    • getId

      public Long getId()
      Returns id of scheduling proposal state.
      Returns:
      id of scheduling proposal state
    • setId

      public void setId(Long id)
      Sets id of scheduling proposal state.
      Parameters:
      id - id of scheduling proposal state
    • getCode

      public String getCode()
      Returns code of scheduling proposal state.
      Returns:
      code of scheduling proposal state
    • setCode

      public void setCode(String code)
      Sets code of scheduling proposal state.
      Parameters:
      code - code of scheduling proposal state
    • getDescription

      public LocalizedString getDescription()
      Returns description of scheduling proposal state.
      Returns:
      description of scheduling proposal state
    • setDescription

      public void setDescription(LocalizedString description)
      Sets description of scheduling proposal state.
      Parameters:
      description - description of scheduling proposal state