com.ibm.commerce.rfq.objects
Class RFQResponseTCRLAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.rfq.objects.RFQResponseTCRLAccessBean

public class RFQResponseTCRLAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean

The relationship between one specified RFQ term or condition, and an RFQ Response to this term or condition. This access bean corresponds to the database table 'RFQRSPTCRL'.

See Also:
Serialized Form

Constructor Summary
RFQResponseTCRLAccessBean()
Zero argument constructor used to initialize the access bean.
RFQResponseTCRLAccessBean(java.lang.Integer argChangeFlag, java.lang.Long argRfqId, java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqTCId)
Creates an access bean with the specified attributes.
RFQResponseTCRLAccessBean(javax.ejb.EJBObject o)
constructor
RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCRLId, java.lang.Integer argChangeFlag, java.lang.Long argRfqId, java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqTCId)
Creates an access bean with the specified attributes.
RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCId, java.lang.Long argRfqResponseId, java.lang.Long argRfqTCId, java.lang.Long argRfqId, java.lang.Integer argChangeFlag)
Creates an access bean with the specified attributes.
RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCRLId, java.lang.Long argRfqResponseTCId, java.lang.Long argRfqResponseId, java.lang.Long argRfqTCId, java.lang.Long argRfqId, java.lang.Integer argChangeFlag)
Creates an access bean with the specified attributes.
Method Summary
void commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
protected java.lang.String defaultJNDIName()
java.util.Enumeration findRelationByResponseId(java.lang.Long argResponseId)
Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQResponse.
RFQResponseTCRLAccessBean findRelationByResponseIdResponseTcId(java.lang.Long argRfqResponseId, java.lang.Long argRfqResponseTcId)
Retrieves the RFQResponseTCRL that matches the specified RFQResponse and its TermCondition.
java.util.Enumeration findRelationByResponseTcId(java.lang.Long argResponseTcId)
Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQResponse TermCondition.
java.util.Enumeration findRelationByRfqId(java.lang.Long argRfqId)
Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQ.
RFQResponseTCRLAccessBean findRelationByRfqIdRfqTcId(java.lang.Long argRfqId, java.lang.Long argRfqTcId)
Retrieves the RFQResponseTCRL that matches the specified RFQ and its TermCondition.
RFQResponseTCRLAccessBean findRelationByRfqIdRfqTcIdResId(java.lang.Long argRfqId, java.lang.Long argRfqTcId, java.lang.Long argResId)
Retrieves the RFQResponseTCRLAccessBean that matches the specified RFQ, RFQ TermCondition and RFQResponse.
java.util.Enumeration findRelationByRfqTcId(java.lang.Long argRfqTcId)
Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQ TermCondition.
boolean fulfills(java.lang.Long arg0, java.lang.String arg1)
java.lang.String getChangeFlag()
This method provides access to the RFQRSPTCRL.CHANGEFLAG column of DB2 type INTEGER.
java.lang.Integer getChangeFlagInEJBType()
This method provides access to the RFQRSPTCRL.CHANGEFLAG column of DB2 type INTEGER.
java.lang.Long getOwner()
This method accesses a non-CMP field
java.lang.String getRfqId()
This method provides access to the RFQRSPTCRL.RFQ_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getRfqIdInEJBType()
This method provides access to the RFQRSPTCRL.RFQ_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getRfqResponseId()
This method provides access to the RFQRSPTCRL.RFQRSP_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getRfqResponseIdInEJBType()
This method provides access to the RFQRSPTCRL.RFQRSP_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getRfqResponseTCId()
This method provides access to the RFQRSPTCRL.RFQRSPTC_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getRfqResponseTCIdInEJBType()
This method provides access to the RFQRSPTCRL.RFQRSPTC_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getRfqTCId()
This method provides access to the RFQRSPTCRL.RFQTC_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getRfqTCIdInEJBType()
This method provides access to the RFQRSPTCRL.RFQTC_ID column of DB2 type BIGINT NOT NULL.
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setChangeFlag(java.lang.Integer newValue)
This method accesses a non-CMP field
void setChangeFlag(java.lang.String newValue)
This method accesses a non-CMP field
void setInit_argResponseTCRLId(java.lang.Long newValue)
Set the primary key for this object
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 setRfqResponseTCId(java.lang.Long newValue)
This method accesses a non-CMP field
void setRfqResponseTCId(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqTCId(java.lang.Long newValue)
This method accesses a non-CMP field
void setRfqTCId(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

RFQResponseTCRLAccessBean

public RFQResponseTCRLAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.rfq.objects.RFQResponseTCRL com.ibm.commerce.rfq.objects.RFQResponseTCRLHome.findRelationByRelationId(java.lang.Long) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInit_argResponseTCRLId( java.lang.Long )

RFQResponseTCRLAccessBean

public RFQResponseTCRLAccessBean(javax.ejb.EJBObject o)
                          throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

RFQResponseTCRLAccessBean

public RFQResponseTCRLAccessBean(java.lang.Integer argChangeFlag,
                                 java.lang.Long argRfqId,
                                 java.lang.Long argRfqResponseId,
                                 java.lang.Long argRfqResponseTCId,
                                 java.lang.Long argRfqTCId)
                          throws javax.naming.NamingException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 java.rmi.RemoteException

Creates an access bean with the specified attributes.

Parameters:
argChangeFlag - the change flag
argRfqId - the RFQ ID
argRfqResponseId - the RFQResponse ID
argRfqResponseTCId - the RFQResponse TermCondition ID
argRfqTCId - the RFQ TermCondition ID
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

RFQResponseTCRLAccessBean

public RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCRLId,
                                 java.lang.Integer argChangeFlag,
                                 java.lang.Long argRfqId,
                                 java.lang.Long argRfqResponseId,
                                 java.lang.Long argRfqResponseTCId,
                                 java.lang.Long argRfqTCId)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException

Creates an access bean with the specified attributes.

Parameters:
argRfqResponseTCRLId - the RFQResponseTCRL ID
argChangeFlag - the change flag
argRfqId - the RFQ ID
argRfqResponseId - the RFQResponse ID
argRfqResponseTCId - the RFQResponse TermCondition ID
argRfqTCId - the RFQ TermCondition ID
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

RFQResponseTCRLAccessBean

public RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCId,
                                 java.lang.Long argRfqResponseId,
                                 java.lang.Long argRfqTCId,
                                 java.lang.Long argRfqId,
                                 java.lang.Integer argChangeFlag)
                          throws javax.naming.NamingException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 java.rmi.RemoteException

Creates an access bean with the specified attributes.

Parameters:
argRfqResponseTCId - the RFQResponse TermCondition ID
argRfqResponseId - the RFQResponse ID
argRfqTCId - the RFQ TermCondition ID
argRfqId - the RFQ ID
argChangeFlag - the change flag
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException

RFQResponseTCRLAccessBean

public RFQResponseTCRLAccessBean(java.lang.Long argRfqResponseTCRLId,
                                 java.lang.Long argRfqResponseTCId,
                                 java.lang.Long argRfqResponseId,
                                 java.lang.Long argRfqTCId,
                                 java.lang.Long argRfqId,
                                 java.lang.Integer argChangeFlag)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException

Creates an access bean with the specified attributes.

Parameters:
argRfqResponseTCRLId - the RFQResponseTCRL ID
argRfqResponseTCId - the RFQResponse TermCondition ID
argRfqResponseId - the RFQResponse ID
argRfqTCId - the RFQ TermCondition ID
argRfqId - the RFQ ID
argChangeFlag - the change flag
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
Method Detail

findRelationByResponseIdResponseTcId

public RFQResponseTCRLAccessBean findRelationByResponseIdResponseTcId(java.lang.Long argRfqResponseId,
                                                                      java.lang.Long argRfqResponseTcId)
                                                               throws java.rmi.RemoteException,
                                                                      javax.ejb.FinderException,
                                                                      javax.naming.NamingException

Retrieves the RFQResponseTCRL that matches the specified RFQResponse and its TermCondition.

The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQRSP_ID = ? AND T1.RFQRSPTC_ID = ?

Parameters:
argRfqResponseId - the RFQResponse ID
argRfqResponseTcId - the RFQResponse TermCondition ID
Returns:
the RFQResponseTCRL representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findRelationByRfqIdRfqTcId

public RFQResponseTCRLAccessBean findRelationByRfqIdRfqTcId(java.lang.Long argRfqId,
                                                            java.lang.Long argRfqTcId)
                                                     throws java.rmi.RemoteException,
                                                            javax.ejb.FinderException,
                                                            javax.naming.NamingException

Retrieves the RFQResponseTCRL that matches the specified RFQ and its TermCondition.

The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQ_ID = ? AND T1.RFQTC_ID = ?

Parameters:
argRfqId - the RFQ ID
argRfqTcId - the RFQ TermCondition ID
Returns:
the RFQResponseTCRL representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findRelationByRfqIdRfqTcIdResId

public RFQResponseTCRLAccessBean findRelationByRfqIdRfqTcIdResId(java.lang.Long argRfqId,
                                                                 java.lang.Long argRfqTcId,
                                                                 java.lang.Long argResId)
                                                          throws java.rmi.RemoteException,
                                                                 javax.ejb.FinderException,
                                                                 javax.naming.NamingException

