com.ibm.commerce.ordermanagement.objects
Class ReturnDenyReasonBean

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

public class ReturnDenyReasonBean
implements java.io.Serializable

This bean provides access to the RTNDNYRSN table.

The following is a description of this table:

This table stores denial reasons for return merchandise authorization (RMA) items. These are the reasons for which an RMA item was not automatically approved by the system.

See Also:
Serialized Form

Constructor Summary
ReturnDenyReasonBean()
           
 
Method Summary
 java.lang.String getCode()
          This method provides access to the RTNDNYRSN.CODE column of DB2 type CHAR(10) NOT NULL.
 java.lang.Integer getMarkForDelete()
          This method provides access to the RTNDNYRSN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getRtnDnyRsnId()
          This method provides access to the RTNDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getStoreentId()
          This method provides access to the RTNDNYRSN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setCode(java.lang.String aCode)
          This method provides access to the RTNDNYRSN.CODE column of DB2 type CHAR(10) NOT NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the RTNDNYRSN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setRtnDnyRsnId(java.lang.Integer aRtnDnyRsnId)
          This method provides access to the RTNDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.
 void setStoreentId(java.lang.Integer aStoreentId)
          This method provides access to the RTNDNYRSN.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

ReturnDenyReasonBean

public ReturnDenyReasonBean()
Method Detail

getCode

public java.lang.String getCode()

This method provides access to the RTNDNYRSN.CODE column of DB2 type CHAR(10) NOT NULL.

The following is a description of this column:

Code used to reference the denial reason across stores.

Returns:
java.lang.String

getMarkForDelete

public java.lang.Integer getMarkForDelete()

This method provides access to the RTNDNYRSN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this denial reason has been marked for deletion:
0 = No.
1 = Yes, this denial reason has been marked for deletion.

Returns:
java.lang.Integer

getRtnDnyRsnId

public java.lang.Integer getRtnDnyRsnId()

This method provides access to the RTNDNYRSN.RTNDNYRSN_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 RTNDNYRSN.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 RTNDNYRSN.CODE column of DB2 type CHAR(10) NOT NULL.

The following is a description of this column:

Code used to reference the denial reason across stores.

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

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the RTNDNYRSN.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this denial reason has been marked for deletion:
0 = No.
1 = Yes, this denial reason has been marked for deletion.

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

setRtnDnyRsnId

public void setRtnDnyRsnId(java.lang.Integer aRtnDnyRsnId)

This method provides access to the RTNDNYRSN.RTNDNYRSN_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Generated unique key.

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

setStoreentId

public void setStoreentId(java.lang.Integer aStoreentId)

This method provides access to the RTNDNYRSN.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