com.ibm.commerce.ordermanagement.objects
Class ReturnDispositionCodeBean

com.ibm.commerce.ordermanagement.objects.ReturnDispositionCodeBean
All Implemented Interfaces:
java.io.Serializable

public class ReturnDispositionCodeBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ReturnDispositionCodeBean

public ReturnDispositionCodeBean()
Method Detail

getCode

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.

Returns:
java.lang.String

getMarkForDelete

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.

Returns:
java.lang.Integer

getReturnToInventory

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

Returns:
java.lang.String

getRtnDspCodeId

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.

Returns:
java.lang.Integer

getStoreentId

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.

Returns:
java.lang.Integer

setCode

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.

Parameters:
aCode - java.lang.String
Returns:
void

setMarkForDelete

public 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.

Parameters:
aMarkForDelete - java.lang.Integer
Returns:
void

setReturnToInventory

public 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

Parameters:
aReturnToInventory - java.lang.String
Returns:
void

setRtnDspCodeId

public 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.

Parameters:
aRtnDspCodeId - java.lang.Integer
Returns:
void

setStoreentId

public 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.

Parameters:
aStoreentId - java.lang.Integer
Returns:
void