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

public class BOOutcomeType extends DynO
Business Object representing outcome type.
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOOutcomeType

      public BOOutcomeType()
  • Method Details

    • getId

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

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

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

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

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

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