Class DTOEncodedNoteUpdate

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

public class DTOEncodedNoteUpdate extends DynO
DTO for update encoded note
Since:
18.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOEncodedNoteUpdate

      public DTOEncodedNoteUpdate()
  • Method Details

    • getCode

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

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

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

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

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

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

      public final Optional<Boolean> getActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public final void setActive(Optional<Boolean> active)
      Sets the active.
      Parameters:
      active - the new active
    • getColor

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

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