com.ibm.commerce.utf.objects
Class PAttrBigIntValueAccessBean

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

public class PAttrBigIntValueAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements PAttrBigIntValueAccessBeanData

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
PAttrBigIntValueAccessBean()
          Default constructor.
PAttrBigIntValueAccessBean(javax.ejb.EJBObject aEJBObject)
          Creates an access bean for the specified EJB.
PAttrBigIntValueAccessBean(java.lang.Long aPAttributeId, java.lang.Long aTermConditionId, java.lang.Integer aOperatorId)
          Creates an access bean with the specified attributes.
PAttrBigIntValueAccessBean(java.lang.Long aPAttributeId, java.lang.Long aTermConditionId, java.lang.Integer aOperatorId, java.lang.Object aValue)
          Creates an access bean with the specified attributes.
PAttrBigIntValueAccessBean(java.lang.Long aPAttributeId, java.lang.Long aTermConditionId, java.lang.Integer aOperatorId, java.lang.String aQuantityUnitId)
          Creates an access bean with the specified attributes.
PAttrBigIntValueAccessBean(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 PAttrBigIntValueAccessBeans that match the specified PAttribute.
 java.util.Enumeration findByTcId(java.lang.Long aTermConditionId)
          Retrieves the PAttrBigIntValueAccessBeans that match the specified TermCondition.
 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()
          This method provides access to the PATTRVALUE.BIGINTVALUE column of DB2 type BIGINT 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 "PAttrBigIntValueBean".
 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.String 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)
          This method provides access to the PATTRVALUE.BIGINTVALUE column of DB2 type BIGINT NULL.
 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

PAttrBigIntValueAccessBean

public PAttrBigIntValueAccessBean()

Default constructor. Maps to findByPrimaryKey.


PAttrBigIntValueAccessBean

public PAttrBigIntValueAccessBean(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

PAttrBigIntValueAccessBean

public PAttrBigIntValueAccessBean(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

PAttrBigIntValueAccessBean

public PAttrBigIntValueAccessBean(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

PAttrBigIntValueAccessBean

public PAttrBigIntValueAccessBean(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

PAttrBigIntValueAccessBean

public PAttrBigIntValueAccessBean(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 PAttrBigIntValueAccessBeans 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 PAttrBigIntValueAccessBeans 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 aTermConditionId)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

Retrieves the PAttrBigIntValueAccessBeans 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 PAttrBigIntValueAccessBeans 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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
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

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

The following is a description of this column:

Contains the Value if the data type of the Attribute is "BIGINT".

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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
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 "PAttrBigIntValueBean".

Specified by:
getType in interface PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
Parameters:
aEncryptFlag - java.lang.String
Returns:
void

setInitKey_referenceNumber

public void setInitKey_referenceNumber(java.lang.String aInitKey_referenceNumber)

Set the primary key for this object

Parameters:
aInitKey_referenceNumber - java.lang.String
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 PAttrBigIntValueAccessBeanData
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

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

The following is a description of this column:

Contains the Value if the data type of the Attribute is "BIGINT".

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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
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 PAttrBigIntValueAccessBeanData
Parameters:
aUnitId - java.lang.String
Returns:
void