Class BOSchedulingRemovalProposal

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

public class BOSchedulingRemovalProposal extends BOSchedulingProposal
Business object representing a Scheduling Proposal for remove action
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOSchedulingRemovalProposal

      public BOSchedulingRemovalProposal()
  • Method Details

    • getWorkOrderOperation

      public Long getWorkOrderOperation()
      Returns the work order operation id.
      Returns:
      the work order operation id
    • setWorkOrderOperation

      public void setWorkOrderOperation(Long workOrderOperation)
      Sets the work order operation id.
      Parameters:
      workOrderOperation - the work order operation id
    • isCreation

      public boolean isCreation()
      Returns true if the scheduling proposal is creation.
      Specified by:
      isCreation in class BOSchedulingProposal
      Returns:
      true if the scheduling proposal is creation
    • isRemoval

      public boolean isRemoval()
      Returns true if the scheduling proposal is removal.
      Specified by:
      isRemoval in class BOSchedulingProposal
      Returns:
      true if the scheduling proposal is removal