|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.rfq.objects.RFQResponseAccessBean
This bean provides access to the RFQRSP table.
The following is a description of this table:
RFQ Response table. This table stores the basic RFQ response information.
Constructor Summary | |
RFQResponseAccessBean()
Default constructor. |
|
RFQResponseAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
RFQResponseAccessBean(java.lang.Long aRFQId,
java.lang.String aName,
java.lang.String aRemarks,
java.lang.Integer aState,
java.lang.Long aMemberId,
java.lang.Integer aMajorVersion,
java.lang.Integer aMinorVersion)
Creates an access bean with the specified attributes. |
|
RFQResponseAccessBean(java.lang.Long aRFQResponseId,
java.sql.Timestamp aCancelTime,
java.sql.Timestamp aCreateTime,
java.lang.Integer aMajorVersion,
java.lang.Integer aMarkForDelete,
java.lang.Long aMemberId,
java.lang.Integer aMinorVersion,
java.lang.String aName,
java.lang.String aRejectReason,
java.lang.String aRemarks,
java.lang.Long aRFQId,
java.lang.Integer aState,
java.sql.Timestamp aUpdateTime)
Creates an access bean with the specified attributes. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findAll()
Retrieves all RFQResponseAccessBeans. |
java.util.Enumeration |
findByName(java.lang.String aName)
Retrieves the RFQResponseAccessBeans with the specified name. |
java.util.Enumeration |
findByNameForUpdate(java.lang.String aName)
Retrieves the RFQResponseAccessBeans with the specified name. |
RFQResponseAccessBean |
findByPrimaryKeyForUpdate(com.ibm.commerce.rfq.objects.RFQResponseKey aRFQResponseKey)
Retrieves the RFQResponseAccessBean with the specified RFQResponseKey for update. |
java.util.Enumeration |
findByRfqId(java.lang.Long aRFQId)
Retrieves the RFQResponseAccessBeans that match the specified RFQ. |
java.util.Enumeration |
findByRfqIdAndState(java.lang.Long aRFQId,
java.lang.Integer aState)
Retrieves the RFQResponseAccessBeans that match the specified RFQ and state. |
java.util.Enumeration |
findByRfqIdForUpdate(java.lang.Long aRFQId)
Retrieves the RFQResponseAccessBeans that match the specified RFQ for update. |
java.util.Enumeration |
findByRfqResponseId(java.lang.Long aRFQResponseId)
Retrieves the RFQResponseAccessBeans that match the specified RFQResponse ID. |
java.util.Enumeration |
findByState(java.lang.Integer aDByState)
IBM internal use only. |
java.util.Enumeration |
findByWhereClauseAndParameters(java.lang.String aWhereClause,
java.lang.Object[] aParameters)
Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters. |
java.util.Enumeration |
findByWhereClauseParametersAndParameterTypes(java.lang.String aWhereClause,
java.lang.Object[] aParameters,
int[] aParameterTypes)
Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters. |
RFQResponseAccessBean |
findForUpdate(java.lang.Long aRFQResponseId)
Retrieves the RFQResponseAccessBean with the specified RFQResponse ID for update. |
java.util.Enumeration |
findResponseByRfqId(java.lang.Long aRFQId,
com.ibm.commerce.base.util.SortingAttribute aSortingAttribute)
Retrieves the RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute. |
java.util.Enumeration |
findResponseByRfqIdAndState(java.lang.Long aRFQId,
java.lang.Integer aState,
com.ibm.commerce.base.util.SortingAttribute aSortingAttribute)
Retrieves the RFQResponseAccessBeans that match the specified RFQ and state, and ordered by the specified SortingAttribute. |
java.util.Enumeration |
findResponseForBuyerByRfqId(java.lang.Long aRFQId,
com.ibm.commerce.base.util.SortingAttribute aSortingAttribute)
Retrieves the active RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute. |
boolean |
fulfills(java.lang.Long aMemberId,
java.lang.String aRelationship)
Returns true if the specified Member fulfills the specified relationship with this resource. |
java.lang.String |
getCancelTime()
This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getCancelTimeInEJBType()
This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getCreateTime()
This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getCreateTimeInEJBType()
This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getDescription()
This method provides access to the RFQRSP.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getMajorVersion()
This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMajorVersionInEJBType()
This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER NULL. |
java.lang.String |
getMemberId()
This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getMinorVersion()
This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMinorVersionInEJBType()
This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the RFQRSP.NAME column of DB2 type VARCHAR(200) NOT NULL. |
java.lang.Long |
getOwner()
Retrieves the owner of this resource. |
java.lang.String |
getRejectReason()
This method provides access to the RFQRSP.REJECTREASON column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getRemarks()
This method provides access to the RFQRSP.REMARKS column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getRfqId()
This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRfqIdInEJBType()
This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRfqResponseId()
This method provides access to the RFQRSP.RFQRSP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRfqResponseIdInEJBType()
This method provides access to the RFQRSP.RFQRSP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getState()
This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStateInEJBType()
This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTfTradEngId()
This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getTfTradEngIdInEJBType()
This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getUpdateTime()
This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getUpdateTimeInEJBType()
This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCancelTime(java.lang.String aCancelTime)
This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP NULL. |
void |
setCancelTime(java.sql.Timestamp aCancelTime)
This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP NULL. |
void |
setCreateTime(java.lang.String aCreateTime)
This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP NULL. |
void |
setCreateTime(java.sql.Timestamp aCreateTime)
This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the RFQRSP.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_rfqResponseId(java.lang.Long aInitKey_rfqResponseId)
Set the primary key for this object |
void |
setMajorVersion(java.lang.Integer aMajorVersion)
This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL. |
void |
setMajorVersion(java.lang.String aMajorVersion)
This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMinorVersion(java.lang.Integer aMinorVersion)
This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL. |
void |
setMinorVersion(java.lang.String aMinorVersion)
This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the RFQRSP.NAME column of DB2 type VARCHAR(200) NOT NULL. |
void |
setRejectReason(java.lang.String aRejectReason)
This method provides access to the RFQRSP.REJECTREASON column of DB2 type VARCHAR(254) NULL. |
void |
setRemarks(java.lang.String aRemarks)
This method provides access to the RFQRSP.REMARKS column of DB2 type VARCHAR(254) NULL. |
void |
setRfqId(java.lang.Long aRfqId)
This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL. |
void |
setRfqId(java.lang.String aRfqId)
This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL. |
void |
setRfqResponseId(java.lang.Long aRfqResponseId)
This method provides access to the RFQRSP.RFQRSP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRfqResponseId(java.lang.String aRfqResponseId)
This method provides access to the RFQRSP.RFQRSP_ID column of DB2 type BIGINT NOT NULL. |
void |
setState(java.lang.Integer aState)
This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL. |
void |
setState(java.lang.String aState)
This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL. |
void |
setTfTradEngId(java.lang.Long aTfTradEngId)
This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT NULL. |
void |
setTfTradEngId(java.lang.String aTfTradEngId)
This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT NULL. |
void |
setUpdateTime(java.lang.String aUpdateTime)
This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP NULL. |
void |
setUpdateTime(java.sql.Timestamp aUpdateTime)
This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP NULL. |
Constructor Detail |
public RFQResponseAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RFQResponseAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RFQResponseAccessBean(java.lang.Long aRFQId, java.lang.String aName, java.lang.String aRemarks, java.lang.Integer aState, java.lang.Long aMemberId, java.lang.Integer aMajorVersion, java.lang.Integer aMinorVersion) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Creates an access bean with the specified attributes.
aRFQId
- the RFQ IDaName
- the nameaRemarks
- the remarksaState
- the stateaMemberId
- the Member IDaMajorVersion
- the major versionaMinorVersion
- the minor versionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic RFQResponseAccessBean(java.lang.Long aRFQResponseId, java.sql.Timestamp aCancelTime, java.sql.Timestamp aCreateTime, java.lang.Integer aMajorVersion, java.lang.Integer aMarkForDelete, java.lang.Long aMemberId, java.lang.Integer aMinorVersion, java.lang.String aName, java.lang.String aRejectReason, java.lang.String aRemarks, java.lang.Long aRFQId, java.lang.Integer aState, java.sql.Timestamp aUpdateTime) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Creates an access bean with the specified attributes.
aRFQResponseId
- the RFQResponse IDaCancelTime
- the cancel timeaCreateTime
- the create timeaMajorVersion
- the major versionaMarkForDelete
- the mark for delete valueaMemberId
- the Member IDaMinorVersion
- the minor versionaName
- the nameaRejectReason
- the reject reasonaRemarks
- the remarksaRFQId
- the RFQ IDaState
- the stateaUpdateTime
- the update timejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all RFQResponseAccessBeans.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE 1 = 1
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByName(java.lang.String aName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans with the specified name.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.NAME = ?
aName
- the namejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByNameForUpdate(java.lang.String aName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans with the specified name.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.NAME = ?
aName
- the namejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic RFQResponseAccessBean findByPrimaryKeyForUpdate(com.ibm.commerce.rfq.objects.RFQResponseKey aRFQResponseKey) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBean with the specified RFQResponseKey for update.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQRSP_ID = ? FOR UPDATE
aRFQResponseKey
- the RFQResponseKeyjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRfqId(java.lang.Long aRFQId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans that match the specified RFQ.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQ_ID = ?
aRFQId
- the RFQ IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRfqIdAndState(java.lang.Long aRFQId, java.lang.Integer aState) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans that match the specified RFQ and state.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQ_ID = ? AND T1.STATE = ?
aRFQId
- the RFQ IDaState
- the statejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRfqIdForUpdate(java.lang.Long aRFQId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans that match the specified RFQ for update.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQ_ID = ? FOR UPDATE
aRFQId
- the RFQ IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRfqResponseId(java.lang.Long aRFQResponseId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans that match the specified RFQResponse ID. Reserved for IBM internal use.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQRSP_ID = ?
aRFQResponseId
- the RFQResponse IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByState(java.lang.Integer aDByState) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
aDByState
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByWhereClauseAndParameters(java.lang.String aWhereClause, java.lang.Object[] aParameters) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE ...
aWhereClause
- the where clauseaParameters
- the parametersjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByWhereClauseParametersAndParameterTypes(java.lang.String aWhereClause, java.lang.Object[] aParameters, int[] aParameterTypes) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE ...
aWhereClause
- the where clauseaParameters
- the parametersaParameterTypes
- the parameter types, as in java.sql.Typesjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic RFQResponseAccessBean findForUpdate(java.lang.Long aRFQResponseId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBean with the specified RFQResponse ID for update.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQRSP_ID = ? FOR UPDATE
aRFQResponseId
- the RFQResponse IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findResponseByRfqId(java.lang.Long aRFQId, com.ibm.commerce.base.util.SortingAttribute aSortingAttribute) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQ_ID = ? ORDER BY ...
aRFQId
- the RFQ IDaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findResponseByRfqIdAndState(java.lang.Long aRFQId, java.lang.Integer aState, com.ibm.commerce.base.util.SortingAttribute aSortingAttribute) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the RFQResponseAccessBeans that match the specified RFQ and state, and ordered by the specified SortingAttribute.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQ_ID = ? AND T1.STATE = ? ORDER BY ...
aRFQId
- the RFQ IDaState
- the stateaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findResponseForBuyerByRfqId(java.lang.Long aRFQId, com.ibm.commerce.base.util.SortingAttribute aSortingAttribute) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the active RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute.
The SQL query used to fetch all the required row from the
RFQRSP table is:
SELECT * FROM RFQRSP T1 WHERE
T1.RFQ_ID = ? AND T1.STATE NOT IN (1, 3, 6, 7) ORDER BY ...
aRFQId
- the RFQ IDaSortingAttribute
- the SortingAttributejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean fulfills(java.lang.Long aMemberId, java.lang.String aRelationship) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
aMemberId
- the Member IDaRelationship
- the relationshipjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCancelTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was canceled.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getCancelTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was canceled.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCreateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was created.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getCreateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was created.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Description of RFQ Response.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMajorVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getMajorVersionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates if this RFQ Response is marked for deletion:
0 = No.
1 = Yes, this RFQ Response is marked for deletion.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates if this RFQ Response is marked for deletion:
0 = No.
1 = Yes, this RFQ Response is marked for deletion.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the member who created the RFQ Response.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the member who created the RFQ Response.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMinorVersion() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getMinorVersionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.NAME column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
The name of the RFQ Response.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the owner of this resource.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRejectReason() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.REJECTREASON column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
If a response is in a rejected state, this field indicates why the response was rejected.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRemarks() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.REMARKS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Free-form remarks that a seller provides when creating an RFQ Response.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRfqId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the RFQ which this response responds to
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRfqIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the RFQ which this response responds to
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRfqResponseId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.RFQRSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ Response.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRfqResponseIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.RFQRSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ Response.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The state of the RFQ Response: draft, active, retracted, canceled, in-evaluation, pending approval, rejected, won, lost.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The state of the RFQ Response: draft, active, retracted, canceled, in-evaluation, pending approval, rejected, won, lost.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTfTradEngId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getTfTradEngIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUpdateTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was updated.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getUpdateTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was updated.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setCancelTime(java.lang.String aCancelTime)
This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was canceled.
aCancelTime
- java.lang.Stringpublic void setCancelTime(java.sql.Timestamp aCancelTime)
This method provides access to the RFQRSP.CANCELTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was canceled.
aCancelTime
- java.sql.Timestamppublic void setCreateTime(java.lang.String aCreateTime)
This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was created.
aCreateTime
- java.lang.Stringpublic void setCreateTime(java.sql.Timestamp aCreateTime)
This method provides access to the RFQRSP.CREATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was created.
aCreateTime
- java.sql.Timestamppublic void setDescription(java.lang.String aDescription)
This method provides access to the RFQRSP.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Description of RFQ Response.
aDescription
- java.lang.Stringpublic void setInitKey_rfqResponseId(java.lang.Long aInitKey_rfqResponseId)
Set the primary key for this object
aInitKey_rfqResponseId
- java.lang.Longpublic void setMajorVersion(java.lang.Integer aMajorVersion)
This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMajorVersion
- java.lang.Integerpublic void setMajorVersion(java.lang.String aMajorVersion)
This method provides access to the RFQRSP.MAJORVERSION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMajorVersion
- java.lang.Stringpublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates if this RFQ Response is marked for deletion:
0 = No.
1 = Yes, this RFQ Response is marked for deletion.
aMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the RFQRSP.MARKFORDELETE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates if this RFQ Response is marked for deletion:
0 = No.
1 = Yes, this RFQ Response is marked for deletion.
aMarkForDelete
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the member who created the RFQ Response.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
This method provides access to the RFQRSP.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the member who created the RFQ Response.
aMemberId
- java.lang.Stringpublic void setMinorVersion(java.lang.Integer aMinorVersion)
This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMinorVersion
- java.lang.Integerpublic void setMinorVersion(java.lang.String aMinorVersion)
This method provides access to the RFQRSP.MINORVERSION column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aMinorVersion
- java.lang.Stringpublic void setName(java.lang.String aName)
This method provides access to the RFQRSP.NAME column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
The name of the RFQ Response.
aName
- java.lang.Stringpublic void setRejectReason(java.lang.String aRejectReason)
This method provides access to the RFQRSP.REJECTREASON column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
If a response is in a rejected state, this field indicates why the response was rejected.
aRejectReason
- java.lang.Stringpublic void setRemarks(java.lang.String aRemarks)
This method provides access to the RFQRSP.REMARKS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Free-form remarks that a seller provides when creating an RFQ Response.
aRemarks
- java.lang.Stringpublic void setRfqId(java.lang.Long aRfqId)
This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the RFQ which this response responds to
aRfqId
- java.lang.Longpublic void setRfqId(java.lang.String aRfqId)
This method provides access to the RFQRSP.RFQ_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the RFQ which this response responds to
aRfqId
- java.lang.Stringpublic void setRfqResponseId(java.lang.Long aRfqResponseId)
This method provides access to the RFQRSP.RFQRSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ Response.
aRfqResponseId
- java.lang.Longpublic void setRfqResponseId(java.lang.String aRfqResponseId)
This method provides access to the RFQRSP.RFQRSP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the RFQ Response.
aRfqResponseId
- java.lang.Stringpublic void setState(java.lang.Integer aState)
This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The state of the RFQ Response: draft, active, retracted, canceled, in-evaluation, pending approval, rejected, won, lost.
aState
- java.lang.Integerpublic void setState(java.lang.String aState)
This method provides access to the RFQRSP.STATE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The state of the RFQ Response: draft, active, retracted, canceled, in-evaluation, pending approval, rejected, won, lost.
aState
- java.lang.Stringpublic void setTfTradEngId(java.lang.Long aTfTradEngId)
This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTfTradEngId
- java.lang.Longpublic void setTfTradEngId(java.lang.String aTfTradEngId)
This method provides access to the RFQRSP.TFTRADENG_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTfTradEngId
- java.lang.Stringpublic void setUpdateTime(java.lang.String aUpdateTime)
This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was updated.
aUpdateTime
- java.lang.Stringpublic void setUpdateTime(java.sql.Timestamp aUpdateTime)
This method provides access to the RFQRSP.UPDATETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date and time the RFQ Response was updated.
aUpdateTime
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |