com.ibm.commerce.utf.objects
Class PAttrStringValueAccessBean

java.lang.Object
  AbstractEntityAccessBean
      com.ibm.commerce.utf.objects.PAttrStringValueAccessBean
All Implemented Interfaces:
PAttrStringValueAccessBeanData

public class PAttrStringValueAccessBean
extends AbstractEntityAccessBean
implements PAttrStringValueAccessBeanData

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

See Also:
Serialized Form

Constructor Summary
PAttrStringValueAccessBean()
constructor
PAttrStringValueAccessBean(javax.ejb.EJBObject o)
PAttrStringValueAccessBean constructor
PAttrStringValueAccessBean(java.lang.Long argAttributeId, java.lang.Long argTcId, java.lang.Integer argOperatorId)
Creates an access bean with the specified attributes.
PAttrStringValueAccessBean(java.lang.Long argAttributeId, java.lang.Long argTcId, java.lang.Integer argOperatorId, java.lang.Object value)
Creates an access bean with the specified attributes.
PAttrStringValueAccessBean(java.lang.Long argAttributeId, java.lang.Long argTcId, java.lang.Integer argOperatorId, java.lang.String value)
Creates an access bean with the specified attributes.
PAttrStringValueAccessBean(java.lang.Long argAttributeId, java.lang.Long argTcId, java.lang.Integer argOperatorId, java.lang.String argUnitId, java.lang.Object value)
Creates an access bean with the specified attributes.
Method Summary
void commitCopyHelper()
commitCopyHelper
java.lang.String defaultJNDIName()
defaultJNDIName
java.util.Enumeration findByAttributeId(java.lang.Long argAttributeId)
Retrieves the PAttrStringValueAccessBeans that match the specified PAttribute.
java.util.Enumeration findByTcId(java.lang.Long argTcId)
Retrieves the PAttrStringValueAccessBeans that match the specified TermCondition.
java.lang.String getAttributeId()
getAttributeId
java.lang.Long getAttributeIdInEJBType()
getAttributeIdInEJBType
java.lang.String getChangeable()
getChangeable
java.lang.Integer getChangeableInEJBType()
getChangeableInEJBType
java.lang.Long getCorrelationGroup()
getCorrelationGroup
java.lang.String getEncryptFlag()
getEncryptFlag
java.lang.Integer getEncryptFlagInEJBType()
getEncryptFlagInEJBType
java.lang.String getMandatory()
getMandatory
java.lang.Integer getMandatoryInEJBType()
getMandatoryInEJBType
java.lang.String getOperatorId()
getOperatorId
java.lang.Integer getOperatorIdInEJBType()
getOperatorIdInEJBType
java.lang.String getOrderItemId()
getOrderItemId
java.lang.Long getOrderItemIdInEJBType()
getOrderItemIdInEJBType
java.lang.Object getPAttrValue()
getPAttrValue
java.lang.String getReferenceNumber()
getReferenceNumber
java.lang.Long getReferenceNumberInEJBType()
getReferenceNumberInEJBType
java.lang.String getRfqProductId()
getRfqProductId
java.lang.Long getRfqProductIdInEJBType()
getRfqProductIdInEJBType
java.lang.String getRfqResponseProductId()
getRfqResponseProductId
java.lang.Long getRfqResponseProductIdInEJBType()
getRfqResponseProductIdInEJBType
java.lang.String getSequence()
getSequence
java.lang.Integer getSequenceInEJBType()
getSequenceInEJBType
java.lang.String getTcId()
getTcId
java.lang.Long getTcIdInEJBType()
getTcIdInEJBType
java.lang.String getType()
getType
java.lang.String getUnitId()
getUnitId
protected void instantiateEJB()
instantiateEJB
protected boolean instantiateEJBByPrimaryKey()
instantiateEJBByPrimaryKey
void refreshCopyHelper()
refreshCopyHelper
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 newValue)
This method accesses a non-CMP field
void setChangeable(java.lang.String newValue)
This method accesses a non-CMP field
void setCorrelationGroup(java.lang.Long newValue)
This method accesses a non-CMP field
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.String newValue)
setInitKey_referenceNumber
void setMandatory(java.lang.Integer newValue)
This method accesses a non-CMP field
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 newValue)
This method accesses a non-CMP field
void setOrderItemId(java.lang.String newValue)
This method accesses a non-CMP field
void setPAttrValue(java.lang.Object aValue)
setPAttrValue
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 newValue)
This method accesses a non-CMP field
void setRfqProductId(java.lang.String newValue)
This method accesses a non-CMP field
void setRfqResponseProductId(java.lang.Long newValue)
This method accesses a non-CMP field
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

