|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.utf.objects.PAttrFreeFormValueAccessBean
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
PAttrFreeFormValueAccessBean()
Default constructor. |
|
PAttrFreeFormValueAccessBean(javax.ejb.EJBObject aEJBObject)
Creates an access bean for the specified EJB. |
|
PAttrFreeFormValueAccessBean(java.lang.Long aPAttributeId,
java.lang.Long aTermConditionId,
java.lang.Integer aOperatorId)
Creates an access bean with the specified attributes. |
|
PAttrFreeFormValueAccessBean(java.lang.Long aPAttributeId,
java.lang.Long aTermConditionId,
java.lang.Integer aOperatorId,
java.lang.Object aValue)
Creates an access bean with the specified attributes. |
|
PAttrFreeFormValueAccessBean(java.lang.Long aPAttributeId,
java.lang.Long aTermConditionId,
java.lang.Integer aOperatorId,
java.lang.String aQuantityUnitId)
Creates an access bean with the specified attributes. |
|
PAttrFreeFormValueAccessBean(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 PAttrFreeFormValueAccessBeans that match the specified PAttribute. |
java.util.Enumeration |
findByTcId(java.lang.Long aTermConditionId)
Retrieves the PAttrFreeFormValueAccessBeans that match the specified TermCondition. |
java.util.Enumeration |
findByType(java.lang.String aPAttributeTypeId)
Retrieves the PAttrFreeFormValueAccessBeans 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()
This method provides access to the PATTRVALUE.STRINGVALUE 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 "PAttrFreeFormValueBean". |
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.STRINGVALUE 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 |
public PAttrFreeFormValueAccessBean()
Default constructor. Maps to findByPrimaryKey.
public PAttrFreeFormValueAccessBean(javax.ejb.EJBObject aEJBObject) throws java.rmi.RemoteException
Creates an access bean for the specified EJB.
aEJBObject
- The EJB Object used for the access bean construction.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic PAttrFreeFormValueAccessBean(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.
aPAttributeId
- the PAttribute IDaTermConditionId
- the TermCondition IDaOperatorId
- the Operator IDjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic PAttrFreeFormValueAccessBean(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.
aPAttributeId
- the PAttribute IDaTermConditionId
- the TermCondition IDaOperatorId
- the Operator IDaValue
- the valuejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic PAttrFreeFormValueAccessBean(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.
aPAttributeId
- the PAttribute IDaTermConditionId
- the TermCondition IDaOperatorId
- the Operator IDaQuantityUnitId
- the QuantityUnit IDaValue
- the valuejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic PAttrFreeFormValueAccessBean(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.
aPAttributeId
- the PAttribute IDaTermConditionId
- the TermCondition IDaOperatorId
- the Operator IDaQuantityUnitId
- the QuantityUnit IDaValue
- the valuejavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByAttributeId(java.lang.Long aPAttributeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PAttrFreeFormValueAccessBeans 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 = ?
aPAttributeId
- the PAttribute IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByTcId(java.lang.Long aTermConditionId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PAttrFreeFormValueAccessBeans 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 = ?
aTermConditionId
- the TermCondition IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByType(java.lang.String aPAttributeTypeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the PAttrFreeFormValueAccessBeans 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 = ?
aPAttributeTypeId
- the PAttributeType IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getAttributeId
in interface PAttrFreeFormValueAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getEncryptFlag
in interface PAttrFreeFormValueAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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;.
getOperatorId
in interface PAttrFreeFormValueAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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;.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Object getPAttrValue() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRVALUE.STRINGVALUE 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 "STRING".
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getReferenceNumber
in interface PAttrFreeFormValueAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getSequence
in interface PAttrFreeFormValueAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getTcId
in interface PAttrFreeFormValueAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Returns "PAttrFreeFormValueBean".
getType
in interface PAttrFreeFormValueAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getUnitId
in interface PAttrFreeFormValueAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
aAttribute
- java.lang.Longpublic 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.
setAttribute
in interface PAttrFreeFormValueAccessBeanData
aAttribute
- java.lang.Stringpublic 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.
aEncryptFlag
- java.lang.Integerpublic 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.
setEncryptFlag
in interface PAttrFreeFormValueAccessBeanData
aEncryptFlag
- java.lang.Stringpublic void setInitKey_referenceNumber(java.lang.String aInitKey_referenceNumber)
Set the primary key for this object
aInitKey_referenceNumber
- java.lang.Stringpublic 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;.
aOperatorId
- java.lang.Integerpublic 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;.
setOperatorId
in interface PAttrFreeFormValueAccessBeanData
aOperatorId
- java.lang.Stringpublic void setPAttrValue(java.lang.Object aPAttrValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PATTRVALUE.STRINGVALUE 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 "STRING".
aPAttrValue
- java.lang.Objectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
aReferenceNumber
- java.lang.Longpublic 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.
setReferenceNumber
in interface PAttrFreeFormValueAccessBeanData
aReferenceNumber
- java.lang.Stringpublic 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.
aSequence
- java.lang.Integerpublic 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.
setSequence
in interface PAttrFreeFormValueAccessBeanData
aSequence
- java.lang.Stringpublic 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.
aTcId
- java.lang.Longpublic 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.
setTcId
in interface PAttrFreeFormValueAccessBeanData
aTcId
- java.lang.Stringpublic 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.
setUnitId
in interface PAttrFreeFormValueAccessBeanData
aUnitId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |