Class DTOOutcomeReasonTypeInsert

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.rs1.outcomereasontype.DTOOutcomeReasonTypeInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOOutcomeReasonTypeInsert extends DynO
DTO for insert outcome reason type
Since:
18.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOOutcomeReasonTypeInsert

      public DTOOutcomeReasonTypeInsert()
  • Method Details

    • getCode

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

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

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

      public final void setDescription(LocalizedString description)
      Sets the description.
      Parameters:
      description - the new description
    • getOrder

      public final Long getOrder()
      Gets the order.
      Returns:
      the order
    • setOrder

      public final void setOrder(Long order)
      Sets the order.
      Parameters:
      order - the new order
    • getActive

      public final boolean getActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public final void setActive(boolean active)
      Sets the active.
      Parameters:
      active - the new active
    • getSuccessful

      public final boolean getSuccessful()
      Gets the successful.
      Returns:
      the successful
    • setSuccessful

      public final void setSuccessful(boolean successful)
      Sets the successful.
      Parameters:
      successful - the new successful
    • getColor

      public final String getColor()
      Gets the color.
      Returns:
      the color
    • setColor

      public final void setColor(String color)
      Sets the color.
      Parameters:
      color - the new color