|
||||||||
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.catalog.objects.AttributeFloatValueAccessBean
This bean provides access to the ATTRVALUE table.
The following is a description of this table:
This table holds the values assigned to product attributes and relates them back to catalog entries for SKU resolution.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
AttributeFloatValueAccessBean()
Default constructor. |
|
AttributeFloatValueAccessBean(javax.ejb.EJBObject aEJB)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AttributeFloatValueAccessBean(java.lang.Integer language_id,
java.lang.Long attribute_id,
java.lang.Long catentry_id)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AttributeFloatValueAccessBean(java.lang.Integer language_id,
java.lang.Long attribute_id,
java.lang.Long catentry_id,
java.lang.Double sequence_number)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AttributeFloatValueAccessBean(java.lang.Integer language_id,
java.lang.Long attribute_id,
java.lang.Long catentry_id,
java.lang.Double sequence_number,
java.lang.String aName)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AttributeFloatValueAccessBean(java.lang.Integer aLanguage_id,
java.lang.Long aAttribute_id,
java.lang.Long aAttributeValue_id,
java.lang.Long aCatentry_id,
java.lang.String aName)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AttributeFloatValueAccessBean(java.lang.Long attributeValue_id,
java.lang.Integer language_id,
java.lang.Long attribute_id,
java.lang.Long catentry_id)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
AttributeFloatValueAccessBean(java.lang.Long attributeValue_id,
java.lang.Integer language_id,
java.lang.Long attribute_id,
java.lang.Long catentry_id,
java.lang.Double sequence_number)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByAttribute(java.lang.Long aAttributeReferenceNumber,
java.lang.Integer aLanguageId)
This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber and LanguageId. |
java.util.Enumeration |
findByAttributeIdLanguageAndName(java.lang.Long aAttributeReferenceNumber,
java.lang.Integer aLanguageId,
java.lang.String aAttributeValueName)
This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber, LanguageId and AttributeValueName. |
java.util.Enumeration |
findByAttributeIdLanguageAndSequence(java.lang.Long aAttributeReferenceNumber,
java.lang.Integer aLanguageId,
java.lang.Double aSequence)
This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber, LanguageId and SequenceNumber. |
java.util.Enumeration |
findByAttributeIdWithDefaultCatalogEntry(java.lang.Long aAttributeReferenceNumber)
This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber of a Default CatalogEntry. |
java.util.Enumeration |
findByAttributeValueId(java.lang.Long aAttrValueReferenceNumber)
This method returns an Enumeration of AttributeFloatValueAccessBean with the given attribute value reference number. |
java.util.Enumeration |
findByAttributeValueIdWithDefaultCatalogEntry(java.lang.Long aAttrValueReferenceNumber)
This method returns an Enumeration of AttributeFloatValueAccessBean with the given attribute value reference number of a default catalog entry. |
java.util.Enumeration |
findByCatalogEntry(java.lang.Long aCatalogEntryReferenceNumber)
This method returns an Enumeration of AttributeFloatValueAccessBean with the given CatalogEntry reference number. |
AttributeFloatValueAccessBean |
findByCatalogEntryLanguageAndName(java.lang.Long aCatalogEntryReferenceNumber,
java.lang.Integer aLanguageId,
java.lang.String aAttributeValueName)
This method returns an AttributeFloatValueAccessBean with the given CatalogEntry reference number, language Id and name. |
java.util.Enumeration |
findByCatEntryIdLanguageIdAndAttributeId(java.lang.Long aCatalogEntryReferenceNumber,
java.lang.Integer aLanguageId,
java.lang.Long aAttributeReferenceNumber)
This method returns an Enumeration of AttributeFloatValueAccessBean with the given CatalogEntry reference number, language Id and attribute reference number. |
AttributeAccessBean |
getAttribute()
This method returns the AttributeAccessBean associated with this attribute value. |
java.lang.String |
getAttributeReferenceNumber()
This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAttributeReferenceNumberInEJBType()
This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Object |
getAttributeValue()
This method provides access to the ATTRVALUE.FLOATVALUE column of DB2 type FLOAT NULL. |
java.lang.String |
getAttributeValueReferenceNumber()
This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAttributeValueReferenceNumberInEJBType()
This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCatalogEntryReferenceNumber()
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryReferenceNumberInEJBType()
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getField1()
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField1InEJBType()
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getField3()
This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getImage1()
This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getImage2()
This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getLanguage_id()
This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguage_idInEJBType()
This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Double |
getMaxSequenceForAttributeAndLanguage(java.lang.Long aAttributeReferenceNumber,
java.lang.Integer aLanguageId)
This method returns the maximum attribute value sequence number with the given Attribute reference number and language Id. |
java.lang.Double |
getMaxSequenceForAttributeAndLanguageAndCatEntry(java.lang.Long aAttributeReferenceNumber,
java.lang.Integer aLanguageId,
java.lang.Long aCatalogEntryReferenceNumber)
This method returns the maximum attribute value sequence number with the given Attribute reference number, language Id and CatalogEntry reference number. |
java.lang.String |
getName()
This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR (254) NULL. |
java.lang.String |
getOid()
This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR (64) NULL. |
java.lang.String |
getOperatorId()
This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getOperatorIdInEJBType()
This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getSequenceNumber()
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getSequenceNumberInEJBType()
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getType()
This method provides access to the ATTRVALUE.ATTRTYPE_ID column of DB2 type CHARACTER (16) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAttributeReferenceNumber(java.lang.Long aAttributeReferenceNumber)
This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeReferenceNumber(java.lang.String aAttributeReferenceNumber)
This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeValue(java.lang.Object aAttributeValue)
This method provides access to the ATTRVALUE.FLOATVALUE column of DB2 type FLOAT NULL. |
void |
setAttributeValueReferenceNumber(java.lang.Long aAttributeValueReferenceNumber)
This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeValueReferenceNumber(java.lang.String aAttributeValueReferenceNumber)
This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryReferenceNumber(java.lang.Long aCatalogEntryReferenceNumber)
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR (254) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR (254) NULL. |
void |
setImage1(java.lang.String aImage1)
This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR (254) NULL. |
void |
setImage2(java.lang.String aImage2)
This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR (254) NULL. |
void |
setInitKey_attributeValueReferenceNumber(java.lang.String aInitKey_attributeValueReferenceNumber)
Set the primary key for this object |
void |
setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object |
void |
setLanguage_id(java.lang.Integer aLanguage_id)
This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguage_id(java.lang.String aLanguage_id)
This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR (254) NULL. |
void |
setOid(java.lang.String aOid)
This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR (64) NULL. |
void |
setOperatorId(java.lang.Integer aOperatorId)
This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL. |
void |
setOperatorId(java.lang.String aOperatorId)
This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL. |
void |
setSequenceNumber(java.lang.Double aSequenceNumber)
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setSequenceNumber(java.lang.String aSequenceNumber)
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT 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 AttributeFloatValueAccessBean()
Default constructor. It is used to initialize the access bean.
public AttributeFloatValueAccessBean(javax.ejb.EJBObject aEJB) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aEJB
- an AttributeFloatValue EJBObject referencejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic AttributeFloatValueAccessBean(java.lang.Integer language_id, java.lang.Long attribute_id, java.lang.Long catentry_id) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
language_id
- The language id of the attribute value. Integerattribute_id
- The reference number of the Attribute associated with this attribute value. Longcatentry_id
- The reference number of the catalog entry that this attribute value describes. Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic AttributeFloatValueAccessBean(java.lang.Integer language_id, java.lang.Long attribute_id, java.lang.Long catentry_id, java.lang.Double sequence_number) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
language_id
- The language id of the attribute value. Integerattribute_id
- The reference number of the Attribute associated with this attribute value. Longcatentry_id
- The reference number of the catalog entry that this attribute value describes. Longsequence_number
- The sequence number of this attribute value. Doublejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic AttributeFloatValueAccessBean(java.lang.Integer language_id, java.lang.Long attribute_id, java.lang.Long catentry_id, java.lang.Double sequence_number, java.lang.String aName) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
language_id
- The language id of the attribute value. Integerattribute_id
- The reference number of the Attribute associated with this attribute value. Longcatentry_id
- The reference number of the catalog entry that this attribute value describes. Longsequence_number
- The sequence number of this attribute value. DoubleaName
- The name given to this Attribute Value. Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic AttributeFloatValueAccessBean(java.lang.Integer aLanguage_id, java.lang.Long aAttribute_id, java.lang.Long aAttributeValue_id, java.lang.Long aCatentry_id, java.lang.String aName) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aLanguage_id
- The language id of the attribute value. IntegeraAttribute_id
- The reference number of the Attribute associated with this attribute value. LongaAttributeValue_id
- The reference number of this attribute value. LongaCatentry_id
- The reference number of the catalog entry that this attribute value describes. LongaName
- The name given to this Attribute Value. Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic AttributeFloatValueAccessBean(java.lang.Long attributeValue_id, java.lang.Integer language_id, java.lang.Long attribute_id, java.lang.Long catentry_id) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
attributeValue_id
- The reference number of this attribute value. Longlanguage_id
- The language id of the attribute value. Integerattribute_id
- The reference number of the Attribute associated with this attribute value. Longcatentry_id
- The reference number of the catalog entry that this attribute value describes. Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic AttributeFloatValueAccessBean(java.lang.Long attributeValue_id, java.lang.Integer language_id, java.lang.Long attribute_id, java.lang.Long catentry_id, java.lang.Double sequence_number) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
attributeValue_id
- The reference number of this attribute value. Longlanguage_id
- The language id of the attribute value. Integerattribute_id
- The reference number of the Attribute associated with this attribute value. Longcatentry_id
- The reference number of the catalog entry that this attribute value describes. Longsequence_number
- The sequence number of this attribute value. Doublejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException 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 findByAttribute(java.lang.Long aAttributeReferenceNumber, java.lang.Integer aLanguageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber and LanguageId.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRIBUTE_ID = aAttributeReferenceNumber AND ATTRVALUE.LANGUAGE_ID = aAttributeReferenceNumber
aAttributeReferenceNumber
- The attribute reference number.aLanguageId
- The language id.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByAttributeIdLanguageAndName(java.lang.Long aAttributeReferenceNumber, java.lang.Integer aLanguageId, java.lang.String aAttributeValueName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber, LanguageId and AttributeValueName.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRIBUTE_ID = aAttributeReferenceNumber and ATTRVALUE.LANGUAGE_ID = aLanguageId and ATTRVALUE.NAME = aAttributeValueName
aAttributeReferenceNumber
- The attribute reference number.aLanguageId
- The language id.aAttributeValueName
- The name of the attribute value.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByAttributeIdLanguageAndSequence(java.lang.Long aAttributeReferenceNumber, java.lang.Integer aLanguageId, java.lang.Double aSequence) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber, LanguageId and SequenceNumber.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRIBUTE_ID = aAttributeReferenceNumber and ATTRVALUE.LANGUAGE_ID = aLanguageId and ATTRVALUE.SEQUENCE = aSequence
aAttributeReferenceNumber
- The attribute reference number.aLanguageId
- The language id.aSequence
- The sequence number of the attribute value.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByAttributeIdWithDefaultCatalogEntry(java.lang.Long aAttributeReferenceNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber of a Default CatalogEntry.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRIBUTE_ID = aAttributeReferenceNumber and ATTRVALUE.CATENTRY_ID = 0
aAttributeReferenceNumber
- The attribute reference number.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByAttributeValueId(java.lang.Long aAttrValueReferenceNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of AttributeFloatValueAccessBean with the given attribute value reference number.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRVALUE_ID = aAttrValueReferenceNumber
aAttrValueReferenceNumber
- The reference number of an attribute value.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByAttributeValueIdWithDefaultCatalogEntry(java.lang.Long aAttrValueReferenceNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of AttributeFloatValueAccessBean with the given attribute value reference number of a default catalog entry.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRVALUE_ID = aAttrValueReferenceNumber AND ATTRVALUE.CATENTRY_ID = 0
aAttrValueReferenceNumber
- The reference number of an attribute value.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalogEntry(java.lang.Long aCatalogEntryReferenceNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of AttributeFloatValueAccessBean with the given CatalogEntry reference number.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.CATENTRY_ID = aCatalogEntryReferenceNumber
aCatalogEntryReferenceNumber
- The Catalog Entry reference numberjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic AttributeFloatValueAccessBean findByCatalogEntryLanguageAndName(java.lang.Long aCatalogEntryReferenceNumber, java.lang.Integer aLanguageId, java.lang.String aAttributeValueName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an AttributeFloatValueAccessBean with the given CatalogEntry reference number, language Id and name.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.CATENTRY_ID = aCatalogEntryReferenceNumber AND ATTRVALUE.LANGUAGE_ID = aLanguageId and ATTRVALUE.NAME = aAttributeValueName
aCatalogEntryReferenceNumber
- The CatalogEntry reference number.aLanguageId
- The language Id.aAttributeValueName
- The name of the attribute value.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatEntryIdLanguageIdAndAttributeId(java.lang.Long aCatalogEntryReferenceNumber, java.lang.Integer aLanguageId, java.lang.Long aAttributeReferenceNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of AttributeFloatValueAccessBean with the given CatalogEntry reference number, language Id and attribute reference number.
SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.CATENTRY_ID = aCatalogEntryReferenceNumber AND ATTRVALUE.LANGUAGE_ID = aLanguageId and ATTRVALUE.ATTRIBUTE_ID = aAttributeReferenceNumber
aCatalogEntryReferenceNumber
- The CatalogEntry reference number.aLanguageId
- The language Id.aAttributeReferenceNumber
- The attribute reference number.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic AttributeAccessBean getAttribute() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the AttributeAccessBean associated with this attribute value.
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 getAttributeReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute associated with this Value.
getAttributeReferenceNumber
in interface AttributeFloatValueAccessBeanData
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 getAttributeReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute associated with 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.Object getAttributeValue() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.FLOATVALUE column of DB2 type FLOAT NULL.
The following is a description of this column:
If the type of this attribute value is FLOAT, then this column will hold the attribute value. If the type is not FLOAT then this column will be NULL.
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 getAttributeValueReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of this Attribute Value.
getAttributeValueReferenceNumber
in interface AttributeFloatValueAccessBeanData
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 getAttributeValueReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of this 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 getCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The catalog entry that this attribute value describes.
getCatalogEntryReferenceNumber
in interface AttributeFloatValueAccessBeanData
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 getCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The catalog entry that this attribute value describes.
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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A customizable field.
getField1
in interface AttributeFloatValueAccessBeanData
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 getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A customizable field.
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 getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A customizable field.
getField2
in interface AttributeFloatValueAccessBeanData
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 getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A customizable field.
getField3
in interface AttributeFloatValueAccessBeanData
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 getImage1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The image path of this Attribute Value.
getImage1
in interface AttributeFloatValueAccessBeanData
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 getImage2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The image path of this Attribute Value.
getImage2
in interface AttributeFloatValueAccessBeanData
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 getLanguage_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this attribute value pertains to.
getLanguage_id
in interface AttributeFloatValueAccessBeanData
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 getLanguage_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this attribute value pertains to.
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.Double getMaxSequenceForAttributeAndLanguage(java.lang.Long aAttributeReferenceNumber, java.lang.Integer aLanguageId) throws javax.naming.NamingException, javax.ejb.CreateException, java.sql.SQLException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the maximum attribute value sequence number with the given Attribute reference number and language Id.
aAttributeReferenceNumber
- The attribute reference number.aLanguageId
- The language Id.java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Double getMaxSequenceForAttributeAndLanguageAndCatEntry(java.lang.Long aAttributeReferenceNumber, java.lang.Integer aLanguageId, java.lang.Long aCatalogEntryReferenceNumber) throws javax.naming.NamingException, javax.ejb.CreateException, java.sql.SQLException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the maximum attribute value sequence number with the given Attribute reference number, language Id and CatalogEntry reference number.
aAttributeReferenceNumber
- The attribute reference number.aLanguageId
- The language Id.aCatalogEntryReferenceNumber
- The CatalogEntry reference number.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 getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The name given to this Attribute Value.
getName
in interface AttributeFloatValueAccessBeanData
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 getOid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR (64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getOid
in interface AttributeFloatValueAccessBeanData
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 ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
getOperatorId
in interface AttributeFloatValueAccessBeanData
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 ATTRVALUE.OPERATOR_ID 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 getSequenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A sequence number that determines the order of display of attribute values for a given attribute.
getSequenceNumber
in interface AttributeFloatValueAccessBeanData
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.Double getSequenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A sequence number that determines the order of display of attribute values for a given 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 getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.ATTRTYPE_ID column of DB2 type CHARACTER (16) NOT NULL.
The following is a description of this column:
The type of Attribute Value. Foreign key to the ATTRTYPE table.
getType
in interface AttributeFloatValueAccessBeanData
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 setAttributeReferenceNumber(java.lang.Long aAttributeReferenceNumber)
This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute associated with this Value.
aAttributeReferenceNumber
- The internal reference number of the Attribute associated with this Valuepublic void setAttributeReferenceNumber(java.lang.String aAttributeReferenceNumber)
This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute associated with this Value.
setAttributeReferenceNumber
in interface AttributeFloatValueAccessBeanData
aAttributeReferenceNumber
- The internal reference number of the Attribute associated with this Valuepublic void setAttributeValue(java.lang.Object aAttributeValue) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.FLOATVALUE column of DB2 type FLOAT NULL.
The following is a description of this column:
If the type of this attribute value is FLOAT, then this column will hold the attribute value. If the type is not FLOAT then this column will be NULL.
aAttributeValue
- The attribute valuejava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setAttributeValueReferenceNumber(java.lang.Long aAttributeValueReferenceNumber)
This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of this Attribute Value.
aAttributeValueReferenceNumber
- The internal reference number of the Attribute Value.public void setAttributeValueReferenceNumber(java.lang.String aAttributeValueReferenceNumber)
This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of this Attribute Value.
setAttributeValueReferenceNumber
in interface AttributeFloatValueAccessBeanData
aAttributeValueReferenceNumber
- The internal reference number of the Attribute Value.public void setCatalogEntryReferenceNumber(java.lang.Long aCatalogEntryReferenceNumber)
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The catalog entry that this attribute value describes.
aCatalogEntryReferenceNumber
- The reference number of the catalog entry that this attribute value describespublic void setCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The catalog entry that this attribute value describes.
setCatalogEntryReferenceNumber
in interface AttributeFloatValueAccessBeanData
aCatalogEntryReferenceNumber
- The reference number of the catalog entry that this attribute value describespublic void setField1(java.lang.Integer aField1)
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A customizable field.
aField1
- The field1 of the attribute valuepublic void setField1(java.lang.String aField1)
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
A customizable field.
setField1
in interface AttributeFloatValueAccessBeanData
aField1
- The field1 of the attribute valuepublic void setField2(java.lang.String aField2)
This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A customizable field.
setField2
in interface AttributeFloatValueAccessBeanData
aField2
- The field2 of the attribute valuepublic void setField3(java.lang.String aField3)
This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A customizable field.
setField3
in interface AttributeFloatValueAccessBeanData
aField3
- The field3 of the attribute valuepublic void setImage1(java.lang.String aImage1)
This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The image path of this Attribute Value.
setImage1
in interface AttributeFloatValueAccessBeanData
aImage1
- The image1 of the attribute valuepublic void setImage2(java.lang.String aImage2)
This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The image path of this Attribute Value.
setImage2
in interface AttributeFloatValueAccessBeanData
aImage2
- The image1 of the attribute valuepublic void setInitKey_attributeValueReferenceNumber(java.lang.String aInitKey_attributeValueReferenceNumber)
Set the primary key for this object
aInitKey_attributeValueReferenceNumber
- The attribute value reference numberpublic void setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object
aInitKey_language_id
- The language id of the attribute valuepublic void setLanguage_id(java.lang.Integer aLanguage_id)
This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this attribute value pertains to.
aLanguage_id
- The language id of the attribute valuepublic void setLanguage_id(java.lang.String aLanguage_id)
This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this attribute value pertains to.
setLanguage_id
in interface AttributeFloatValueAccessBeanData
aLanguage_id
- The language id of the attribute valuepublic void setName(java.lang.String aName)
This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
The name given to this Attribute Value.
setName
in interface AttributeFloatValueAccessBeanData
aName
- The name of the attribute valuepublic void setOid(java.lang.String aOid)
This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR (64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setOid
in interface AttributeFloatValueAccessBeanData
aOid
- The Oid of the attribute valuepublic void setOperatorId(java.lang.Integer aOperatorId)
This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aOperatorId
- The OperatorId of the attribute valuepublic void setOperatorId(java.lang.String aOperatorId)
This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
setOperatorId
in interface AttributeFloatValueAccessBeanData
aOperatorId
- The OperatorId of the attribute valuepublic void setSequenceNumber(java.lang.Double aSequenceNumber)
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A sequence number that determines the order of display of attribute values for a given attribute.
aSequenceNumber
- The sequence number of the attribute valuepublic void setSequenceNumber(java.lang.String aSequenceNumber)
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
A sequence number that determines the order of display of attribute values for a given attribute.
setSequenceNumber
in interface AttributeFloatValueAccessBeanData
aSequenceNumber
- The sequence number of the attribute value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |