public class ExpectedInventoryRecordsBackOrderAllocationAccessBean
extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Constructor and Description |
---|
ExpectedInventoryRecordsBackOrderAllocationAccessBean() |
ExpectedInventoryRecordsBackOrderAllocationAccessBean(com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsBackOrderAllocation entity) |
ExpectedInventoryRecordsBackOrderAllocationAccessBean(java.lang.Integer expectedInventoryRecordsBackAlloNum,
java.lang.Long expectedInventoryRecordsDetailId,
java.lang.Long orderitemsId,
java.lang.Long itemSpcId) |
Modifier and Type | Method and Description |
---|---|
com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsBackOrderAllocation |
getEntity() |
java.lang.String |
getExpectedInventoryRecordsBackAlloNum() |
java.lang.Integer |
getExpectedInventoryRecordsBackAlloNumInEntityType() |
java.lang.String |
getExpectedInventoryRecordsDetailId() |
java.lang.Long |
getExpectedInventoryRecordsDetailIdInEntityType() |
java.lang.String |
getItemSpcId() |
java.lang.Long |
getItemSpcIdInEntityType() |
java.lang.String |
getLastupdate() |
java.sql.Timestamp |
getLastupdateInEntityType() |
java.lang.String |
getOrderitemsId() |
java.lang.Long |
getOrderitemsIdInEntityType() |
java.lang.String |
getQtyAllocated() |
java.lang.Integer |
getQtyAllocatedInEntityType() |
void |
instantiateEntity() |
void |
setExpectedInventoryRecordsBackAlloNum(java.lang.Integer expectedInventoryRecordsBackAlloNum) |
void |
setExpectedInventoryRecordsBackAlloNum(java.lang.String expectedInventoryRecordsBackAlloNum) |
void |
setExpectedInventoryRecordsDetailId(java.lang.Long expectedInventoryRecordsDetailId) |
void |
setExpectedInventoryRecordsDetailId(java.lang.String expectedInventoryRecordsDetailId) |
void |
setInitKey_expectedInventoryRecordsBackAlloNum(java.lang.Integer expectedInventoryRecordsBackAlloNum) |
void |
setInitKey_expectedInventoryRecordsBackAlloNum(java.lang.String expectedInventoryRecordsBackAlloNum) |
void |
setInitKey_orderitemsId(java.lang.Long orderitemsId) |
void |
setInitKey_orderitemsId(java.lang.String orderitemsId) |
void |
setItemSpcId(java.lang.Long itemSpcId) |
void |
setItemSpcId(java.lang.String itemSpcId) |
void |
setLastupdate(java.lang.String lastupdate) |
void |
setLastupdate(java.sql.Timestamp lastupdate) |
void |
setOrderitemsId(java.lang.Long orderitemsId) |
void |
setOrderitemsId(java.lang.String orderitemsId) |
void |
setQtyAllocated(java.lang.Integer qtyAllocated) |
void |
setQtyAllocated(java.lang.String qtyAllocated) |
public static final java.lang.String COPYRIGHT
public ExpectedInventoryRecordsBackOrderAllocationAccessBean()
public ExpectedInventoryRecordsBackOrderAllocationAccessBean(com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsBackOrderAllocation entity)
public ExpectedInventoryRecordsBackOrderAllocationAccessBean(java.lang.Integer expectedInventoryRecordsBackAlloNum, java.lang.Long expectedInventoryRecordsDetailId, java.lang.Long orderitemsId, java.lang.Long itemSpcId)
public void setInitKey_expectedInventoryRecordsBackAlloNum(java.lang.String expectedInventoryRecordsBackAlloNum)
public void setInitKey_expectedInventoryRecordsBackAlloNum(java.lang.Integer expectedInventoryRecordsBackAlloNum)
public void setInitKey_orderitemsId(java.lang.String orderitemsId)
public void setInitKey_orderitemsId(java.lang.Long orderitemsId)
public void setExpectedInventoryRecordsDetailId(java.lang.Long expectedInventoryRecordsDetailId)
public java.lang.Long getExpectedInventoryRecordsDetailIdInEntityType()
public void setExpectedInventoryRecordsDetailId(java.lang.String expectedInventoryRecordsDetailId)
public java.lang.String getExpectedInventoryRecordsDetailId()
public void setExpectedInventoryRecordsBackAlloNum(java.lang.Integer expectedInventoryRecordsBackAlloNum)
public java.lang.Integer getExpectedInventoryRecordsBackAlloNumInEntityType()
public void setExpectedInventoryRecordsBackAlloNum(java.lang.String expectedInventoryRecordsBackAlloNum)
public java.lang.String getExpectedInventoryRecordsBackAlloNum()
public void setOrderitemsId(java.lang.Long orderitemsId)
public java.lang.Long getOrderitemsIdInEntityType()
public void setOrderitemsId(java.lang.String orderitemsId)
public java.lang.String getOrderitemsId()
public void setLastupdate(java.sql.Timestamp lastupdate)
public java.sql.Timestamp getLastupdateInEntityType()
public void setLastupdate(java.lang.String lastupdate)
public java.lang.String getLastupdate()
public void setItemSpcId(java.lang.Long itemSpcId)
public java.lang.Long getItemSpcIdInEntityType()
public void setItemSpcId(java.lang.String itemSpcId)
public java.lang.String getItemSpcId()
public void setQtyAllocated(java.lang.Integer qtyAllocated)
public java.lang.Integer getQtyAllocatedInEntityType()
public void setQtyAllocated(java.lang.String qtyAllocated)
public java.lang.String getQtyAllocated()
public void instantiateEntity()
instantiateEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
public com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsBackOrderAllocation getEntity()
getEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean