java.lang.Object
de.hybris.platform.sap.core.bol.businessobject.BusinessObjectBase
de.hybris.platform.sap.sapordermgmtbol.transaction.businessobject.impl.SchedlineImpl
All Implemented Interfaces:
BackendAware, BusinessObject, MessageListHolder, Schedline, Serializable, Cloneable

public class SchedlineImpl extends BusinessObjectBase implements Schedline
Schedule line of the Sales Document
See Also:
  • Constructor Details

    • SchedlineImpl

      public SchedlineImpl()
  • Method Details

    • getCommittedDate

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

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

      public void setCommittedDate(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(BigDecimal committedQuantity)
      Sets the committed quantity of the schedule line
      Specified by:
      setCommittedQuantity in interface Schedline
      Parameters:
      committedQuantity - quantity to set
    • clone

      public 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(String unit)
      Description copied from interface: Schedline
      Sets schedule lines' unit
      Specified by:
      setUnit in interface Schedline
    • getUnit

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