java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.AttributeFloatValueAccessBean
This table holds the values assigned to product Attributes and relates them back to CatalogEntries for SKU resolution.
Constructor Summary | |
---|---|
AttributeFloatValueAccessBean() constructor | |
AttributeFloatValueAccessBean(java.lang.Integer arg0,
java.lang.Long arg1, java.lang.Long arg2) constructor | |
AttributeFloatValueAccessBean(java.lang.Integer arg0,
java.lang.Long arg1, java.lang.Long arg2, java.lang.Double arg3) constructor | |
AttributeFloatValueAccessBean(java.lang.Integer arg0,
java.lang.Long arg1, java.lang.Long arg2, java.lang.Double arg3,
java.lang.String arg4) constructor | |
AttributeFloatValueAccessBean(java.lang.Integer arg0,
java.lang.Long arg1, java.lang.Long arg2, java.lang.Long arg3,
java.lang.String arg4) constructor | |
AttributeFloatValueAccessBean(javax.ejb.EJBObject o) constructor | |
AttributeFloatValueAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Long arg2, java.lang.Long arg3) constructor | |
AttributeFloatValueAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Long arg2, java.lang.Long arg3,
java.lang.Double arg4) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByAttribute(java.lang.Long arg0,
java.lang.Integer arg1) This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber and LanguageId. |
java.util.Enumeration |
findByAttributeIdLanguageAndName(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.String arg2) This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber, LanguageId and AttributeValueName. |
java.util.Enumeration |
findByAttributeIdLanguageAndSequence(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Double arg2) This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber, LanguageId and SequenceNumber. |
java.util.Enumeration |
findByAttributeIdWithDefaultCatalogEntry(java.lang.Long arg0) This method returns an Enumeration of AttributeFloatValueAccessBean with the given AttributeReferenceNumber of a Default CatalogEntry. |
java.util.Enumeration |
findByAttributeValueId(java.lang.Long arg0) This method returns an Enumeration of AttributeFloatValueAccessBean with the given attribute value reference number. |
java.util.Enumeration |
findByAttributeValueIdWithDefaultCatalogEntry(java.lang.Long arg0) 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 arg0) This method returns an Enumeration of AttributeFloatValueAccessBean with the given CatalogEntry reference number. |
AttributeFloatValueAccessBean |
findByCatalogEntryLanguageAndName(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.String arg2) This method returns an AttributeFloatValueAccessBean with the given CatalogEntry reference number, language Id and name. |
java.util.Enumeration |
findByCatEntryIdLanguageIdAndAttributeId(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Long arg2) This method returns an Enumeration of AttributeFloatValueAccessBean with the given CatalogEntry reference number, language Id and attribute reference number. |
AttributeAccessBean |
getAttribute() This method accesses a non-CMP field |
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). |
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. |
java.lang.Integer |
getField1InEJBType() This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER. |
java.lang.String |
getField2() This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR(254). |
java.lang.String |
getField3() This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR(254). |
java.lang.String |
getImage1() This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR(254). |
java.lang.String |
getImage2() This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR(254). |
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 arg0,
java.lang.Integer arg1) This method accesses a non-CMP field |
java.lang.Double |
getMaxSequenceForAttributeAndLanguageAndCatEntry(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Long arg2) This method accesses a non-CMP field |
java.lang.String |
getName() This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR(254). |
java.lang.String |
getOid() This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR(64). |
java.lang.String |
getOperatorId() This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER. |
java.lang.Integer |
getOperatorIdInEJBType() This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER. |
java.lang.String |
getSequenceNumber() This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
java.lang.Double |
getSequenceNumberInEJBType() This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
java.lang.String |
getType() This method accesses a non-CMP field |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAttributeReferenceNumber(java.lang.Long newValue) This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeReferenceNumber(java.lang.String newValue) This method provides access to the ATTRVALUE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeValue(java.lang.Object arg0) This method provides access to the ATTRVALUE.STRINGVALUE column of DB2 type CHAR(254). |
void |
setAttributeValueReferenceNumber(java.lang.Long newValue) This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeValueReferenceNumber(java.lang.String newValue) This method provides access to the ATTRVALUE.ATTRVALUE_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryReferenceNumber(java.lang.Long newValue) This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryReferenceNumber(java.lang.String newValue) This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setField1(java.lang.Integer newValue) This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER. |
void |
setField1(java.lang.String newValue) This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER. |
void |
setField2(java.lang.String newValue) This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR(254). |
void |
setField3(java.lang.String newValue) This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR(254). |
void |
setImage1(java.lang.String newValue) This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR(254). |
void |
setImage2(java.lang.String newValue) This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR(254). |
void |
setInitKey_attributeValueReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_language_id(java.lang.String newValue) Set the primary key for this object |
void |
setLanguage_id(java.lang.Integer newValue) This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguage_id(java.lang.String newValue) This method provides access to the ATTRVALUE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String newValue) This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR(254). |
void |
setOid(java.lang.String newValue) This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR(64). |
void |
setOperatorId(java.lang.Integer newValue) This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER. |
void |
setOperatorId(java.lang.String newValue) This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER. |
void |
setSequenceNumber(java.lang.Double newValue) This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
void |
setSequenceNumber(java.lang.String newValue) This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeFloatValueAccessBean()
public AttributeFloatValueAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public AttributeFloatValueAccessBean(java.lang.Integer arg0, java.lang.Long arg1, java.lang.Long arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Longarg2
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public AttributeFloatValueAccessBean(java.lang.Integer arg0, java.lang.Long arg1, java.lang.Long arg2, java.lang.Double arg3) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Longarg2
- java.lang.Longarg3
- java.lang.Doublejavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public AttributeFloatValueAccessBean(java.lang.Integer arg0, java.lang.Long arg1, java.lang.Long arg2, java.lang.Double arg3, java.lang.String arg4) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Longarg2
- java.lang.Longarg3
- java.lang.Doublearg4
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public AttributeFloatValueAccessBean(java.lang.Integer arg0, java.lang.Long arg1, java.lang.Long arg2, java.lang.Long arg3, java.lang.String arg4) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Longarg2
- java.lang.Longarg3
- java.lang.Longarg4
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public AttributeFloatValueAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Long arg2, java.lang.Long arg3) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Longarg3
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public AttributeFloatValueAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Long arg2, java.lang.Long arg3, java.lang.Double arg4) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Longarg3
- java.lang.Longarg4
- java.lang.Doublejavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public AttributeFloatValueAccessBean findByCatalogEntryLanguageAndName(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) 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 = argCatEntryId AND
ATTRVALUE.LANGUAGE_ID = argLanguageId and ATTRVALUE.NAME =
argName
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByAttribute(java.lang.Long arg0, java.lang.Integer arg1) 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 =
attributeReferenceId AND ATTRVALUE.LANGUAGE_ID =
attributeReferenceId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByAttributeIdLanguageAndName(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) 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 = aAttributeId and
ATTRVALUE.LANGUAGE_ID = aLanguageId and ATTRVALUE.NAME =
aName
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByAttributeIdLanguageAndSequence(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Double arg2) 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 = aAttributeId and
ATTRVALUE.LANGUAGE_ID = aLanguageId and ATTRVALUE.SEQUENCE =
sequence
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByAttributeIdWithDefaultCatalogEntry(java.lang.Long arg0) 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 = aAttributeId and
ATTRVALUE.CATENTRY_ID = 0
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByAttributeValueId(java.lang.Long arg0) 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 =
aAttributeValueId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByAttributeValueIdWithDefaultCatalogEntry(java.lang.Long arg0) 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 =
aAttributeValueId AND ATTRVALUE.CATENTRY_ID = 0
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByCatEntryIdLanguageIdAndAttributeId(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Long arg2) 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 = argCatEntryId AND
ATTRVALUE.LANGUAGE_ID = argLanguageId and ATTRVALUE.ATTRIBUTE_ID =
argAttributeId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByCatalogEntry(java.lang.Long arg0) 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 =
catalogEntryReferenceNumber
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_language_id(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_attributeValueReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
The following is a description of this column:
Reserved for IBM internal use.
getOperatorId
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOperatorId(java.lang.String newValue)
This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
setOperatorId
in interface
AttributeFloatValueAccessBeanData
newValue
- Stringpublic void setOperatorId(java.lang.Integer newValue)
This method provides access to the ATTRVALUE.OPERATOR_ID column of DB2 type INTEGER.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Integerpublic 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 DEFAULT 0.
The following is a description of this column:
A sequence number that determines the display order of Attribute Values for a given Attribute.
getSequenceNumber
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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 DEFAULT 0.
The following is a description of this column:
A sequence number that determines the display order of Attribute Values for a given Attribute.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSequenceNumber(java.lang.String newValue)
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
A sequence number that determines the display order of Attribute Values for a given Attribute.
setSequenceNumber
in interface
AttributeFloatValueAccessBeanData
newValue
- Stringpublic void setSequenceNumber(java.lang.Double newValue)
This method provides access to the ATTRVALUE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
A sequence number that determines the display order of Attribute Values for a given Attribute.
newValue
- java.lang.Doublepublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAttributeValueReferenceNumber(java.lang.String newValue)
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
newValue
- Stringpublic void setAttributeValueReferenceNumber(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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:
Reserved for IBM internal use.
getCatalogEntryReferenceNumber
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogEntryReferenceNumber(java.lang.String newValue)
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setCatalogEntryReferenceNumber
in interface
AttributeFloatValueAccessBeanData
newValue
- Stringpublic void setCatalogEntryReferenceNumber(java.lang.Long newValue)
This method provides access to the ATTRVALUE.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Longpublic 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).
The following is a description of this column:
Customizable.
getField3
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField3(java.lang.String newValue)
This method provides access to the ATTRVALUE.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField3
in interface
AttributeFloatValueAccessBeanData
newValue
- java.lang.Stringpublic 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).
The following is a description of this column:
Customizable.
getField2
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
This method provides access to the ATTRVALUE.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField2
in interface
AttributeFloatValueAccessBeanData
newValue
- java.lang.Stringpublic 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.
The following is a description of this column:
Customizable.
getField1
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
setField1
in interface
AttributeFloatValueAccessBeanData
newValue
- Stringpublic void setField1(java.lang.Integer newValue)
This method provides access to the ATTRVALUE.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
newValue
- java.lang.Integerpublic 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 reference number of the attribute to which this attribute value applies.
getAttributeReferenceNumber
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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 reference number of the attribute to which this attribute value applies.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAttributeReferenceNumber(java.lang.String newValue)
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 reference number of the attribute to which this attribute value applies.
setAttributeReferenceNumber
in interface
AttributeFloatValueAccessBeanData
newValue
- Stringpublic void setAttributeReferenceNumber(java.lang.Long newValue)
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 reference number of the attribute to which this attribute value applies.
newValue
- java.lang.Longpublic 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).
The following is a description of this column:
Reserved for IBM internal use.
getOid
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOid(java.lang.String newValue)
This method provides access to the ATTRVALUE.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
setOid
in interface
AttributeFloatValueAccessBeanData
newValue
- java.lang.Stringpublic 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).
The following is a description of this column:
The image path of this Attribute Value.
getImage2
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setImage2(java.lang.String newValue)
This method provides access to the ATTRVALUE.IMAGE2 column of DB2 type VARCHAR(254).
The following is a description of this column:
The image path of this Attribute Value.
setImage2
in interface
AttributeFloatValueAccessBeanData
newValue
- java.lang.Stringpublic 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).
The following is a description of this column:
The image path of this Attribute Value.
getImage1
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setImage1(java.lang.String newValue)
This method provides access to the ATTRVALUE.IMAGE1 column of DB2 type VARCHAR(254).
The following is a description of this column:
The image path of this Attribute Value.
setImage1
in interface
AttributeFloatValueAccessBeanData
newValue
- java.lang.Stringpublic 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 Identifier of the language. For a list of language components, see the LANGUAGE table.
getLanguage_id
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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 Identifier of the language. For a list of language components, see the LANGUAGE table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLanguage_id(java.lang.String newValue)
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 Identifier of the language. For a list of language components, see the LANGUAGE table.
setLanguage_id
in interface
AttributeFloatValueAccessBeanData
newValue
- Stringpublic void setLanguage_id(java.lang.Integer newValue)
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 Identifier of the language. For a list of language components, see the LANGUAGE table.
newValue
- java.lang.Integerpublic java.lang.String getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getType
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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).
The following is a description of this column:
The name given to this Attribute Value.
getName
in interface
AttributeFloatValueAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
This method provides access to the ATTRVALUE.NAME column of DB2 type VARCHAR(254).
The following is a description of this column:
The name given to this Attribute Value.
setName
in interface
AttributeFloatValueAccessBeanData
newValue
- java.lang.Stringpublic AttributeAccessBean getAttribute() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Double getMaxSequenceForAttributeAndLanguage(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.sql.SQLException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
java.sql.SQLException
javax.ejb.FinderException
java.rmi.RemoteException
public java.lang.Double getMaxSequenceForAttributeAndLanguageAndCatEntry(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Long arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.sql.SQLException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
java.sql.SQLException
javax.ejb.FinderException
java.rmi.RemoteException
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).
The following is a description of this column:
If this type of Attribute Value is STRING, then this column will hold the Attribute Value. If the type is not STRING, then this column will be NULL.
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
public void setAttributeValue(java.lang.Object arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRVALUE.STRINGVALUE column of DB2 type CHAR(254).
The following is a description of this column:
If this type of Attribute Value is STRING, then this column will hold the Attribute Value. If the type is not STRING, then this column will be NULL.
arg0
- java.lang.Objectjava.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException