|
||||||||
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.ProductSetAccessBean
This bean provides access to the PRODUCTSET table.
The following is a description of this table:
This table holds the definition of a ProductSet. The actual representation of the ProductSet is held in the PRSETCEREL table.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ProductSetAccessBean()
Default constructor. |
|
ProductSetAccessBean(javax.ejb.EJBObject ProductSetEJBObject)
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ProductSetAccessBean(org.w3c.dom.Element ProductSetElement)
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ProductSetAccessBean(java.lang.String astrName,
java.lang.String astrXMLDefinition,
java.lang.Long anMemberId)
|
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByAllNonStatic()
This method returns an enumeration of ProductSet Access Beans that are no static and not marked for deletion. |
ProductSetAccessBean |
findByCatalogIdAndCatalogGroupId(java.lang.Long anCatalogId,
java.lang.Long anCatGroupId)
This method returns the ProductSet Access Beans with the specified Catalog reference number and Catalog Group reference number. |
java.util.Enumeration |
findByName(java.lang.String aDByName)
This method returns an enumeration of ProductSet Access Beans with the specified ProductSet name. |
java.util.Enumeration |
findByNameAndOwner(java.lang.String aDByNameAndOwner,
java.lang.Long aDByNameAndOwner)
This method returns an enumeration of ProductSet Access Beans with the specified name and owner reference number. |
java.lang.String |
getMarkForDelete()
This method provides access to the PRODUCTSET.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the PRODUCTSET.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the PRODUCTSET.NAME column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getOwnerId()
This method provides access to the PRODUCTSET.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOwnerIdInEJBType()
This method provides access to the PRODUCTSET.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getProductSetId()
This method provides access to the PRODUCTSET.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getProductSetIdInEJBType()
This method provides access to the PRODUCTSET.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getPublishTime()
This method provides access to the PRODUCTSET.PUBLISHTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getPublishTimeInEJBType()
This method provides access to the PRODUCTSET.PUBLISHTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getStaticflag()
This method provides access to the PRODUCTSET.STATIC column of DB2 type CHAR(1) NULL. |
java.lang.String |
getXmlDefinition()
This method provides access to the PRODUCTSET.XMLDEFINITION column of DB2 type LONG VARCHAR NULL. |
java.lang.String |
getXmlString()
This method returns the content of the XML in the PRODUCTSET.XMLDEFINITION column of DB2 type LONG VARCHAR NULL. |
boolean |
isChildLevelProductSet(java.lang.Long anCatalogId,
java.lang.Integer aHildLevelProductSet)
This method returns true if this is a Child ProductSet under the supplied ProductSet and exists in the ProductSetVector. |
boolean |
isTopLevelProductSet(java.lang.Long anCatalogId,
java.util.Vector avecabProductSets)
This method returns true if this is a top level ProductSet and exists in the ProductsetVector. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setInitKey_productSetId(java.lang.String aInitKey_productSetId)
Set the primary key for this object |
void |
setMarkForDelete(java.lang.Integer anMarkForDelete)
This method provides access to the PRODUCTSET.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String astrMarkForDelete)
This method provides access to the PRODUCTSET.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String astrName)
This method provides access to the PRODUCTSET.NAME column of DB2 type VARCHAR(32) NULL. |
void |
setOwnerId(java.lang.Long anOwnerId)
This method provides access to the PRODUCTSET.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOwnerId(java.lang.String astrOwnerId)
This method provides access to the PRODUCTSET.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setProductSetId(java.lang.Integer anProductSetId)
This method provides access to the PRODUCTSET.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
void |
setProductSetId(java.lang.String astrProductSetId)
This method provides access to the PRODUCTSET.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL. |
void |
setPublishTime(java.lang.String aPublishTime)
This method provides access to the PRODUCTSET.PUBLISHTIME column of DB2 type TIMESTAMP NULL. |
void |
setPublishTime(java.sql.Timestamp atmPublishTime)
This method provides access to the PRODUCTSET.PUBLISHTIME column of DB2 type TIMESTAMP NULL. |
void |
setStaticflag(java.lang.String astrStaticflag)
This method provides access to the PRODUCTSET.STATIC column of DB2 type CHAR(1) NULL. |
void |
setXmlDefinition(java.lang.String astrXmlDefinition)
This method provides access to the PRODUCTSET.XMLDEFINITION column of DB2 type LONG 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 ProductSetAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ProductSetAccessBean(javax.ejb.EJBObject ProductSetEJBObject) throws java.rmi.RemoteException
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB
ProductSetEJBObject
- The ProductSe. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ProductSetAccessBean(org.w3c.dom.Element ProductSetElement) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Constructor to the object that maps to a corresponding ejbCreate method in the home interface of the EJB
ProductSetElement
- The ProductSet. org.w3c.dom.Elementjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic ProductSetAccessBean(java.lang.String astrName, java.lang.String astrXMLDefinition, java.lang.Long anMemberId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Method 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 findByAllNonStatic() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of ProductSet Access Beans that are no static and not marked for deletion.
SQL:
SELECT * FROM PRODUCTSET WHERE
(PRODUCTSET.MARKFORDELETE = 0 OR PRODUCTSET.MARKFORDELETE IS NULL) AND
(PRODUCTSET.STATIC = '0' OR PRODUCTSET.STATIC IS NULL)
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic ProductSetAccessBean findByCatalogIdAndCatalogGroupId(java.lang.Long anCatalogId, java.lang.Long anCatGroupId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the ProductSet Access Beans with the specified Catalog reference number and Catalog Group reference number. It searched into the CATGRPPS table and find the ProductSet reference number with the specified Catalog reference number and Catalog Group reference number and then return the ProductSet Access Bean with that ProductSet reference number.
anCatalogId
- The Catalog reference number. java.lang.LonganCatGroupId
- The Catalog Group 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 findByName(java.lang.String aDByName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of ProductSet Access Beans with the specified ProductSet name.
SQL:
SELECT * FROM PRODUCTSET WHERE PRODUCTSET.NAME = astrName
astrName
- The name of the ProductSet. java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByNameAndOwner(java.lang.String aDByNameAndOwner, java.lang.Long aDByNameAndOwner) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of ProductSet Access Beans with the specified name and owner reference number.
SQL:
SELECT * FROM PRODUCTSET WHERE
PRODUCTSET.NAME = astrName AND
PRODUCTSET.MEMBER_ID = anMemberId
astrName
- The name of the ProductSet java.lang.StringanMemberId
- The owner of the ProductSet 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.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this ProductSet has been marked for deletion:
0 = No.
1 = Marked for deletion.
getMarkForDelete
in interface ProductSetAccessBeanData
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 getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this ProductSet has been marked for deletion:
0 = No.
1 = Marked for deletion.
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 getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.NAME column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The name given to this ProductSet.
getName
in interface ProductSetAccessBeanData
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 getOwnerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of this ProductSet.
getOwnerId
in interface ProductSetAccessBeanData
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 getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of this ProductSet.
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 getProductSetId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the ProductSet.
getProductSetId
in interface ProductSetAccessBeanData
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 getProductSetIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number.
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 getPublishTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.PUBLISHTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when this ProductSet was published to the PRSETCEREL table.
getPublishTime
in interface ProductSetAccessBeanData
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.sql.Timestamp getPublishTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.PUBLISHTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when this ProductSet was published to the PRSETCEREL table.
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 getStaticflag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.STATIC column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Indicates whether this ProductSet can be changed. If this column is set to "1", then this PoductSet will never be re-published or synchronized.
getStaticflag
in interface ProductSetAccessBeanData
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 getXmlDefinition() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PRODUCTSET.XMLDEFINITION column of DB2 type LONG VARCHAR NULL.
The following is a description of this column:
Holds the XML definition of this ProductSet according to the B2BProductSet.dtd.
getXmlDefinition
in interface ProductSetAccessBeanData
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 getXmlString() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the content of the XML in the PRODUCTSET.XMLDEFINITION column of DB2 type LONG VARCHAR NULL.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean isChildLevelProductSet(java.lang.Long anCatalogId, java.lang.Integer aHildLevelProductSet) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
anCatalogId
- The Catalog reference number. java.lang.LonganProductSetId
- The ProductSet reference number. java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean isTopLevelProductSet(java.lang.Long anCatalogId, java.util.Vector avecabProductSets) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
anCatalogId
- The Catalog reference number. java.lang.LongavecabProductSets
- The ProductSet Vector. java.util.Vectorjava.rmi.RemoteException
- The java.rmi.RemoteException 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 setInitKey_productSetId(java.lang.String aInitKey_productSetId)
Set the primary key for this object
aInitKey_productSetId
- The ProductSet reference number. java.lang.Stringpublic void setMarkForDelete(java.lang.Integer anMarkForDelete)
This method provides access to the PRODUCTSET.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this ProductSet has been marked for deletion:
0 = No.
1 = Marked for deletion.
anMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String astrMarkForDelete)
This method provides access to the PRODUCTSET.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this ProductSet has been marked for deletion:
0 = No.
1 = Marked for deletion.
setMarkForDelete
in interface ProductSetAccessBeanData
astrMarkForDelete
- java.lang.Stringpublic void setName(java.lang.String astrName)
This method provides access to the PRODUCTSET.NAME column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The name given to this ProductSet.
setName
in interface ProductSetAccessBeanData
astrName
- The name of the ProductSet java.lang.Stringpublic void setOwnerId(java.lang.Long anOwnerId)
This method provides access to the PRODUCTSET.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of this ProductSet.
anOwnerId
- The owner of the ProductSet. java.lang.Longpublic void setOwnerId(java.lang.String astrOwnerId)
This method provides access to the PRODUCTSET.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of this ProductSet.
setOwnerId
in interface ProductSetAccessBeanData
astrOwnerId
- The owner of the ProductSet. java.lang.Stringpublic void setProductSetId(java.lang.Integer anProductSetId)
This method provides access to the PRODUCTSET.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the ProductSet.
anProductSetId
- java.lang.Integerpublic void setProductSetId(java.lang.String astrProductSetId)
This method provides access to the PRODUCTSET.PRODUCTSET_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the ProductSet.
setProductSetId
in interface ProductSetAccessBeanData
astrProductSetId
- The ProductSet reference number. java.lang.Stringpublic void setPublishTime(java.lang.String aPublishTime)
This method provides access to the PRODUCTSET.PUBLISHTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when this ProductSet was published to the PRSETCEREL table.
setPublishTime
in interface ProductSetAccessBeanData
astrPublishTime
- The time the ProductSet was published. java.lang.Stringpublic void setPublishTime(java.sql.Timestamp atmPublishTime)
This method provides access to the PRODUCTSET.PUBLISHTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time when this ProductSet was published to the PRSETCEREL table.
atmPublishTime
- The time the ProductSet was published. java.sql.Timestamppublic void setStaticflag(java.lang.String astrStaticflag)
This method provides access to the PRODUCTSET.STATIC column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Indicates whether this ProductSet can be changed. If this column is set to "1", then this PoductSet will never be re-published or synchronized.
setStaticflag
in interface ProductSetAccessBeanData
astrStaticflag
- The static flag of the ProductSet. java.lang.Stringpublic void setXmlDefinition(java.lang.String astrXmlDefinition)
This method provides access to the PRODUCTSET.XMLDEFINITION column of DB2 type LONG NULL.
The following is a description of this column:
Holds the XML definition of this ProductSet according to the B2BProductSet.dtd.
setXmlDefinition
in interface ProductSetAccessBeanData
astrXmlDefinition
- The XML Definition of the ProductSet. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |