All Superinterfaces:
BusinessObject, Cloneable, MessageListHolder, Serializable
All Known Implementing Classes:
SchedlineImpl

public interface Schedline extends BusinessObject, Cloneable
Represents the Schedline (schedule line) object.
  • Method Details

    • getCommittedDate

      Date getCommittedDate()
      Retrieves the committed date of the schedule line.
      Returns:
      Committed Date
    • setCommittedDate

      void setCommittedDate(Date committedDate)
      Sets the committed date or the schedule line.
      Parameters:
      committedDate - date to set
    • getCommittedQuantity

      BigDecimal getCommittedQuantity()
      Retrieves the committed quantity of the schedule line.
      Returns:
      Committed Quantity
    • setCommittedQuantity

      void setCommittedQuantity(BigDecimal committedQuantity)
      Sets the committed quantity of the schedule line.
      Parameters:
      committedQuantity - quantity to set
    • clone

      Object clone()
      Performs a deep-copy of the object rather than a shallow copy.
      Returns:
      returns a deep copy
    • setUnit

      void setUnit(String unit)
      Sets schedule lines' unit
      Parameters:
      unit -
    • getUnit

      String getUnit()
      Retrieving unit ID in language independent format
      Returns:
      Schedule lines' unit