Class DeclineEntry
- java.lang.Object
-
- de.hybris.platform.warehousing.data.allocation.DeclineEntry
-
- All Implemented Interfaces:
java.io.Serializable
public class DeclineEntry extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeclineEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsignmentEntryModelgetConsignmentEntry()java.lang.StringgetNotes()java.lang.LonggetQuantity()WarehouseModelgetReallocationWarehouse()DeclineReasongetReason()voidsetConsignmentEntry(ConsignmentEntryModel consignmentEntry)voidsetNotes(java.lang.String notes)voidsetQuantity(java.lang.Long quantity)voidsetReallocationWarehouse(WarehouseModel reallocationWarehouse)voidsetReason(DeclineReason reason)
-
-
-
Method Detail
-
setConsignmentEntry
public void setConsignmentEntry(ConsignmentEntryModel consignmentEntry)
-
getConsignmentEntry
public ConsignmentEntryModel getConsignmentEntry()
-
setQuantity
public void setQuantity(java.lang.Long quantity)
-
getQuantity
public java.lang.Long getQuantity()
-
setReason
public void setReason(DeclineReason reason)
-
getReason
public DeclineReason getReason()
-
setNotes
public void setNotes(java.lang.String notes)
-
getNotes
public java.lang.String getNotes()
-
setReallocationWarehouse
public void setReallocationWarehouse(WarehouseModel reallocationWarehouse)
-
getReallocationWarehouse
public WarehouseModel getReallocationWarehouse()
-
-