com.ibm.commerce.utf.objects
Class PAttrValueAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.utf.objects.PAttrValueAccessBean
All Implemented Interfaces:
PAttrValueAccessBeanData, java.io.Serializable

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

This bean provides access to the PATTRVALUE table.

The following is a description of this table:

The personalization Attribute Value table. This table holds the values associated with personalization attributes.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
PAttrValueAccessBean()
          Default constructor.
PAttrValueAccessBean(javax.ejb.EJBObject aEJBObject)
          Creates an access bean for the specified EJB.
PAttrValueAccessBean(java.lang.Long aPAttributeId, java.lang.Long aTermConditionId, java.lang.Integer aOperatorId)
          Creates an access bean with the specified attributes.
PAttrValueAccessBean(java.lang.Long aPAttributeId, java.lang.Long aTermConditionId, java.lang.Integer aOperatorId, java.lang.Object aValue)
          Creates an access bean with the specified attributes.
PAttrValueAccessBean(java.lang.Long aPAttributeId, java.lang.Long aTermConditionId, java.lang.Integer aOperatorId, java.lang.String aQuantityUnitId)
          Creates an access bean with the specified attributes.
PAttrValueAccessBean(java.lang.Long aPAttributeId, java.lang.Long aTermConditionId, java.lang.Integer aOperatorId, java.lang.String aQuantityUnitId, java.lang.Object aValue)
          Creates an access bean with the specified attributes.
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByAttributeId(java.lang.Long aPAttributeId)
          Retrieves the PAttrValueAccessBeans that match the specified PAttribute.
 java.util.Enumeration findByTcId(java.lang.Long aDByTcId)
          Retrieves the PAttrValueAccessBeans that match the specified TermCondition.
 java.util.Enumeration findByType(java.lang.String aPAttributeTypeId)
          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 getEncryptFlag()
          This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getEncryptFlagInEJBType()
          This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.
 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.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 getSequence()
          This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER NULL.
 java.lang.Integer getSequenceInEJBType()
          This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER NULL.
 java.lang.String getTcId()
          This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getTcIdInEJBType()
          This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getType()
          Returns "PAttrValueBean".
 java.lang.String getUnitId()
          This method provides access to the PATTRVALUE.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAttribute(java.lang.Long aAttribute)
          This method provides access to the PATTRVALUE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 void setAttribute(java.lang.String aAttribute)
          This method provides access to the PATTRVALUE.PATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 void setEncryptFlag(java.lang.Integer aEncryptFlag)
          This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.
 void setEncryptFlag(java.lang.String aEncryptFlag)
          This method provides access to the PATTRVALUE.ENCRYPTFLAG column of DB2 type INTEGER NOT NULL.
 void setInitKey_referenceNumber(java.lang.Long aInitKey_referenceNumber)
          Set the primary key for this object
 void setOperatorId(java.lang.Integer aOperatorId)
          This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
 void setOperatorId(java.lang.String aOperatorId)
          This method provides access to the PATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NOT NULL.
 void setPAttrValue(java.lang.Object aPAttrValue)
          Does nothing.
 void setReferenceNumber(java.lang.Long aReferenceNumber)
          Reserved for IBM internal use.
 void setReferenceNumber(java.lang.String aReferenceNumber)
          Reserved for IBM internal use.
 void setSequence(java.lang.Integer aSequence)
          This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER NULL.
 void setSequence(java.lang.String aSequence)
          This method provides access to the PATTRVALUE.SEQUENCE column of DB2 type INTEGER NULL.
 void setTcId(java.lang.Long aTcId)
          This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 void setTcId(java.lang.String aTcId)
          This method provides access to the PATTRVALUE.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
 void setUnitId(java.lang.String aUnitId)
          This method provides access to the PATTRVALUE.QTYUNIT_ID column of DB2 type CHAR(16) NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAttrValueAccessBean

public PAttrValueAccessBean()

Default constructor. Maps to findByPrimaryKey.


PAttrValueAccessBean

public PAttrValueAccessBean(javax.ejb.EJBObject aEJBObject)
                     throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
aEJBObject - The EJB Object used for the access bean construction.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

PAttrValueAccessBean

public PAttrValueAccessBean(java.lang.Long aPAttributeId,
                            java.lang.Long aTermConditionId,
                            java.lang.Integer aOperatorId)
                     throws javax.naming.NamingException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
aPAttributeId - the PAttribute ID
aTermConditionId - the TermCondition ID
aOperatorId - 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 aPAttributeId,
                            java.lang.Long aTermConditionId,
                            java.lang.Integer aOperatorId,
                            java.lang.Object aValue)
                     throws javax.naming.NamingException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
aPAttributeId - the PAttribute ID
aTermConditionId - the TermCondition ID
aOperatorId - the Operator ID
aValue - 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 aPAttributeId,
                            java.lang.Long aTermConditionId,
                            java.lang.Integer aOperatorId,
                            java.lang.String aQuantityUnitId)
                     throws javax.naming.NamingException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
aPAttributeId - the PAttribute ID
aTermConditionId - the TermCondition ID
aOperatorId - the Operator ID
aQuantityUnitId - 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 aPAttributeId,
                            java.lang.Long aTermConditionId,
                            java.lang.Integer aOperatorId,
                            java.lang.String aQuantityUnitId,
                            java.lang.Object aValue)
                     throws javax.naming.NamingException,
                            javax.ejb.CreateException,
                            java.rmi.RemoteException,
                            javax.ejb.FinderException

Creates an access bean with the specified attributes.

Parameters:
aPAttributeId - the PAttribute ID
aTermConditionId - the TermCondition ID
aOperatorId - the Operator ID
aQuantityUnitId - the QuantityUnit ID
aValue - 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

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).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByAttributeId

public java.util.Enumeration findByAttributeId(java.lang.Long aPAttributeId)
                                        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:
aPAttributeId - 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 - The javax.naming.NamingException exception

findByTcId

public java.util.Enumeration findByTcId(java.lang.Long aDByTcId)
                                 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 = ?

Parameters:
aTermConditionId - the TermCondition 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 - The javax.naming.NamingException exception

findByType

public java.util.Enumeration findByType(java.lang.String aPAttributeTypeId)
                                 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:
aPAttributeTypeId - 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 - The javax.naming.NamingException exception

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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.

The following is a description of this column:

Set to 1 if personalized attribute value is encrypted. Default is 0.

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

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.

The following is a description of this column:

Set to 1 if personalized attribute value is encrypted. Default is 0.

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

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, equal; not equal; or greater than;.

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

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, equal; not equal; or greater than;.

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

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

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:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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 NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

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 NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

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 NOT NULL.

The following is a description of this column:

The internal reference number of the TermAndCondition for this value.

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

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 NOT NULL.

The following is a description of this column:

The internal reference number of the TermAndCondition for this value.

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

getType

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

Returns "PAttrValueBean".

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

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) NULL.

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 - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

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

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setAttribute

public void setAttribute(java.lang.Long aAttribute)

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.

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

setAttribute

public void setAttribute(java.lang.String aAttribute)

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:
setAttribute in interface PAttrValueAccessBeanData
Parameters:
aAttribute - java.lang.String
Returns:
void

setEncryptFlag

public void setEncryptFlag(java.lang.Integer aEncryptFlag)

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

The following is a description of this column:

Set to 1 if personalized attribute value is encrypted. Default is 0.

Parameters:
aEncryptFlag - java.lang.Integer
Returns:
void

setEncryptFlag

public void setEncryptFlag(java.lang.String aEncryptFlag)

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

The following is a description of this column:

Set to 1 if personalized attribute value is encrypted. Default is 0.

Specified by:
setEncryptFlag in interface PAttrValueAccessBeanData
Parameters:
aEncryptFlag - java.lang.String
Returns:
void

setInitKey_referenceNumber

public void setInitKey_referenceNumber(java.lang.Long aInitKey_referenceNumber)

Set the primary key for this object

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

setOperatorId

public void setOperatorId(java.lang.Integer aOperatorId)

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, equal; not equal; or greater than;.

Parameters:
aOperatorId - java.lang.Integer
Returns:
void

setOperatorId

public void setOperatorId(java.lang.String aOperatorId)

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, equal; not equal; or greater than;.

Specified by:
setOperatorId in interface PAttrValueAccessBeanData
Parameters:
aOperatorId - java.lang.String
Returns:
void

setPAttrValue

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

Does nothing.

Parameters:
aPAttrValue - 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

setReferenceNumber

public void setReferenceNumber(java.lang.Long aReferenceNumber)

Reserved for IBM internal use.

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.

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

setReferenceNumber

public void setReferenceNumber(java.lang.String aReferenceNumber)

Reserved for IBM internal use.

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:
setReferenceNumber in interface PAttrValueAccessBeanData
Parameters:
aReferenceNumber - java.lang.String
Returns:
void

setSequence

public void setSequence(java.lang.Integer aSequence)

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

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aSequence - java.lang.Integer
Returns:
void

setSequence

public void setSequence(java.lang.String aSequence)

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

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setSequence in interface PAttrValueAccessBeanData
Parameters:
aSequence - java.lang.String
Returns:
void

setTcId

public void setTcId(java.lang.Long aTcId)

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

The following is a description of this column:

The internal reference number of the TermAndCondition for this value.

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

setTcId

public void setTcId(java.lang.String aTcId)

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

The following is a description of this column:

The internal reference number of the TermAndCondition for this value.

Specified by:
setTcId in interface PAttrValueAccessBeanData
Parameters:
aTcId - java.lang.String
Returns:
void

setUnitId

public void setUnitId(java.lang.String aUnitId)

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

The following is a description of this column:

The internal reference number of the QTYUNIT.

Specified by:
setUnitId in interface PAttrValueAccessBeanData
Parameters:
aUnitId - java.lang.String
Returns:
void