Class DTOWorkOrderHeaderInsertedSpout

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.spout.header.DTOWorkOrderHeaderInsertedSpout
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@EntityRef(WorkOrderHeaderEntity.class) public class DTOWorkOrderHeaderInsertedSpout extends DynO
Object that represent the spout payload for BOWorkOrderHeader insert actions.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWorkOrderHeaderInsertedSpout

      public DTOWorkOrderHeaderInsertedSpout()
  • Method Details

    • getId

      public final Long getId()
      Gets the id of the BOWorkOrderHeader.
      Returns:
      the id of the BOWorkOrderHeader
    • setId

      public final void setId(Long id)
      Sets the id of the BOWorkOrderHeader.
      Parameters:
      id - the id of the BOWorkOrderHeader
    • getCode

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

      public final void setCode(String code)
      Sets the code of the BOWorkOrderHeader.
      Parameters:
      code - the code of the BOWorkOrderHeader to set
    • getAddress

      public final Long getAddress()
      Returns:
      the address
    • setAddress

      public final void setAddress(Long address)
      Parameters:
      address - the address to set
    • getType

      public final Long getType()
      Returns:
      the type
    • setType

      public final void setType(Long type)
      Parameters:
      type - the type to set
    • getState

      public final Long getState()
      Returns:
      the state
    • setState

      public final void setState(Long state)
      Parameters:
      state - the state to set
    • getOperationCenter

      public final Long getOperationCenter()
      Returns:
      the operationCenter
    • setOperationCenter

      public final void setOperationCenter(Long operationCenter)
      Parameters:
      operationCenter - the operationCenter to set
    • getStartDate

      public final Date getStartDate()
      Returns:
      the startDate
    • setStartDate

      public final void setStartDate(Date startDate)
      Parameters:
      startDate - the startDate to set
    • getEndDate

      public final Date getEndDate()
      Returns:
      the endDate
    • setEndDate

      public final void setEndDate(Date endDate)
      Parameters:
      endDate - the endDate to set