com.ibm.commerce.ordermanagement.objects
Class RMAAuthorizationLogBean

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

public class RMAAuthorizationLogBean
implements java.io.Serializable

This bean provides access to the RMAAUTHLOG table.

The following is a description of this table:

This table is a log of when each return merchandise authorization (RMA) was authorized. A single RMA may appear multiple times if changes were made and the RMA was re-authorized.

See Also:
Serialized Form

Constructor Summary
RMAAuthorizationLogBean()
           
 
Method Summary
 java.sql.Timestamp getAuthorizationNoticeDate()
          This method provides access to the RMAAUTHLOG.AUTHNOTICEDATE column of DB2 type TIMESTAMP NOT NULL.
 java.lang.Long getRmaAuthorizationLogId()
          This method provides access to the RMAAUTHLOG.RMAAUTHLOG_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getRmaId()
          This method provides access to the RMAAUTHLOG.RMA_ID column of DB2 type BIGINT NOT NULL.
 void setAuthorizationNoticeDate(java.sql.Timestamp aAuthorizationNoticeDate)
          This method provides access to the RMAAUTHLOG.AUTHNOTICEDATE column of DB2 type TIMESTAMP NOT NULL.
 void setRmaAuthorizationLogId(java.lang.Long aRmaAuthorizationLogId)
          This method provides access to the RMAAUTHLOG.RMAAUTHLOG_ID column of DB2 type BIGINT NOT NULL.
 void setRmaId(java.lang.Long aRmaId)
          This method provides access to the RMAAUTHLOG.RMA_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

RMAAuthorizationLogBean

public RMAAuthorizationLogBean()
Method Detail

getAuthorizationNoticeDate

public java.sql.Timestamp getAuthorizationNoticeDate()

This method provides access to the RMAAUTHLOG.AUTHNOTICEDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date on which an RMA was authorized or re-authorized.

Returns:
java.sql.Timestamp

getRmaAuthorizationLogId

public java.lang.Long getRmaAuthorizationLogId()

This method provides access to the RMAAUTHLOG.RMAAUTHLOG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Long

getRmaId

public java.lang.Long getRmaId()

This method provides access to the RMAAUTHLOG.RMA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RMA which was authorized.

Returns:
java.lang.Long

setAuthorizationNoticeDate

public void setAuthorizationNoticeDate(java.sql.Timestamp aAuthorizationNoticeDate)

This method provides access to the RMAAUTHLOG.AUTHNOTICEDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date on which an RMA was authorized or re-authorized.

Parameters:
aAuthorizationNoticeDate - java.sql.Timestamp
Returns:
void

setRmaAuthorizationLogId

public void setRmaAuthorizationLogId(java.lang.Long aRmaAuthorizationLogId)

This method provides access to the RMAAUTHLOG.RMAAUTHLOG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Parameters:
aRmaAuthorizationLogId - java.lang.Long
Returns:
void

setRmaId

public void setRmaId(java.lang.Long aRmaId)

This method provides access to the RMAAUTHLOG.RMA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RMA which was authorized.

Parameters:
aRmaId - java.lang.Long
Returns:
void