|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.RMAAuthorizationLogBean
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.
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 |
public RMAAuthorizationLogBean()
Method Detail |
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.
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.
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.
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.
aAuthorizationNoticeDate
- java.sql.Timestamppublic 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.
aRmaAuthorizationLogId
- java.lang.Longpublic 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.
aRmaId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |