public class InventoryAdjustmentAccessBean
extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Constructor and Description |
---|
InventoryAdjustmentAccessBean() |
InventoryAdjustmentAccessBean(com.ibm.commerce.inventory.objects.InventoryAdjustment entity) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdjustmentComment() |
java.lang.String |
getAdjustmentDate() |
java.sql.Timestamp |
getAdjustmentDateInEntityType() |
com.ibm.commerce.inventory.objects.InventoryAdjustment |
getEntity() |
java.lang.String |
getInvadjCodeId() |
java.lang.Long |
getInvadjCodeIdInEntityType() |
java.lang.String |
getInvadjustId() |
java.lang.Long |
getInvadjustIdInEntityType() |
java.lang.String |
getInvAdjustNum() |
java.lang.Integer |
getInvAdjustNumInEntityType() |
java.lang.String |
getLastupdate() |
java.sql.Timestamp |
getLastupdateInEntityType() |
java.lang.String |
getQuantity() |
java.lang.Integer |
getQuantityInEntityType() |
java.lang.String |
getReceiptId() |
java.lang.Long |
getReceiptIdInEntityType() |
void |
instantiateEntity() |
void |
setAdjustmentComment(java.lang.String adjustmentComment) |
void |
setAdjustmentDate(java.lang.String adjustmentDate) |
void |
setAdjustmentDate(java.sql.Timestamp adjustmentDate) |
void |
setInitKey_invadjustId(java.lang.Long invadjustId) |
void |
setInitKey_invadjustId(java.lang.String invadjustId) |
void |
setInitKey_invAdjustNum(java.lang.Integer invAdjustNum) |
void |
setInitKey_invAdjustNum(java.lang.String invAdjustNum) |
void |
setInvadjCodeId(java.lang.Long invadjCodeId) |
void |
setInvadjCodeId(java.lang.String invadjCodeId) |
void |
setInvadjustId(java.lang.Long invadjustId) |
void |
setInvadjustId(java.lang.String invadjustId) |
void |
setInvAdjustNum(java.lang.Integer invAdjustNum) |
void |
setInvAdjustNum(java.lang.String invAdjustNum) |
void |
setLastupdate(java.lang.String lastupdate) |
void |
setLastupdate(java.sql.Timestamp lastupdate) |
void |
setQuantity(java.lang.Integer quantity) |
void |
setQuantity(java.lang.String quantity) |
void |
setReceiptId(java.lang.Long receiptId) |
void |
setReceiptId(java.lang.String receiptId) |
public static final java.lang.String COPYRIGHT
public InventoryAdjustmentAccessBean()
public InventoryAdjustmentAccessBean(com.ibm.commerce.inventory.objects.InventoryAdjustment entity)
public void setInitKey_invadjustId(java.lang.String invadjustId)
public void setInitKey_invadjustId(java.lang.Long invadjustId)
public void setInitKey_invAdjustNum(java.lang.String invAdjustNum)
public void setInitKey_invAdjustNum(java.lang.Integer invAdjustNum)
public void setAdjustmentComment(java.lang.String adjustmentComment)
public java.lang.String getAdjustmentComment()
public void setInvAdjustNum(java.lang.Integer invAdjustNum)
public java.lang.Integer getInvAdjustNumInEntityType()
public void setInvAdjustNum(java.lang.String invAdjustNum)
public java.lang.String getInvAdjustNum()
public void setAdjustmentDate(java.sql.Timestamp adjustmentDate)
public java.sql.Timestamp getAdjustmentDateInEntityType()
public void setAdjustmentDate(java.lang.String adjustmentDate)
public java.lang.String getAdjustmentDate()
public void setQuantity(java.lang.Integer quantity)
public java.lang.Integer getQuantityInEntityType()
public void setQuantity(java.lang.String quantity)
public java.lang.String getQuantity()
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 setInvadjustId(java.lang.Long invadjustId)
public java.lang.Long getInvadjustIdInEntityType()
public void setInvadjustId(java.lang.String invadjustId)
public java.lang.String getInvadjustId()
public void setInvadjCodeId(java.lang.Long invadjCodeId)
public java.lang.Long getInvadjCodeIdInEntityType()
public void setInvadjCodeId(java.lang.String invadjCodeId)
public java.lang.String getInvadjCodeId()
public void setReceiptId(java.lang.Long receiptId)
public java.lang.Long getReceiptIdInEntityType()
public void setReceiptId(java.lang.String receiptId)
public java.lang.String getReceiptId()
public void instantiateEntity()
instantiateEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
public com.ibm.commerce.inventory.objects.InventoryAdjustment getEntity()
getEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean