|
||||||||
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.CatalogEntryRelationAccessBean
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 | |
CatalogEntryRelationAccessBean()
Default constructor. |
|
CatalogEntryRelationAccessBean(javax.ejb.EJBObject aEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogEntryRelationAccessBean(java.lang.Long aCatalogEntryIdParent,
java.lang.Long aCatalogEntryIdChild,
java.lang.String aCatalogEntryRelationType)
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 |
findByCatalogEntryChildId(java.lang.Long aCatentryChildId)
This method returns an Enumeration of CatalogEntryRelationAccessBean with the given child Catalog Entry reference number. |
java.util.Enumeration |
findByCatalogEntryParentId(java.lang.Long aCatentryParentId)
This method returns an Enumeration of CatalogEntryRelationAccessBean with the given parent Catalog Entry reference number. |
java.lang.String |
getCatalogEntryIdChild()
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryIdChildInEJBType()
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCatalogEntryIdParent()
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryIdParentInEJBType()
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getCatalogRelationTypeId()
This method provides access to the CATENTREL.CATRELTYPE_ID column of DB2 type CHARACTER (32) 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 |
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 DOUBLE NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the CATENTREL.QUANTITY column of DB2 type DOUBLE NULL. |
java.lang.String |
getSequence()
This method provides access to the CATENTREL.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0. |
java.lang.Double |
getSequenceInEJBType()
This method provides access to the CATENTREL.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatalogEntryIdChild(java.lang.Long aCatentryIdChild)
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryIdChild(java.lang.String aCatentryIdChild)
This method provides access to the CATENTREL.CATENTRY_ID_CHILD column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryIdParent(java.lang.Long aCatentryIdParent)
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryIdParent(java.lang.String aCatentryIdParent)
This method provides access to the CATENTREL.CATENTRY_ID_PARENT column of DB2 type BIGINT NOT NULL. |
void |
setCatalogRelationTypeId(java.lang.String aType)
This method provides access to the CATENTREL.CATRELTYPE_ID column of DB2 type CHARACTER (32) NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR (254) NULL. |
void |
setField2(java.lang.Integer aField2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField3(java.math.BigDecimal aField3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL (20, 5)_ NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL (20, 5)_ NULL. |
void |
setGroupName(java.lang.String aGroupName)
This method provides access to the CATENTREL.GROUPNAME column of DB2 type VARCHAR (254) NULL. |
void |
setInitKey_catalogEntryIdChild(java.lang.String aCatentryIdChild)
Set the primary key for this object |
void |
setInitKey_catalogEntryIdParent(java.lang.String aCatentryIdParent)
Set the primary key for this object |
void |
setInitKey_catalogRelationTypeId(java.lang.String aCatentryRelationTypeId)
Set the primary key for this object |
void |
setOID(java.lang.String aOID)
This method provides access to the CATENTREL.OID column of DB2 type VARCHAR (64) NULL. |
void |
setQuantity(java.lang.Double aQuantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type DOUBLE NULL. |
void |
setQuantity(java.lang.String aQuantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type DOUBLE NULL. |
void |
setSequence(java.lang.Double aSequence)
This method provides access to the CATENTREL.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0. |
void |
setSequence(java.lang.String aSequence)
This method provides access to the CATENTREL.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0. |
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 CatalogEntryRelationAccessBean()
Default constructor. It is used to initialize the access bean.
public CatalogEntryRelationAccessBean(javax.ejb.EJBObject aEJBObj) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aEJBObj
- The catalog entry relation EJB object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogEntryRelationAccessBean(java.lang.Long aCatalogEntryIdParent, java.lang.Long aCatalogEntryIdChild, java.lang.String aCatalogEntryRelationType) 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
aCatalogEntryIdParent
- The parent Catalog Entry reference number. java.lang.LongaCatalogEntryIdChild
- The child Catalog Entry reference number. java.lang.LongaCatalogEntryRelationType
- The Catalog Entry relationship type. java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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 findByCatalogEntryChildId(java.lang.Long aCatentryChildId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CatalogEntryRelationAccessBean with the given child Catalog Entry reference number.
SQL:
SELECT * FROM CATENTREL WHERE CATENTREL.CATENTRY_ID_CHILD = aCatentryChildId
aCatentryChildId
- The child Catalog Entry reference numberjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalogEntryParentId(java.lang.Long aCatentryParentId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an Enumeration of CatalogEntryRelationAccessBean with the given parent Catalog Entry reference number.
SQL:
SELECT * FROM CATENTREL WHERE CATENTREL.CATENTRY_ID_PARENT = aCatentryParentId
aCatentryParentId
- The parent Catalog Entry reference numberjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCatalogEntryIdChild() 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.
getCatalogEntryIdChild
in interface CatalogEntryRelationAccessBeanData
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 getCatalogEntryIdChildInEJBType() 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 java.lang.String getCatalogEntryIdParent() 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.
getCatalogEntryIdParent
in interface CatalogEntryRelationAccessBeanData
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 getCatalogEntryIdParentInEJBType() 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 getCatalogRelationTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.CATRELTYPE_ID column of DB2 type CHARACTER (32) NOT NULL.
The following is a description of this column:
The type of relationship: PRODUCT_ITEM, PACKAGE_COMPONENT or BUNDLE_COMPONENT. Foreign key to the CATRELTYPE table.
getCatalogRelationTypeId
in interface CatalogEntryRelationAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A customizable field
getField1
in interface CatalogEntryRelationAccessBeanData
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:
A customizable field
getField2
in interface CatalogEntryRelationAccessBeanData
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:
A customizable field
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String 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:
A customizable field
getField3
in interface CatalogEntryRelationAccessBeanData
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:
A customizable field
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String 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 CatalogEntryRelationAccessBeanData
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 CatalogEntryRelationAccessBeanData
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 DOUBLE NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
getQuantity
in interface CatalogEntryRelationAccessBeanData
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 DOUBLE 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 getSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0.
The following is a description of this column:
The sequence number used to determine the display order.
getSequence
in interface CatalogEntryRelationAccessBeanData
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 getSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTREL.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0.
The following is a description of this column:
The sequence number used to determine the display order.
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 setCatalogEntryIdChild(java.lang.Long aCatentryIdChild)
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.
aCatentryIdChild
- The child Catalog Entry reference number. java.lang.Longpublic void setCatalogEntryIdChild(java.lang.String aCatentryIdChild)
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.
setCatalogEntryIdChild
in interface CatalogEntryRelationAccessBeanData
aCatentryIdChild
- The child Catalog Entry reference number. java.lang.Stringpublic void setCatalogEntryIdParent(java.lang.Long aCatentryIdParent)
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.
aCatentryIdParent
- The parent Catalog Entry reference number. java.lang.Longpublic void setCatalogEntryIdParent(java.lang.String aCatentryIdParent)
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.
setCatalogEntryIdParent
in interface CatalogEntryRelationAccessBeanData
aCatentryIdParent
- The parent Catalog Entry reference number. java.lang.Stringpublic void setCatalogRelationTypeId(java.lang.String aType)
This method provides access to the CATENTREL.CATRELTYPE_ID column of DB2 type CHARACTER (32) NOT NULL.
The following is a description of this column:
The type of relationship: PRODUCT_ITEM, PACKAGE_COMPONENT or BUNDLE_COMPONENT. Foreign key to the CATRELTYPE table.
setCatalogRelationTypeId
in interface CatalogEntryRelationAccessBeanData
aType
- The Catalog Entry relationship type. java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the CATENTREL.FIELD1 column of DB2 type VARCHAR (254) NULL.
The following is a description of this column:
A customizable field
setField1
in interface CatalogEntryRelationAccessBeanData
aField1
- The field1. java.lang.Stringpublic void setField2(java.lang.Integer aField2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
A customizable field
aField2
- The field2. java.lang.Integerpublic void setField2(java.lang.String aField2)
This method provides access to the CATENTREL.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
A customizable field
setField2
in interface CatalogEntryRelationAccessBeanData
aField2
- The field2. java.lang.Stringpublic void setField3(java.math.BigDecimal aField3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL (20, 5)_ NULL.
The following is a description of this column:
A customizable field
aField3
- The field3. java.math.BigDecimalpublic void setField3(java.lang.String aField3)
This method provides access to the CATENTREL.FIELD3 column of DB2 type DECIMAL (20, 5)_ NULL.
The following is a description of this column:
A customizable field
setField3
in interface CatalogEntryRelationAccessBeanData
aField3
- The field3. java.lang.Stringpublic void setGroupName(java.lang.String aGroupName)
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 CatalogEntryRelationAccessBeanData
aGroupName
- The group name. java.lang.Stringpublic void setInitKey_catalogEntryIdChild(java.lang.String aCatentryIdChild)
Set the primary key for this object
aCatentryIdChild
- The child catalog entry ID. java.lang.Stringpublic void setInitKey_catalogEntryIdParent(java.lang.String aCatentryIdParent)
Set the primary key for this object
aCatentryIdParent
- The parent catalog entry ID. java.lang.Stringpublic void setInitKey_catalogRelationTypeId(java.lang.String aCatentryRelationTypeId)
Set the primary key for this object
aCatentryRelationTypeId
- The catalog entry relationship type. java.lang.Stringpublic void setOID(java.lang.String aOID)
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 CatalogEntryRelationAccessBeanData
aOID
- The OID. java.lang.Stringpublic void setQuantity(java.lang.Double aQuantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
aQuantity
- The quantity. java.lang.Doublepublic void setQuantity(java.lang.String aQuantity)
This method provides access to the CATENTREL.QUANTITY column of DB2 type DOUBLE NULL.
The following is a description of this column:
A quantity that can be associated with the relationship.
setQuantity
in interface CatalogEntryRelationAccessBeanData
aQuantity
- The quantity. java.lang.Stringpublic void setSequence(java.lang.Double aSequence)
This method provides access to the CATENTREL.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0.
The following is a description of this column:
The sequence number used to determine the display order.
aSequence
- The sequence number. java.lang.Doublepublic void setSequence(java.lang.String aSequence)
This method provides access to the CATENTREL.SEQUENCE column of DB2 type DOUBLE NOT NULL DEFAULT 0.
The following is a description of this column:
The sequence number used to determine the display order.
setSequence
in interface CatalogEntryRelationAccessBeanData
aSequence
- The sequence number. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |