Interface Schedline

    • Method Detail

      • getCommittedDate

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

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

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

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

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

        void setUnit​(java.lang.String unit)
        Sets schedule lines' unit
        Parameters:
        unit -
      • getUnit

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