java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.organizationalstructures.rs1.workcenter.DTOWorkCenter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOWorkCenter extends DynO
DTO for work center
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkCenter

      public DTOWorkCenter()
  • Method Details

    • getId

      public final Long getId()
    • setId

      public final void setId(Long id)
    • getCode

      public final String getCode()
    • setCode

      public final void setCode(String code)
    • getDescription

      public final LocalizedString getDescription()
    • setDescription

      public final void setDescription(LocalizedString description)
    • getOrder

      public final Long getOrder()
    • setOrder

      public final void setOrder(Long order)
    • getActive

      public final Boolean getActive()
    • setActive

      public final void setActive(Boolean active)