java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.rfq.objects.RFQResponseAccessBean
RFQ Response table. This table stores the basic RFQ response information. This access bean corresponds to the database table 'RFQRSP'. RFQResponseAccessBean
Constructor Summary | |
RFQResponseAccessBean() constructor |
|
RFQResponseAccessBean(javax.ejb.EJBObject o) RFQResponseAccessBean constructor |
|
RFQResponseAccessBean(java.lang.Long argRfqId, java.lang.String argName, java.lang.String argRemarks, java.lang.Integer argState, java.lang.Long argMemberId, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Integer argStoreId) |
|
RFQResponseAccessBean(java.lang.Long argRfqResponseId, java.sql.Timestamp argCancelTime, java.sql.Timestamp argCreateTime, java.lang.Integer argMajorVersion, java.lang.Integer argMarkForDelete, java.lang.Long argMemberId, java.lang.Integer argMinorVersion, java.lang.String argName, java.lang.String argRejectReason, java.lang.String argRemarks, java.lang.Long argRfqId, java.lang.Integer argState, java.sql.Timestamp argUpdateTime, java.lang.Integer argStoreId) Insert the method's description here. |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.util.Enumeration | findAll() Retrieves all RFQResponseAccessBeans. |
java.util.Enumeration | findByName(java.lang.String argName) Retrieves the RFQResponseAccessBeans with the specified name. |
java.util.Enumeration | findByNameForUpdate(java.lang.String argName) Retrieves the RFQResponseAccessBeans with the specified name. |
RFQResponseAccessBean | findByPrimaryKeyForUpdate(com.ibm.commerce.rfq.objects.RFQResponseKey argRfqrspKey) Retrieves the RFQResponse with the specified RFQResponseKey for update. |
java.util.Enumeration | findByRfqId(java.lang.Long argRfqId) Retrieves the RFQResponseAccessBeans that match the specified RFQ. |
java.util.Enumeration | findByRfqIdAndState(java.lang.Long argRfqId, java.lang.Integer argState) Retrieves the RFQResponseAccessBeans that match the specified RFQ and state. |
java.util.Enumeration | findByRfqIdForUpdate(java.lang.Long argRfqId) Retrieves the RFQResponseAccessBeans that match the specified RFQ for update. |
java.util.Enumeration | findByRfqResponseId(java.lang.Long argRfqResponseId) Retrieves the RFQResponseAccessBeans that match the specified RFQResponse ID. |
java.util.Enumeration | findByState(java.lang.Integer argState) IBM internal use only. |
java.util.Enumeration | findByWhereClauseAndParameters(java.lang.String whereClause, java.lang.Object[] parameters) Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters. |
java.util.Enumeration | findByWhereClauseParametersAndParameterTypes(java.lang.String whereClause, java.lang.Object[] parameters, int[] parameterTypes) Retrieves the RFQResponseAccessBeans that match the specified where clause and parameters. |
RFQResponseAccessBean | findForUpdate(java.lang.Long argRfqrspId) Retrieves the RFQResponse with the specified RFQResponse ID for update. |
java.util.Enumeration | findResponseByRfqId(java.lang.Long argRfqId, com.ibm.commerce.base.util.SortingAttribute argSortingAttribute) Retrieves the RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute. |
java.util.Enumeration | findResponseByRfqIdAndState(java.lang.Long argRfqId, java.lang.Integer argState, com.ibm.commerce.base.util.SortingAttribute argSort) Retrieves the RFQResponseAccessBeans that match the specified RFQ and state, and ordered by the specified SortingAttribute. |
java.util.Enumeration | findResponseForBuyerByRfqId(java.lang.Long argRfqId, com.ibm.commerce.base.util.SortingAttribute argSort) Retrieves the active RFQResponseAccessBeans that match the specified RFQ, and ordered by the specified SortingAttribute. |
boolean | fulfills(java.lang.Long arg0, java.lang.String arg1) fulfills |
java.lang.String | getAcceptaction() Get accessor for persistent attribute: acceptaction |
java.lang.Integer | getAcceptactionInEJBType() This method accesses a non-CMP field |
java.lang.String | getCancelTime() getCancelTime |
java.sql.Timestamp | getCancelTimeInEJBType() getCancelTimeInEJBType |
java.lang.String | getCreateTime() getCreateTime |
java.sql.Timestamp | getCreateTimeInEJBType() getCreateTimeInEJBType |
java.lang.String | getDescription() getDescription |
java.lang.String | getMajorVersion() getMajorVersion |
java.lang.Integer | getMajorVersionInEJBType() getMajorVersionInEJBType |
java.lang.String | getMarkForDelete() getMarkForDelete |
java.lang.Integer | getMarkForDeleteInEJBType() getMarkForDeleteInEJBType |
java.lang.String | getMemberId() getMemberId |
java.lang.Long | getMemberIdInEJBType() getMemberIdInEJBType |
java.lang.String | getMinorVersion() getMinorVersion |
java.lang.Integer | getMinorVersionInEJBType() getMinorVersionInEJBType |
java.lang.String | getName() getName |
java.lang.Long | getOwner() This method accesses a non-CMP field |
java.lang.String | getRejectReason() getRejectReason |
java.lang.String | getRemarks() getRemarks |
java.lang.String | getRfqId() getRfqId |
java.lang.Long | getRfqIdInEJBType() getRfqIdInEJBType |
java.lang.String | getRfqResponseId() getRfqResponseId |
java.lang.Long | getRfqResponseIdInEJBType() getRfqResponseIdInEJBType |
java.lang.String | getState() getState |
java.lang.Integer | getStateInEJBType() getStateInEJBType |
java.lang.String | getStoreId() Get accessor for persistent attribute: storeId |
java.lang.Integer | getStoreIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getTfTradEngId() getTfTradEngId |
java.lang.Long | getTfTradEngIdInEJBType() getTfTradEngIdInEJBType |
java.lang.String | getUpdateTime() getUpdateTime |
java.sql.Timestamp | getUpdateTimeInEJBType() getUpdateTimeInEJBType |
java.lang.String | getVersionflags() This method accesses a non-CMP field |
java.lang.Integer | getVersionflagsInEJBType() This method accesses a non-CMP field |
protected void | instantiateEJB() instantiateEJB |
protected boolean | instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void | refreshCopyHelper() refreshCopyHelper |
void | setAcceptaction(java.lang.Integer newAcceptaction) Set accessor for persistent attribute: acceptaction |
void | setAcceptaction(java.lang.String newValue) This method accesses a non-CMP field |
void | setCancelTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setCancelTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setCreateTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreateTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_rfqResponseId(java.lang.Long newValue) setInitKey_rfqResponseId |
void | setMajorVersion(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMajorVersion(java.lang.String newValue) This method accesses a non-CMP field |
void | setMarkForDelete(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMarkForDelete(java.lang.String newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.String newValue) This method accesses a non-CMP field |
void | setMinorVersion(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMinorVersion(java.lang.String newValue) This method accesses a non-CMP field |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
void | setRejectReason(java.lang.String newValue) This method accesses a non-CMP field |
void | setRemarks(java.lang.String newValue) This method accesses a non-CMP field |
void | setRfqId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRfqId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRfqResponseId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRfqResponseId(java.lang.String newValue) This method accesses a non-CMP field |
void | setState(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setState(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.Integer newStoreId) Set accessor for persistent attribute: storeId |
void | setStoreId(java.lang.String newValue) This method accesses a non-CMP field |
void | setTfTradEngId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setTfTradEngId(java.lang.String newValue) This method accesses a non-CMP field |
void | setUpdateTime(java.lang.String newValue) This method accesses a non-CMP field |
void | setUpdateTime(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setVersionflags(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setVersionflags(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RFQResponseAccessBean()
public RFQResponseAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public RFQResponseAccessBean(java.lang.Long argRfqResponseId, java.sql.Timestamp argCancelTime, java.sql.Timestamp argCreateTime, java.lang.Integer argMajorVersion, java.lang.Integer argMarkForDelete, java.lang.Long argMemberId, java.lang.Integer argMinorVersion, java.lang.String argName, java.lang.String argRejectReason, java.lang.String argRemarks, java.lang.Long argRfqId, java.lang.Integer argState, java.sql.Timestamp argUpdateTime, java.lang.Integer argStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
public RFQResponseAccessBean(java.lang.Long argRfqId, java.lang.String argName, java.lang.String argRemarks, java.lang.Integer argState, java.lang.Long argMemberId, java.lang.Integer argMajorVersion, java.lang.Integer argMinorVersion, java.lang.Integer argStoreId) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Method Detail |
public java.lang.String getAcceptaction() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAcceptaction(java.lang.Integer newAcceptaction)
public 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.
The following is a description of this column:
Date and time the RFQ Response was canceled.
public void setCancelTime(java.sql.Timestamp newValue)
public 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.
The following is a description of this column:
Date and time the RFQ Response was created.
public void setCreateTime(java.sql.Timestamp newValue)
public 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).
The following is a description of this column:
Description of RFQ Response.
public void setDescription(java.lang.String newValue)
public 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.
public void setMajorVersion(java.lang.Integer newValue)
public 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.
The following is a description of this column:
Indicates if this RFQ Response is marked for deletion. Valid values are as follows:&l
public void setMarkForDelete(java.lang.Integer newValue)
public 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.
public void setMemberId(java.lang.Long newValue)
public 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.
public void setMinorVersion(java.lang.Integer newValue)
public 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.
public void setName(java.lang.String newValue)
public 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).
The following is a description of this column:
If a response is in a rejected state, this field indicates why the response was rejected.
public void setRejectReason(java.lang.String newValue)
public 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).
The following is a description of this column:
Free-form remarks that a seller provides when creating an RFQ Response.
public void setRemarks(java.lang.String newValue)
public 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 to which this RFQ response relates.
public void setRfqId(java.lang.Long newValue)
public 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.
public void setRfqResponseId(java.lang.Long newValue)
public 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. Valid values are as follows:&l
public void setState(java.lang.Integer newValue)
public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreId(java.lang.Integer newStoreId)
public 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.
The following is a description of this column:
Reserved for IBM internal use.
public void setTfTradEngId(java.lang.Long newValue)
public 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.
The following is a description of this column:
Date and time the RFQ Response was updated.
public void setUpdateTime(java.sql.Timestamp newValue)
public java.lang.String getVersionflags() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setVersionflags(java.lang.Integer newValue)
public void setInitKey_rfqResponseId(java.lang.Long newValue)
Set the primary key for this object
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public java.util.Enumeration findByWhereClauseParametersAndParameterTypes(java.lang.String whereClause, java.lang.Object[] parameters, int[] parameterTypes) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findResponseForBuyerByRfqId(java.lang.Long argRfqId, com.ibm.commerce.base.util.SortingAttribute argSort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByRfqIdAndState(java.lang.Long argRfqId, java.lang.Integer argState) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 = ?
public java.util.Enumeration findByRfqIdForUpdate(java.lang.Long argRfqId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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
public java.util.Enumeration findAll() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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
public RFQResponseAccessBean findForUpdate(java.lang.Long argRfqrspId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the RFQResponse 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
public java.util.Enumeration findByWhereClauseAndParameters(java.lang.String whereClause, java.lang.Object[] parameters) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByRfqId(java.lang.Long argRfqId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 = ?
public java.util.Enumeration findResponseByRfqIdAndState(java.lang.Long argRfqId, java.lang.Integer argState, com.ibm.commerce.base.util.SortingAttribute argSort) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByState(java.lang.Integer argState) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
public java.util.Enumeration findResponseByRfqId(java.lang.Long argRfqId, com.ibm.commerce.base.util.SortingAttribute argSortingAttribute) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 ...
public java.util.Enumeration findByNameForUpdate(java.lang.String argName) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 = ?
public RFQResponseAccessBean findByPrimaryKeyForUpdate(com.ibm.commerce.rfq.objects.RFQResponseKey argRfqrspKey) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves the RFQResponse 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
public java.util.Enumeration findByName(java.lang.String argName) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 = ?
public java.util.Enumeration findByRfqResponseId(java.lang.Long argRfqResponseId) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
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 = ?
public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
public java.lang.Long getOwner() throws javax.naming.NamingException, javax.ejb.FinderException, java.lang.Exception, java.rmi.RemoteException
public java.lang.Integer getAcceptactionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setAcceptaction(java.lang.String newValue)
public 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.
The following is a description of this column:
Date and time the RFQ Response was canceled.
public void setCancelTime(java.lang.String newValue)
public 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.
The following is a description of this column:
Date and time the RFQ Response was created.
public void setCreateTime(java.lang.String newValue)
public 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.
public void setMajorVersion(java.lang.String newValue)
public 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.
The following is a description of this column:
Indicates if this RFQ Response is marked for deletion. Valid values are as follows:&l
public void setMarkForDelete(java.lang.String newValue)
public 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.
public void setMemberId(java.lang.String newValue)
public 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.
public void setMinorVersion(java.lang.String newValue)
public 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 to which this RFQ response relates.
public void setRfqId(java.lang.String newValue)
public 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.
public void setRfqResponseId(java.lang.String newValue)
public 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. Valid values are as follows:&l
public void setState(java.lang.String newValue)
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
public 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.
The following is a description of this column:
Reserved for IBM internal use.
public void setTfTradEngId(java.lang.String newValue)
public 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.
The following is a description of this column:
Date and time the RFQ Response was updated.
public void setUpdateTime(java.lang.String newValue)
public java.lang.Integer getVersionflagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setVersionflags(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.