Class SchedulingProposalDetail

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedulingproposal.detail.SchedulingProposalDetail
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class SchedulingProposalDetail extends DynO
Business object representing a Scheduling Proposal Detail.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • SchedulingProposalDetail

      public SchedulingProposalDetail()
  • Method Details

    • getSchedulingProposal

      public BOSchedulingProposal getSchedulingProposal()
      Returns the scheduling proposal business object.
      Returns:
      the scheduling proposal business object
    • setSchedulingProposal

      public void setSchedulingProposal(BOSchedulingProposal schedulingProposal)
      Sets the scheduling proposal business object.
      Parameters:
      schedulingProposal - the scheduling proposal business object
    • getWorkOrderOperation

      public BOWorkOrderOperation getWorkOrderOperation()
      Returns the work order operation business object.
      Returns:
      the work order operation business object
    • setWorkOrderOperation

      public void setWorkOrderOperation(BOWorkOrderOperation workOrderOperation)
      Sets the work order operation business object.
      Parameters:
      workOrderOperation - the work order operation business object
    • getWorkOrderHeader

      public BOWorkOrderHeader getWorkOrderHeader()
      Returns the work order header business object.
      Returns:
      the work order header business object
    • setWorkOrderHeader

      public void setWorkOrderHeader(BOWorkOrderHeader workOrderHeader)
      Sets the work order header business object.
      Parameters:
      workOrderHeader - the work order header business object