public class ConsignmentEntryDTO extends ItemDTO
modifiedPropsSet| Constructor and Description |
|---|
ConsignmentEntryDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic ConsignmentEntryDTO()
public java.math.BigDecimal getAmount()
public ConsignmentDTO getConsignment()
public java.util.Set<DeclineConsignmentEntryEventDTO> getDeclineEntryEvents()
public java.util.Collection<InventoryEventDTO> getInventoryEvents()
public AbstractOrderEntryDTO getOrderEntry()
public java.lang.Long getQuantity()
public java.lang.Long getQuantityDeclined()
public java.lang.Long getQuantityPending()
public java.lang.Long getQuantityReturnedUptil()
public java.lang.Long getQuantityShipped()
public java.lang.Long getReturnQuantity()
public int getSapOrderEntryRowNumber()
public java.lang.Long getShippedQuantity()
public java.lang.String getStatus()
public void setAmount(java.math.BigDecimal value)
public void setConsignment(ConsignmentDTO value)
public void setDeclineEntryEvents(java.util.Set<DeclineConsignmentEntryEventDTO> value)
public void setInventoryEvents(java.util.Collection<InventoryEventDTO> value)
public void setOrderEntry(AbstractOrderEntryDTO value)
public void setQuantity(java.lang.Long value)
public void setQuantityDeclined(java.lang.Long value)
public void setQuantityPending(java.lang.Long value)
public void setQuantityReturnedUptil(java.lang.Long value)
public void setQuantityShipped(java.lang.Long value)
public void setReturnQuantity(java.lang.Long value)
public void setSapOrderEntryRowNumber(int value)
public void setShippedQuantity(java.lang.Long value)
public void setStatus(java.lang.String value)
Copyright © 2018 SAP SE. All Rights Reserved.