Class DTOMaterialItemUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.materials.rs1.item.DTOMaterialItemUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOMaterialItemUpdate extends DynO
DTO for material item type update.
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMaterialItemUpdate

      public DTOMaterialItemUpdate()
  • Method Details

    • getCode

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

      public final void setCode(Optional<String> code)
      Parameters:
      code - the code to set
    • getDescription

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

      public final void setDescription(Optional<LocalizedString> description)
      Parameters:
      description - the description to set
    • getOrder

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

      public final void setOrder(Optional<Long> order)
      Parameters:
      order - the order to set
    • getActive

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

      public final void setActive(Optional<Boolean> active)
      Parameters:
      active - the active to set