com.ibm.commerce.catalog.objects
Class AttributeStringValueAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.catalog.objects.AttributeStringValueAccessBean
All Implemented Interfaces:
AttributeStringValueAccessBeanData, java.io.Serializable

public class AttributeStringValueAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements AttributeStringValueAccessBeanData

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.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
AttributeStringValueAccessBean()
          Default constructor.
AttributeStringValueAccessBean(javax.ejb.EJBObject aEJB)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
AttributeStringValueAccessBean(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
AttributeStringValueAccessBean(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
AttributeStringValueAccessBean(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
AttributeStringValueAccessBean(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
AttributeStringValueAccessBean(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
AttributeStringValueAccessBean(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 AttributeStringValueAccessBean 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 AttributeStringValueAccessBean 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 AttributeStringValueAccessBean with the given AttributeReferenceNumber, LanguageId and SequenceNumber.
 java.util.Enumeration findByAttributeIdWithDefaultCatalogEntry(java.lang.Long aAttributeReferenceNumber)
          This method returns an Enumeration of AttributeStringValueAccessBean with the given AttributeReferenceNumber of a Default CatalogEntry.
 java.util.Enumeration findByAttributeValueId(java.lang.Long aAttrValueReferenceNumber)
          This method returns an Enumeration of AttributeStringValueAccessBean with the given attribute value reference number.
 java.util.Enumeration findByAttributeValueIdWithDefaultCatalogEntry(java.lang.Long aAttrValueReferenceNumber)
          This method returns an Enumeration of AttributeStringValueAccessBean 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 AttributeStringValueAccessBean with the given CatalogEntry reference number.
 AttributeStringValueAccessBean findByCatalogEntryLanguageAndName(java.lang.Long aCatalogEntryReferenceNumber, java.lang.Integer aLanguageId, java.lang.String aAttributeValueName)
          This method returns an AttributeStringValueAccessBean 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 AttributeStringValueAccessBean 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.STRINGVALUE column of DB2 type CHAR(254) 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.STRINGVALUE column of DB2 type CHAR(254) 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 aCatalogEntryReferenceNumber1)
          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

AttributeStringValueAccessBean

public AttributeStringValueAccessBean()

Default constructor. It is used to initialize the access bean.


AttributeStringValueAccessBean

public AttributeStringValueAccessBean(javax.ejb.EJBObject aEJB)
                               throws java.rmi.RemoteException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
aEJB - an AttributeStringValue EJBObject reference
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

AttributeStringValueAccessBean

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

Parameters:
language_id - The language id of the attribute value. Integer
attribute_id - The reference number of the Attribute associated with this attribute value. Long
catentry_id - The reference number of the catalog entry that this attribute value describes. Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

AttributeStringValueAccessBean

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

Parameters:
language_id - The language id of the attribute value. Integer
attribute_id - The reference number of the Attribute associated with this attribute value. Long
catentry_id - The reference number of the catalog entry that this attribute value describes. Long
sequence_number - The sequence number of this attribute value. Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

AttributeStringValueAccessBean

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

Parameters:
language_id - The language id of the attribute value. Integer
attribute_id - The reference number of the Attribute associated with this attribute value. Long
catentry_id - The reference number of the catalog entry that this attribute value describes. Long
sequence_number - The sequence number of this attribute value. Double
aName - The name given to this Attribute Value. String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

AttributeStringValueAccessBean

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

Parameters:
aLanguage_id - The language id of the attribute value. Integer
aAttribute_id - The reference number of the Attribute associated with this attribute value. Long
aAttributeValue_id - The reference number of this attribute value. Long
aCatentry_id - The reference number of the catalog entry that this attribute value describes. Long
aName - The name given to this Attribute Value. String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

AttributeStringValueAccessBean

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

Parameters:
attributeValue_id - The reference number of this attribute value. Long
language_id - The language id of the attribute value. Integer
attribute_id - The reference number of the Attribute associated with this attribute value. Long
catentry_id - The reference number of the catalog entry that this attribute value describes. Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

AttributeStringValueAccessBean

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

Parameters:
attributeValue_id - The reference number of this attribute value. Long
language_id - The language id of the attribute value. Integer
attribute_id - The reference number of the Attribute associated with this attribute value. Long
catentry_id - The reference number of the catalog entry that this attribute value describes. Long
sequence_number - The sequence number of this attribute value. Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException 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

findByAttribute

public 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 AttributeStringValueAccessBean with the given AttributeReferenceNumber and LanguageId.

SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRIBUTE_ID = aAttributeReferenceNumber AND ATTRVALUE.LANGUAGE_ID = aAttributeReferenceNumber

Parameters:
aAttributeReferenceNumber - The attribute reference number.
aLanguageId - The language id.
Returns:
java.util.Enumeration
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

findByAttributeIdLanguageAndName

public 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 AttributeStringValueAccessBean 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

Parameters:
aAttributeReferenceNumber - The attribute reference number.
aLanguageId - The language id.
aAttributeValueName - The name of the attribute value.
Returns:
java.util.Enumeration
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

findByAttributeIdLanguageAndSequence

public 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 AttributeStringValueAccessBean 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

Parameters:
aAttributeReferenceNumber - The attribute reference number.
aLanguageId - The language id.
aSequence - The sequence number of the attribute value.
Returns:
java.util.Enumeration
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

findByAttributeIdWithDefaultCatalogEntry

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

This method returns an Enumeration of AttributeStringValueAccessBean with the given AttributeReferenceNumber of a Default CatalogEntry.

SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRIBUTE_ID = aAttributeReferenceNumber and ATTRVALUE.CATENTRY_ID = 0

Parameters:
aAttributeReferenceNumber - The attribute reference number.
Returns:
java.util.Enumeration
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

findByAttributeValueId

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

This method returns an Enumeration of AttributeStringValueAccessBean with the given attribute value reference number.

SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.ATTRVALUE_ID = aAttrValueReferenceNumber

Parameters:
aAttrValueReferenceNumber - The reference number of an attribute value.
Returns:
java.util.Enumeration
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

findByAttributeValueIdWithDefaultCatalogEntry

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

This method returns an Enumeration of AttributeStringValueAccessBean 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

Parameters:
aAttrValueReferenceNumber - The reference number of an attribute value.
Returns:
java.util.Enumeration
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

findByCatalogEntry

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

This method returns an Enumeration of AttributeStringValueAccessBean with the given CatalogEntry reference number.

SQL:
SELECT * FROM ATTRVALUE WHERE ATTRVALUE.CATENTRY_ID = aCatalogEntryReferenceNumber

Parameters:
aCatalogEntryReferenceNumber - The Catalog Entry reference number
Returns:
java.util.Enumeration
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

findByCatalogEntryLanguageAndName

public AttributeStringValueAccessBean 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 AttributeStringValueAccessBean 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

Parameters:
aCatalogEntryReferenceNumber - The CatalogEntry reference number.
aLanguageId - The language Id.
aAttributeValueName - The name of the attribute value.
Returns:
com.ibm.commerce.catalog.objects.AttributeStringValueAccessBean
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

findByCatEntryIdLanguageIdAndAttributeId

public 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 AttributeStringValueAccessBean 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

Parameters:
aCatalogEntryReferenceNumber - The CatalogEntry reference number.
aLanguageId - The language Id.
aAttributeReferenceNumber - The attribute reference number.
Returns:
java.util.Enumeration
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

getAttribute

public AttributeAccessBean getAttribute()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method returns the AttributeAccessBean associated with this attribute value.

Returns:
com.ibm.commerce.catalog.objects.AttributeAccessBean
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

getAttributeReferenceNumber

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

Specified by:
getAttributeReferenceNumber in interface AttributeStringValueAccessBeanData
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

getAttributeReferenceNumberInEJBType

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

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

getAttributeValue

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

This method provides access to the ATTRVALUE.STRINGVALUE column of DB2 type CHAR(254) NULL.

The following is a description of this column:

If the type of this attribute value is STRING, then this column will hold the attribute value. If the type is not STRING then this column will be NULL.

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

getAttributeValueReferenceNumber

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

Specified by:
getAttributeValueReferenceNumber in interface AttributeStringValueAccessBeanData
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

getAttributeValueReferenceNumberInEJBType

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

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

getCatalogEntryReferenceNumber

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

Specified by:
getCatalogEntryReferenceNumber in interface AttributeStringValueAccessBeanData
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

getCatalogEntryReferenceNumberInEJBType

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

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

getField1

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

Specified by:
getField1 in interface AttributeStringValueAccessBeanData
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

getField1InEJBType

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

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

getField2

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

Specified by:
getField2 in interface AttributeStringValueAccessBeanData
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

getField3

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

Specified by:
getField3 in interface AttributeStringValueAccessBeanData
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

getImage1

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

Specified by:
getImage1 in interface AttributeStringValueAccessBeanData
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

getImage2

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

Specified by:
getImage2 in interface AttributeStringValueAccessBeanData
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

getLanguage_id

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

Specified by:
getLanguage_id in interface AttributeStringValueAccessBeanData
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

getLanguage_idInEJBType

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

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

getMaxSequenceForAttributeAndLanguage

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

Parameters:
aAttributeReferenceNumber - The attribute reference number.
aLanguageId - The language Id.
Returns:
java.lang.Double
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

getMaxSequenceForAttributeAndLanguageAndCatEntry

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

Parameters:
aAttributeReferenceNumber - The attribute reference number.
aLanguageId - The language Id.
aCatalogEntryReferenceNumber - The CatalogEntry reference number.
Returns:
java.lang.Double
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

getName

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

Specified by:
getName in interface AttributeStringValueAccessBeanData
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

getOid

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

Specified by:
getOid in interface AttributeStringValueAccessBeanData
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

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 ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getOperatorId in interface AttributeStringValueAccessBeanData
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 ATTRVALUE.OPERATOR_ID 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

getSequenceNumber

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

Specified by:
getSequenceNumber in interface AttributeStringValueAccessBeanData
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

getSequenceNumberInEJBType

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

Returns:
java.lang.Double
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

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.

Specified by:
getType in interface AttributeStringValueAccessBeanData
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

setAttributeReferenceNumber

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

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

setAttributeReferenceNumber

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

Specified by:
setAttributeReferenceNumber in interface AttributeStringValueAccessBeanData
Parameters:
aAttributeReferenceNumber - The internal reference number of the Attribute associated with this Value
Returns:
void

setAttributeValue

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

This method provides access to the ATTRVALUE.STRINGVALUE column of DB2 type CHAR(254) NULL.

The following is a description of this column:

If the type of this attribute value is STRING, then this column will hold the attribute value. If the type is not STRING then this column will be NULL.

Parameters:
aAttributeValue - The attribute value
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

setAttributeValueReferenceNumber

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

Parameters:
aAttributeValueReferenceNumber - The internal reference number of the Attribute Value.
Returns:
void

setAttributeValueReferenceNumber

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.

Specified by:
setAttributeValueReferenceNumber in interface AttributeStringValueAccessBeanData
Parameters:
aAttributeValueReferenceNumber - The internal reference number of the Attribute Value.
Returns:
void

setCatalogEntryReferenceNumber

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.

Parameters:
aCatalogEntryReferenceNumber - The reference number of the catalog entry that this attribute value describes
Returns:
void

setCatalogEntryReferenceNumber

public void setCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber1)

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.

Specified by:
setCatalogEntryReferenceNumber in interface AttributeStringValueAccessBeanData
Parameters:
aCatalogEntryReferenceNumber - The reference number of the catalog entry that this attribute value describes
Returns:
void

setField1

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

Parameters:
aField1 - The field1 of the attribute value
Returns:
void

setField1

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

Specified by:
setField1 in interface AttributeStringValueAccessBeanData
Parameters:
aField1 - The field1 of the attribute value
Returns:
void

setField2

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

Specified by:
setField2 in interface AttributeStringValueAccessBeanData
Parameters:
aField2 - The field2 of the attribute value
Returns:
void

setField3

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

Specified by:
setField3 in interface AttributeStringValueAccessBeanData
Parameters:
aField3 - The field3 of the attribute value
Returns:
void

setImage1

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

Specified by:
setImage1 in interface AttributeStringValueAccessBeanData
Parameters:
aImage1 - The image1 of the attribute value
Returns:
void

setImage2

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

Specified by:
setImage2 in interface AttributeStringValueAccessBeanData
Parameters:
aImage2 - The image1 of the attribute value
Returns:
void

setInitKey_attributeValueReferenceNumber

public void setInitKey_attributeValueReferenceNumber(java.lang.String aInitKey_attributeValueReferenceNumber)

Set the primary key for this object

Parameters:
aInitKey_attributeValueReferenceNumber - The attribute value reference number
Returns:
void

setInitKey_language_id

public void setInitKey_language_id(java.lang.String aInitKey_language_id)

Set the primary key for this object

Parameters:
aInitKey_language_id - The language id of the attribute value
Returns:
void

setLanguage_id

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

Parameters:
aLanguage_id - The language id of the attribute value
Returns:
void

setLanguage_id

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

Specified by:
setLanguage_id in interface AttributeStringValueAccessBeanData
Parameters:
aLanguage_id - The language id of the attribute value
Returns:
void

setName

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

Specified by:
setName in interface AttributeStringValueAccessBeanData
Parameters:
aName - The name of the attribute value
Returns:
void

setOid

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

Specified by:
setOid in interface AttributeStringValueAccessBeanData
Parameters:
aOid - The Oid of the attribute value
Returns:
void

setOperatorId

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

Parameters:
aOperatorId - The OperatorId of the attribute value
Returns:
void

setOperatorId

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

Specified by:
setOperatorId in interface AttributeStringValueAccessBeanData
Parameters:
aOperatorId - The OperatorId of the attribute value
Returns:
void

setSequenceNumber

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

Parameters:
aSequenceNumber - The sequence number of the attribute value
Returns:
void

setSequenceNumber

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

Specified by:
setSequenceNumber in interface AttributeStringValueAccessBeanData
Parameters:
aSequenceNumber - The sequence number of the attribute value
Returns:
void