|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CompositeCatalogEntryAccessBean
This bean provides access to the CATENTREL table.
The following is a description of this table:
This table holds containment relationships between CatalogEntries. Examples of these relationships are Product-Item, Bundle, and Package relationships. This table should not be used for peer-to-peer catalog relationships, such as cross-sells.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CompositeCatalogEntryAccessBean()
Default constructor. |
|
CompositeCatalogEntryAccessBean(com.ibm.commerce.catalog.objects.CompositeCatalogEntryKey key)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
CompositeCatalogEntryAccessBean(javax.ejb.EJBObject compCatEntryEJBObj)
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 |
findBundleComponents(java.lang.Long catEntryID)
Finds the composite catalog entry with the parent catalog entry ID. |
java.util.Enumeration |
findPackageComponents(java.lang.Long catEntryID)
Finds the composite catalog entry with the catalog entry ID. |
CatalogEntryAccessBean |
getCompositeCatalogEntry()
This method provides access to the CATENTREL.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getField1()
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField2()
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField2InEJBType()
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL. |
java.lang.String |
getField3()
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField3InEJBType()
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getFromCatalogEntryReferenceNumber()
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getFromCatalogEntryReferenceNumberInEJBType()
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getGroupName()
This method provides access to the CATENTREL.GROUPNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getOid()
This method provides access to the CATENTREL.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getQuantity()
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL. |
java.lang.String |
getToCatalogEntryReferenceNumber()
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getToCatalogEntryReferenceNumberInEJBType()
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setField1(java.lang.String field1)
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.Integer field2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String field2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField3(java.math.BigDecimal field3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String field3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setFromCatalogEntryReferenceNumber(java.lang.Long fromCatEntryID)
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
void |
setFromCatalogEntryReferenceNumber(java.lang.String fromCatEntryID)
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
void |
setGroupName(java.lang.String grpName)
This method provides access to the CATENTREL.GROUPNAME column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_fromCatalogEntryReferenceNumber(java.lang.String fromCatEntryID)
Set the primary key for this object |
void |
setInitKey_relationship_type(java.lang.String relType)
Set the primary key for this object |
void |
setInitKey_toCatalogEntryReferenceNumber(java.lang.String toCatEntryID)
Set the primary key for this object |
void |
setOid(java.lang.String OID)
This method provides access to the CATENTREL.OID column of DB2 type VARCHAR(64) NULL. |
void |
setQuantity(java.lang.Double quantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL. |
void |
setQuantity(java.lang.String quantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL. |
void |
setToCatalogEntryReferenceNumber(java.lang.Long toCatEntryID)
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
void |
setToCatalogEntryReferenceNumber(java.lang.String catEntryRefNum)
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompositeCatalogEntryAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CompositeCatalogEntryAccessBean(com.ibm.commerce.catalog.objects.CompositeCatalogEntryKey key) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the composite catalog entry according to the key.
key
- The composite catalog entry key. com.ibm.commerce.catalog.objects.CompositeCatalogEntryKeyjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CompositeCatalogEntryAccessBean(javax.ejb.EJBObject compCatEntryEJBObj) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
compCatEntryEJBObj
- The composite catalog entry EJB Object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findBundleComponents(java.lang.Long catEntryID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the composite catalog entry with the parent catalog entry ID.
SQL:
SELECT CATENTREL.CATENTRY_ID_CHILD, CATENTREL.SEQUENCE, CATENTREL.QUANTITY, CATENTREL.CATENTRY_ID_PARENT, CATENTREL.CATRELTYPE_ID, CATENTREL.FIELD1, CATENTREL.FIELD2, CATENTREL.FIELD3, CATENTREL.GROUPNAME, CATENTREL.OID
FROM CATENTREL, CATENTRY
WHERE CATENTRY.MARKFORDELETE = 0
AND CATENTREL.CATENTRY_ID_PARENT = catEntryID
AND CATENTREL.CATRELTYPE_ID = 'BUNDLE_COMPONENT'
AND CATENTRY.CATENTRY_ID = CATENTREL.CATENTRY_ID_CHILD
ORDER BY CATENTREL.SEQUENCE
catEntryID
- The catalog entry reference number. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findPackageComponents(java.lang.Long catEntryID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the composite catalog entry with the catalog entry ID.
SQL:
SELECT CATENTREL.CATENTRY_ID_CHILD, CATENTREL.SEQUENCE, CATENTREL.QUANTITY, CATENTREL.CATENTRY_ID_PARENT, CATENTREL.CATRELTYPE_ID, CATENTREL.FIELD1, CATENTREL.FIELD2, CATENTREL.FIELD3, CATENTREL.GROUPNAME, CATENTREL.OID
FROM CATENTREL, CATENTRY
WHERE CATENTRY.MARKFORDELETE = 0
AND CATENTREL.CATENTRY_ID_PARENT = catEntryID
AND CATENTREL.CATRELTYPE_ID = 'PACKAGE_COMPONENT'
AND CATENTRY.CATENTRY_ID = CATENTREL.CATENTRY_ID_CHILD
ORDER BY T1.SEQUENCE
catEntryID
- The catalog entry reference number. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CatalogEntryAccessBean getCompositeCatalogEntry() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method provides access to the CATENTREL.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The sequence number used to determine the display order.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField1
in interface CompositeCatalogEntryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField2
in interface CompositeCatalogEntryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField3
in interface CompositeCatalogEntryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFromCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the source CatalogEntry in this relationship.
getFromCatalogEntryReferenceNumber
in interface CompositeCatalogEntryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getFromCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the source CatalogEntry in this relationship.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getGroupName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.GROUPNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getGroupName
in interface CompositeCatalogEntryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOid() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getOid
in interface CompositeCatalogEntryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
getQuantity
in interface CompositeCatalogEntryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getToCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the target CatalogEntry in this relationship.
getToCatalogEntryReferenceNumber
in interface CompositeCatalogEntryAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getToCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the target CatalogEntry in this relationship.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setField1(java.lang.String field1)
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField1
in interface CompositeCatalogEntryAccessBeanData
field1
- The customizable field. java.lang.Stringpublic void setField2(java.lang.Integer field2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
field2
- The customizable field. java.lang.Integerpublic void setField2(java.lang.String field2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField2
in interface CompositeCatalogEntryAccessBeanData
field2
- The customizable field. java.lang.Stringpublic void setField3(java.math.BigDecimal field3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
field3
- The customizable field. java.math.BigDecimalpublic void setField3(java.lang.String field3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField3
in interface CompositeCatalogEntryAccessBeanData
field3
- The customizable field. java.lang.Stringpublic void setFromCatalogEntryReferenceNumber(java.lang.Long fromCatEntryID)
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the source CatalogEntry in this relationship.
fromCatEntryID
- The From catalog entry ID. java.lang.Longpublic void setFromCatalogEntryReferenceNumber(java.lang.String fromCatEntryID)
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the source CatalogEntry in this relationship.
setFromCatalogEntryReferenceNumber
in interface CompositeCatalogEntryAccessBeanData
fromCatEntryID
- The From catalog entry reference number. java.lang.Stringpublic void setGroupName(java.lang.String grpName)
This method provides access to the CATENTREL.GROUPNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setGroupName
in interface CompositeCatalogEntryAccessBeanData
grpName
- The group name. java.lang.Stringpublic void setInitKey_fromCatalogEntryReferenceNumber(java.lang.String fromCatEntryID)
Set the primary key for this object
fromCatEntryID
- The From catalog entry reference number. java.lang.Stringpublic void setInitKey_relationship_type(java.lang.String relType)
Set the primary key for this object
relType
- The relationship type. java.lang.Stringpublic void setInitKey_toCatalogEntryReferenceNumber(java.lang.String toCatEntryID)
Set the primary key for this object
toCatEntryID
- The To catalog entry reference number. java.lang.Stringpublic void setOid(java.lang.String OID)
This method provides access to the CATENTREL.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setOid
in interface CompositeCatalogEntryAccessBeanData
OID
- The object identifier. java.lang.Stringpublic void setQuantity(java.lang.Double quantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
quantity
- The quantity. java.lang.Doublepublic void setQuantity(java.lang.String quantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
setQuantity
in interface CompositeCatalogEntryAccessBeanData
quantity
- The quantity. java.lang.Stringpublic void setToCatalogEntryReferenceNumber(java.lang.Long toCatEntryID)
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the target CatalogEntry in this relationship.
toCatEntryID
- The To catalog entry ID. java.lang.Longpublic void setToCatalogEntryReferenceNumber(java.lang.String catEntryRefNum)
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the target CatalogEntry in this relationship.
setToCatalogEntryReferenceNumber
in interface CompositeCatalogEntryAccessBeanData
catEntryRefNum
- The To catalog reference number. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |