com.ibm.commerce.utf.objects
Class PAttrValueAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.utf.objects.PAttrValueAccessBean
All Implemented Interfaces:
PAttrValueAccessBeanData

public class PAttrValueAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements PAttrValueAccessBeanData

The personalization attribute value table. This table holds the values associated with personalization attributes. This access bean corresponds to the database table 'PATTRVALUE'.

See Also:
Serialized Form

Constructor Summary
PAttrValueAccessBean()
Zero argument constructor used to initialize the access bean.
PAttrValueAccessBean(javax.ejb.EJBObject o)
constructor
PAttrValueAccessBean(java.lang.Long argAttributeId, java.lang.Long argTcId, java.lang.Integer argOperatorId)
Creates an access bean with the specified attributes.
PAttrValueAccessBean(java.lang.Long argAttributeId, java.lang.Long argTcId, java.lang.Integer argOperatorId, java.lang.Object argValue)
Creates an access bean with the specified attributes.
PAttrValueAccessBean(java.lang.Long argAttributeId, java.lang.Long argTcId, java.lang.Integer argOperatorId, java.lang.String argUnitId)
Creates an access bean with the specified attributes.
PAttrValueAccessBean(java.lang.Long argAttributeId, java.lang.Long argTcId, java.lang.Integer argOperatorId, java.lang.String argUnitId, java.lang.Object argValue)
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 findByAttributeId(java.lang.Long argAttributeId)
Retrieves the PAttrValueAccessBeans that match the specified PAttribute.
java.util.Enumeration findByOrderItemId(java.lang.Long orderItemId)
findByOrderItemId
java.util.Enumeration findByRFQProductId(java.lang.Long rfqProductId)
findByRFQProductId
java.util.Enumeration findByRFQResponseProductId(java.lang.Long rfqResponseProductId)
findByRFQResponseProductId
java.util.Enumeration findByRFQResponseProductIdAndReqPAttrValueId(java.lang.Long theRFQRspProductId, java.lang.Long theReqPAttrValueId)
findByRFQResponseProductIdAndReqPAttrValueId
java.util.Enumeration findByRFQValueId(java.lang.Long theRFQPAttrValueId)
findByRFQValueId
java.util.Enumeration findByTcId(java.lang.Long argTcId)
Retrieves the PAttrValueAccessBeans that match the specified TermCondition.
java.util.Enumeration findByType(java.lang.String argAttributeType)
Retrieves the PAttrValueAccessBeans that match the specified type.
java.lang.String getAttributeId()
This method provides access to the PATTRVALUE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getAttributeIdInEJBType()
This method provides access to the PATTRVALUE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getChangeable()
Get accessor for persistent attribute: changeable
java.lang.Integer getChangeableInEJBType()
getChangeableInEJBType
java.lang.Long getCorrelationGroup()
Get accessor for persistent attribute: correlationGroup
java.lang.String getEncryptFlag()
This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getEncryptFlagInEJBType()
This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.String getMandatory()
Get accessor for persistent attribute: mandatory
java.lang.Integer getMandatoryInEJBType()
getMandatoryInEJBType
java.lang.String getOperatorId()
This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getOperatorIdInEJBType()
This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
java.lang.String getOrderItemId()
Get accessor for persistent attribute: orderItemId
java.lang.Long getOrderItemIdInEJBType()
getOrderItemIdInEJBType
java.lang.Object getPAttrValue()
Returns null.
java.lang.String getReferenceNumber()
This method provides access to the PATTRVALUE.PATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getReferenceNumberInEJBType()
This method provides access to the PATTRVALUE.PATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getRfqProductId()
Get accessor for persistent attribute: rfqProductId
java.lang.Long getRfqProductIdInEJBType()
getRfqProductIdInEJBType
java.lang.String getRfqResponseProductId()
Get accessor for persistent attribute: rfqResponseProductId
java.lang.Long getRfqResponseProductIdInEJBType()
getRfqResponseProductIdInEJBType
java.lang.String getSequence()
This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER.
java.lang.Integer getSequenceInEJBType()
This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER.
java.lang.String getTcId()
This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT.
java.lang.Long getTcIdInEJBType()
This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT.
java.lang.String getType()
This method accesses a non-CMP field
java.lang.String getUnitId()
This method provides access to the PATTRVALUE.QTYUNIT_ID column of DB2 type CHAR(16).
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setAttribute(java.lang.Long newValue)
This method accesses a non-CMP field
void setAttribute(java.lang.String newValue)
This method accesses a non-CMP field
void setChangeable(java.lang.Integer newChangeable)
Set accessor for persistent attribute: changeable
void setChangeable(java.lang.String newValue)
This method accesses a non-CMP field
void setCorrelationGroup(java.lang.Long newCorrelationGroup)
Set accessor for persistent attribute: correlationGroup
void setEncryptFlag(java.lang.Integer newValue)
This method accesses a non-CMP field
void setEncryptFlag(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_referenceNumber(java.lang.Long newValue)
Set the primary key for this object
void setMandatory(java.lang.Integer newMandatory)
Set accessor for persistent attribute: mandatory
void setMandatory(java.lang.String newValue)
This method accesses a non-CMP field
void setOperatorId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setOperatorId(java.lang.String newValue)
This method accesses a non-CMP field
void setOrderItemId(java.lang.Long newOrderItemId)
Set accessor for persistent attribute: orderItemId
void setOrderItemId(java.lang.String newValue)
This method accesses a non-CMP field
void setPAttrValue(java.lang.Object aValue)
Does nothing.
void setReferenceNumber(java.lang.Long newValue)
This method accesses a non-CMP field
void setReferenceNumber(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqProductId(java.lang.Long newRfqProductId)
Set accessor for persistent attribute: rfqProductId
void setRfqProductId(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqResponseProductId(java.lang.Long newRfqResponseProductId)
Set accessor for persistent attribute: rfqResponseProductId
void setRfqResponseProductId(java.lang.String newValue)
This method accesses a non-CMP field
void setSequence(java.lang.Integer newValue)
This method accesses a non-CMP field
void setSequence(java.lang.String newValue)
This method accesses a non-CMP field
void setTcId(java.lang.Long newValue)
This method accesses a non-CMP field
void setTcId(java.lang.String newValue)
This method accesses a non-CMP field
void setUnitId(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

PAttrValueAccessBean

public PAttrValueAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.utf.objects.PAttrValue com.ibm.commerce.utf.objects.PAttrValueHome.findByPrimaryKey(com.ibm.commerce.utf.objects.PAttrValueKey) 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: setInitKey_referenceNumber( java.lang.Long )

PAttrValueAccessBean

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

PAttrValueAccessBean

public PAttrValueAccessBean(java.lang.Long argAttributeId,
                            java.lang.Long argTcId,
                            java.lang.Integer argOperatorId)
                     throws javax.naming.NamingException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
argAttributeId - the PAttribute ID
argTcId - the TermCondition ID
argOperatorId - the Operator 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

PAttrValueAccessBean

public PAttrValueAccessBean(java.lang.Long argAttributeId,
                            java.lang.Long argTcId,
                            java.lang.Integer argOperatorId,
                            java.lang.Object argValue)
                     throws javax.naming.NamingException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
argAttributeId - the PAttribute ID
argTcId - the TermCondition ID
argOperatorId - the Operator ID
argValue - the value
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

PAttrValueAccessBean

public PAttrValueAccessBean(java.lang.Long argAttributeId,
                            java.lang.Long argTcId,
                            java.lang.Integer argOperatorId,
                            java.lang.String argUnitId)
                     throws javax.naming.NamingException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
argAttributeId - the PAttribute ID
argTcId - the TermCondition ID
argOperatorId - the Operator ID
argUnitId - the QuantityUnit 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

PAttrValueAccessBean

public PAttrValueAccessBean(java.lang.Long argAttributeId,
                            java.lang.Long argTcId,
                            java.lang.Integer argOperatorId,
                            java.lang.String argUnitId,
                            java.lang.Object argValue)
                     throws javax.naming.NamingException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
argAttributeId - the PAttribute ID
argTcId - the TermCondition ID
argOperatorId - the Operator ID
argUnitId - the QuantityUnit ID
argValue - the value
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
Method Detail

findByAttributeId

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

Retrieves the PAttrValueAccessBeans that match the specified PAttribute.

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

Parameters:
argAttributeId - the PAttribute ID
Returns:
An Enumeration of all the PAttrValueAccessBeans representing 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

findByTcId

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

Retrieves the PAttrValueAccessBeans that match the specified TermCondition.

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

Returns:
An Enumeration of all the PAttrValueAccessBeans representing 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

findByType

public java.util.Enumeration findByType(java.lang.String argAttributeType)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

Retrieves the PAttrValueAccessBeans that match the specified type.

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

Parameters:
argAttributeType - the PAttributeType ID
Returns:
An Enumeration of all the PAttrValueAccessBeans representing 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

setInitKey_referenceNumber

public void setInitKey_referenceNumber(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

getOperatorId

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

This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The internal reference number of the Operator. The Operator determines the relationship between the Name and Value. For example, equa

Specified by:
getOperatorId in interface PAttrValueAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOperatorIdInEJBType

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

This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The internal reference number of the Operator. The Operator determines the relationship between the Name and Value. For example, equa

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

setOperatorId

public void setOperatorId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setOperatorId in interface PAttrValueAccessBeanData

setOperatorId

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

setAttribute

public void setAttribute(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setAttribute in interface PAttrValueAccessBeanData

setAttribute

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

getTcId

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

This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT.

The following is a description of this column:

The internal reference number of the TermAndCondition for this value. Only one of the columns ORDERITEMS_ID, TERMCOND_ID, RFQPROD_ID, or RFQRSPPROD_ID must be specified.

Specified by:
getTcId in interface PAttrValueAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getTcIdInEJBType

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

This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT.

The following is a description of this column:

The internal reference number of the TermAndCondition for this value. Only one of the columns ORDERITEMS_ID, TERMCOND_ID, RFQPROD_ID, or RFQRSPPROD_ID must be specified.

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

setTcId

public void setTcId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setTcId in interface PAttrValueAccessBeanData

setTcId

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

getUnitId

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

This method provides access to the PATTRVALUE.QTYUNIT_ID column of DB2 type CHAR(16).

The following is a description of this column:

The internal reference number of the QTYUNIT.

Specified by:
getUnitId in interface PAttrValueAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setUnitId

public void setUnitId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setUnitId in interface PAttrValueAccessBeanData

getEncryptFlag

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

This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Set to 1 if personalized attribute value is encrypted. The default is 0.

Specified by:
getEncryptFlag in interface PAttrValueAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getEncryptFlagInEJBType

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

This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Set to 1 if personalized attribute value is encrypted. The default is 0.

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

setEncryptFlag

public void setEncryptFlag(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setEncryptFlag in interface PAttrValueAccessBeanData

setEncryptFlag

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

getAttributeId

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

This method provides access to the PATTRVALUE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the personalized attribute.

Specified by:
getAttributeId in interface PAttrValueAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getAttributeIdInEJBType

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

This method provides access to the PATTRVALUE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the personalized attribute.

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

getType

public java.lang.String getType()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getType in interface PAttrValueAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSequence

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

This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getSequence in interface PAttrValueAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSequenceInEJBType

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

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

setSequence

public void setSequence(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setSequence in interface PAttrValueAccessBeanData

setSequence

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

getReferenceNumber

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

This method provides access to the PATTRVALUE.PATTRVALUE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the personalized attribute value.

Specified by:
getReferenceNumber in interface PAttrValueAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getReferenceNumberInEJBType

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

This method provides access to the PATTRVALUE.PATTRVALUE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the personalized attribute value.

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

setReferenceNumber

public void setReferenceNumber(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setReferenceNumber in interface PAttrValueAccessBeanData

setReferenceNumber

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

getPAttrValue

public java.lang.Object getPAttrValue()
                               throws java.rmi.RemoteException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

Returns null.

Returns:
java.lang.Object
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setPAttrValue

public void setPAttrValue(java.lang.Object aValue)
                   throws java.rmi.RemoteException,
                          javax.ejb.FinderException,
                          javax.naming.NamingException

Does nothing.

Parameters:
aValue - java.lang.Object
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRfqProductId

public java.lang.String getRfqProductId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
Get accessor for persistent attribute: rfqProductId
Specified by:
getRfqProductId in interface PAttrValueAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqProductId

public void setRfqProductId(java.lang.Long newRfqProductId)
Set accessor for persistent attribute: rfqProductId

getRfqResponseProductId

public java.lang.String getRfqResponseProductId()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
Get accessor for persistent attribute: rfqResponseProductId
Specified by:
getRfqResponseProductId in interface PAttrValueAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseProductId

public void setRfqResponseProductId(java.lang.Long newRfqResponseProductId)
Set accessor for persistent attribute: rfqResponseProductId

getMandatory

public java.lang.String getMandatory()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
Get accessor for persistent attribute: mandatory
Specified by:
getMandatory in interface PAttrValueAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMandatory

public void setMandatory(java.lang.Integer newMandatory)
Set accessor for persistent attribute: mandatory

getOrderItemId

public java.lang.String getOrderItemId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
Get accessor for persistent attribute: orderItemId
Specified by:
getOrderItemId in interface PAttrValueAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderItemId

public void setOrderItemId(java.lang.Long newOrderItemId)
Set accessor for persistent attribute: orderItemId

getChangeable

public java.lang.String getChangeable()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
Get accessor for persistent attribute: changeable
Specified by:
getChangeable in interface PAttrValueAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setChangeable

public void setChangeable(java.lang.Integer newChangeable)
Set accessor for persistent attribute: changeable

findByRFQResponseProductId

public java.util.Enumeration findByRFQResponseProductId(java.lang.Long rfqResponseProductId)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.FinderException,
                                                        java.rmi.RemoteException
findByRFQResponseProductId
Returns:
javax.naming.NamingException,
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

findByRFQProductId

public java.util.Enumeration findByRFQProductId(java.lang.Long rfqProductId)
                                         throws javax.naming.NamingException,
                                                javax.ejb.FinderException,
                                                java.rmi.RemoteException
findByRFQProductId
Returns:
javax.naming.NamingException,
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

getRfqProductIdInEJBType

public java.lang.Long getRfqProductIdInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException
getRfqProductIdInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqProductId

public void setRfqProductId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRfqProductId in interface PAttrValueAccessBeanData

getRfqResponseProductIdInEJBType

public java.lang.Long getRfqResponseProductIdInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException
getRfqResponseProductIdInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseProductId

public void setRfqResponseProductId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRfqResponseProductId in interface PAttrValueAccessBeanData

getMandatoryInEJBType

public java.lang.Integer getMandatoryInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException
getMandatoryInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMandatory

public void setMandatory(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setMandatory in interface PAttrValueAccessBeanData

getOrderItemIdInEJBType

public java.lang.Long getOrderItemIdInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException
getOrderItemIdInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderItemId

public void setOrderItemId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setOrderItemId in interface PAttrValueAccessBeanData

getChangeableInEJBType

public java.lang.Integer getChangeableInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
getChangeableInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setChangeable

public void setChangeable(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setChangeable in interface PAttrValueAccessBeanData

getCorrelationGroup

public java.lang.Long getCorrelationGroup()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
Get accessor for persistent attribute: correlationGroup
Specified by:
getCorrelationGroup in interface PAttrValueAccessBeanData
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCorrelationGroup

public void setCorrelationGroup(java.lang.Long newCorrelationGroup)
Set accessor for persistent attribute: correlationGroup
Specified by:
setCorrelationGroup in interface PAttrValueAccessBeanData

findByRFQValueId

public java.util.Enumeration findByRFQValueId(java.lang.Long theRFQPAttrValueId)
                                       throws javax.naming.NamingException,
                                              javax.ejb.FinderException,
                                              java.rmi.RemoteException
findByRFQValueId
Returns:
javax.naming.NamingException,
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

findByRFQResponseProductIdAndReqPAttrValueId

public java.util.Enumeration findByRFQResponseProductIdAndReqPAttrValueId(java.lang.Long theRFQRspProductId,
                                                                          java.lang.Long theReqPAttrValueId)
                                                                   throws javax.naming.NamingException,
                                                                          javax.ejb.FinderException,
                                                                          java.rmi.RemoteException
findByRFQResponseProductIdAndReqPAttrValueId
Returns:
javax.naming.NamingException,
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

findByOrderItemId

public java.util.Enumeration findByOrderItemId(java.lang.Long orderItemId)
                                        throws javax.naming.NamingException,
                                               javax.ejb.FinderException,
                                               java.rmi.RemoteException
findByOrderItemId
Returns:
javax.naming.NamingException,
Throws:
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException

Feedback