PAttrStringValueAccessBean

public PAttrStringValueAccessBean()
constructor

PAttrStringValueAccessBean

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

PAttrStringValueAccessBean

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

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

PAttrStringValueAccessBean

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

Creates an access bean with the specified attributes.

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

PAttrStringValueAccessBean

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

Creates an access bean with the specified attributes.

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

PAttrStringValueAccessBean

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

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
value - 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

getOperatorId

public java.lang.String getOperatorId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getOperatorId
Specified by:
getOperatorId in interface PAttrStringValueAccessBeanData
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
getOperatorIdInEJBType
Returns:
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 PAttrStringValueAccessBeanData

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 PAttrStringValueAccessBeanData

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
getTcId
Specified by:
getTcId in interface PAttrStringValueAccessBeanData
Returns:
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
getTcIdInEJBType
Returns:
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 PAttrStringValueAccessBeanData

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
getUnitId
Specified by:
getUnitId in interface PAttrStringValueAccessBeanData
Returns:
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 PAttrStringValueAccessBeanData

getEncryptFlag

public java.lang.String getEncryptFlag()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getEncryptFlag
Specified by:
getEncryptFlag in interface PAttrStringValueAccessBeanData
Returns:
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
getEncryptFlagInEJBType
Returns:
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 PAttrStringValueAccessBeanData

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
getAttributeId
Specified by:
getAttributeId in interface PAttrStringValueAccessBeanData
Returns:
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
getAttributeIdInEJBType
Returns:
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
getType
Specified by:
getType in interface PAttrStringValueAccessBeanData
Returns:
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
getSequence
Specified by:
getSequence in interface PAttrStringValueAccessBeanData
Returns:
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
getSequenceInEJBType
Returns:
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 PAttrStringValueAccessBeanData

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
getReferenceNumber
Specified by:
getReferenceNumber in interface PAttrStringValueAccessBeanData
Returns:
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
getReferenceNumberInEJBType
Returns:
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 PAttrStringValueAccessBeanData

setReferenceNumber

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

getRfqProductId

public java.lang.String getRfqProductId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException
getRfqProductId
Specified by:
getRfqProductId in interface PAttrStringValueAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqProductId

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

getRfqResponseProductId

public java.lang.String getRfqResponseProductId()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException
getRfqResponseProductId
Specified by:
getRfqResponseProductId in interface PAttrStringValueAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRfqResponseProductId

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

getMandatory

public java.lang.String getMandatory()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getMandatory
Specified by:
getMandatory in interface PAttrStringValueAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMandatory

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

getOrderItemId

public java.lang.String getOrderItemId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getOrderItemId
Specified by:
getOrderItemId in interface PAttrStringValueAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setOrderItemId

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

getChangeable

public java.lang.String getChangeable()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException
getChangeable
Specified by:
getChangeable in interface PAttrStringValueAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setChangeable

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

setInitKey_referenceNumber

public void setInitKey_referenceNumber(java.lang.String newValue)
setInitKey_referenceNumber

Set the primary key for this object

Parameters:
newValue - String
Returns:
void

defaultJNDIName

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

instantiateEJB

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

instantiateEJBByPrimaryKey

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

refreshCopyHelper

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

commitCopyHelper

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

findByAttributeId

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

Retrieves the PAttrStringValueAccessBeans 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 PAttrStringValueAccessBeans 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 javax.naming.NamingException,
                                        javax.ejb.FinderException,
                                        java.rmi.RemoteException

Retrieves the PAttrStringValueAccessBeans 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 = ?

Parameters:
argTcId - the TermCondition ID
Returns:
An Enumeration of all the PAttrStringValueAccessBeans 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

getPAttrValue

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

setPAttrValue

public void setPAttrValue(java.lang.Object aValue)
                   throws javax.naming.NamingException,
                          javax.ejb.FinderException,
                          java.rmi.RemoteException
setPAttrValue
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 PAttrStringValueAccessBeanData

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 PAttrStringValueAccessBeanData

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 PAttrStringValueAccessBeanData

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 PAttrStringValueAccessBeanData

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 PAttrStringValueAccessBeanData

getCorrelationGroup

public java.lang.Long getCorrelationGroup()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
getCorrelationGroup
Specified by:
getCorrelationGroup in interface PAttrStringValueAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCorrelationGroup

public void setCorrelationGroup(java.lang.Long newValue)
This method accesses a non-CMP field
Specified by:
setCorrelationGroup in interface PAttrStringValueAccessBeanData

Feedback