Retrieves the RFQResponseTCRLAccessBean that matches the specified RFQ, RFQ TermCondition and RFQResponse.

The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQ_ID = ? AND T1.RFQTC_ID = ? AND T1.RFQRSP_ID = ?

Returns:
the RFQResponseTCRLAccessBean representing the row that matches the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findRelationByResponseId

public java.util.Enumeration findRelationByResponseId(java.lang.Long argResponseId)
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQResponse.

The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQRSP_ID = ?

Parameters:
argResponseId - the RFQResponse ID
Returns:
An Enumeration of all the RFQResponseTCRLAccessBeans representing the rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findRelationByResponseTcId

public java.util.Enumeration findRelationByResponseTcId(java.lang.Long argResponseTcId)
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQResponse TermCondition.

The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQRSPTC_ID = ?

Parameters:
argResponseTcId - the RFQResponse TermCondition ID
Returns:
An Enumeration of all the RFQResponseTCRLAccessBeans representing the rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findRelationByRfqId

public java.util.Enumeration findRelationByRfqId(java.lang.Long argRfqId)
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQ.

The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQ_ID = ?

Parameters:
argRfqId - the RFQ ID
Returns:
An Enumeration of all the RFQResponseTCRLAccessBeans representing the rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findRelationByRfqTcId

public java.util.Enumeration findRelationByRfqTcId(java.lang.Long argRfqTcId)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Retrieves the RFQResponseTCRLAccessBeans that match the specified RFQ TermCondition.

The SQL query used to fetch all the required row from the RFQRSPTCRL table is: SELECT * FROM RFQRSPTCRL T1 WHERE T1.RFQTC_ID = ?

Parameters:
argRfqTcId - the RFQ TermCondition ID
Returns:
An Enumeration of all the RFQResponseTCRLAccessBeans representing the rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInit_argResponseTCRLId

public void setInit_argResponseTCRLId(java.lang.Long newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getChangeFlag

public java.lang.String getChangeFlag()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the RFQRSPTCRL.CHANGEFLAG column of DB2 type INTEGER.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getChangeFlagInEJBType

public java.lang.Integer getChangeFlagInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the RFQRSPTCRL.CHANGEFLAG column of DB2 type INTEGER.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setChangeFlag

public void setChangeFlag(java.lang.String newValue)
This method accesses a non-CMP field

setChangeFlag

public void setChangeFlag(java.lang.Integer newValue)
This method accesses a non-CMP field

getRfqResponseId

public java.lang.String getRfqResponseId()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

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

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqResponseIdInEJBType

public java.lang.Long getRfqResponseIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

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

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseId

public void setRfqResponseId(java.lang.String newValue)
This method accesses a non-CMP field

setRfqResponseId

public void setRfqResponseId(java.lang.Long newValue)
This method accesses a non-CMP field

getRfqTCId

public java.lang.String getRfqTCId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the RFQRSPTCRL.RFQTC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ term or condition.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqTCIdInEJBType

public java.lang.Long getRfqTCIdInEJBType()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the RFQRSPTCRL.RFQTC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ term or condition.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqTCId

public void setRfqTCId(java.lang.String newValue)
This method accesses a non-CMP field

setRfqTCId

public void setRfqTCId(java.lang.Long newValue)
This method accesses a non-CMP field

getRfqId

public java.lang.String getRfqId()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the RFQRSPTCRL.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqIdInEJBType

public java.lang.Long getRfqIdInEJBType()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RFQRSPTCRL.RFQ_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqId

public void setRfqId(java.lang.String newValue)
This method accesses a non-CMP field

setRfqId

public void setRfqId(java.lang.Long newValue)
This method accesses a non-CMP field

getRfqResponseTCId

public java.lang.String getRfqResponseTCId()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the RFQRSPTCRL.RFQRSPTC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ Response term or condition.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getRfqResponseTCIdInEJBType

public java.lang.Long getRfqResponseTCIdInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the RFQRSPTCRL.RFQRSPTC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the RFQ Response term or condition.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseTCId

public void setRfqResponseTCId(java.lang.String newValue)
This method accesses a non-CMP field

setRfqResponseTCId

public void setRfqResponseTCId(java.lang.Long newValue)
This method accesses a non-CMP field

fulfills

public boolean fulfills(java.lang.Long arg0,
                        java.lang.String arg1)
                 throws java.rmi.RemoteException,
                        java.lang.Exception,
                        javax.ejb.FinderException,
                        javax.naming.NamingException
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException
java.lang.Exception
javax.ejb.FinderException
javax.naming.NamingException

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException
This method accesses a non-CMP field
Throws:
java.lang.Exception
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

Feedback