Class SchedlineImpl

    • Constructor Detail

      • SchedlineImpl

        public SchedlineImpl()
    • Method Detail

      • getCommittedDate

        public java.util.Date getCommittedDate()
        Retrieves the committed date of the schedule line
        Specified by:
        getCommittedDate in interface Schedline
        Returns:
        Committed Date
      • getCommittedQuantity

        public java.math.BigDecimal getCommittedQuantity()
        Retrieves the committed quantity of the schedule line
        Specified by:
        getCommittedQuantity in interface Schedline
        Returns:
        Committed Quantity
      • setCommittedDate

        public void setCommittedDate​(java.util.Date committedDate)
        Sets the committed date of the schedule line
        Specified by:
        setCommittedDate in interface Schedline
        Parameters:
        committedDate - date to set
      • setCommittedQuantity

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

        public java.lang.Object clone()
        Performs a deep-copy of the object rather than a shallow copy.
        Specified by:
        clone in interface Schedline
        Overrides:
        clone in class BusinessObjectBase
        Returns:
        returns a deep copy
      • setUnit

        public void setUnit​(java.lang.String unit)
        Description copied from interface: Schedline
        Sets schedule lines' unit
        Specified by:
        setUnit in interface Schedline
      • getUnit

        public java.lang.String getUnit()
        Description copied from interface: Schedline
        Retrieving unit ID in language independent format
        Specified by:
        getUnit in interface Schedline
        Returns:
        Schedule lines' unit