|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.ReturnDispositionCodeBean
This bean provides access to the RTNDSPCODE table.
The following is a description of this table:
This table stores return disposition codes to describe how a received item is disposed.
Constructor Summary | |
ReturnDispositionCodeBean()
|
Method Summary | |
java.lang.String |
getCode()
This method provides access to the RTNDSPCODE.CODE column of DB2 type CHAR(10) NOT NULL. |
java.lang.Integer |
getMarkForDelete()
This method provides access to the RTNDSPCODE.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getReturnToInventory()
This method provides access to the RTNDSPCODE.RETURNTOINVENTORY column of DB2 type CHAR(1) NOT NULL. |
java.lang.Integer |
getRtnDspCodeId()
This method provides access to the RTNDSPCODE.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreentId()
This method provides access to the RTNDSPCODE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setCode(java.lang.String aCode)
This method provides access to the RTNDSPCODE.CODE column of DB2 type CHAR(10) NOT NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RTNDSPCODE.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setReturnToInventory(java.lang.String aReturnToInventory)
This method provides access to the RTNDSPCODE.RETURNTOINVENTORY column of DB2 type CHAR(1) NOT NULL. |
void |
setRtnDspCodeId(java.lang.Integer aRtnDspCodeId)
This method provides access to the RTNDSPCODE.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the RTNDSPCODE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public ReturnDispositionCodeBean()
Method Detail |
public java.lang.String getCode()
This method provides access to the RTNDSPCODE.CODE column of DB2 type CHAR(10) NOT NULL.
The following is a description of this column:
Code used to reference the disposition code.
public java.lang.Integer getMarkForDelete()
This method provides access to the RTNDSPCODE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this disposition code has been marked for deletion:
0 = No.
1 = Yes, this disposition code has been marked for deletion.
public java.lang.String getReturnToInventory()
This method provides access to the RTNDSPCODE.RETURNTOINVENTORY column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
A flag to decide if an item with this disposition code should be returned to inventory or not, as follows:
N = do not return to inventory
Y = return to inventory
public java.lang.Integer getRtnDspCodeId()
This method provides access to the RTNDSPCODE.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Integer getStoreentId()
This method provides access to the RTNDSPCODE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Store Entity of the owner.
public void setCode(java.lang.String aCode)
This method provides access to the RTNDSPCODE.CODE column of DB2 type CHAR(10) NOT NULL.
The following is a description of this column:
Code used to reference the disposition code.
aCode
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RTNDSPCODE.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this disposition code has been marked for deletion:
0 = No.
1 = Yes, this disposition code has been marked for deletion.
aMarkForDelete
- java.lang.Integerpublic void setReturnToInventory(java.lang.String aReturnToInventory)
This method provides access to the RTNDSPCODE.RETURNTOINVENTORY column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
A flag to decide if an item with this disposition code should be returned to inventory or not, as follows:
N = do not return to inventory
Y = return to inventory
aReturnToInventory
- java.lang.Stringpublic void setRtnDspCodeId(java.lang.Integer aRtnDspCodeId)
This method provides access to the RTNDSPCODE.RTNDSPCODE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
aRtnDspCodeId
- java.lang.Integerpublic void setStoreentId(java.lang.Integer aStoreentId)
This method provides access to the RTNDSPCODE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Store Entity of the owner.
aStoreentId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |