|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogBean
This bean provides access to the CATALOG table.
The following is a description of this table:
This table holds the information related to a Catalog.
Constructor Summary | |
CatalogBean()
|
Method Summary | |
java.lang.Long |
getCatalogReferenceNumber()
This method provides access to the CATALOG.CATALOG_ID column of DB2 type BIGINT NOT NULL. |
CatalogDescriptionAccessBean |
getDescription(java.lang.Integer aDescription,
java.lang.Integer aDescription)
This method provides access to the CATALOG.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getIdentifier()
This method provides access to the CATALOG.IDENTIFIER column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.Long |
getMemberId()
This method provides access to the CATALOG.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getTPCLevel()
This method provides access to the CATALOG.TPCLEVEL column of DB2 type INTEGER NULL. |
void |
setIdentifier(java.lang.String aIdentifier)
This method provides access to the CATALOG.IDENTIFIER column of DB2 type VARCHAR(254) NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the CATALOG.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setTPCLevel(java.lang.Integer aTPCLevel)
This method provides access to the CATALOG.TPCLEVEL column of DB2 type INTEGER NULL. |
Constructor Detail |
public CatalogBean()
Method Detail |
public java.lang.Long getCatalogReferenceNumber()
This method provides access to the CATALOG.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Catalog.
public CatalogDescriptionAccessBean getDescription(java.lang.Integer aDescription, java.lang.Integer aDescription) throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
This method provides access to the CATALOG.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
An administrative description of the Catalog.
aDescription
- java.lang.IntegeraDescription
- java.lang.Integerjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getIdentifier()
This method provides access to the CATALOG.IDENTIFIER column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The external used to identify the Catalog. Along with the MEMBER_ID, these columns are a unique index.
public java.lang.Long getMemberId()
This method provides access to the CATALOG.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number that identifies the owner of the Catalog. Along with the IDENTIFIER, these columns are a unique index.
public java.lang.Integer getTPCLevel()
This method provides access to the CATALOG.TPCLEVEL column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setIdentifier(java.lang.String aIdentifier)
This method provides access to the CATALOG.IDENTIFIER column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The external used to identify the Catalog. Along with the MEMBER_ID, these columns are a unique index.
aIdentifier
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the CATALOG.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number that identifies the owner of the Catalog. Along with the IDENTIFIER, these columns are a unique index.
aMemberId
- java.lang.Longpublic void setTPCLevel(java.lang.Integer aTPCLevel)
This method provides access to the CATALOG.TPCLEVEL column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTPCLevel
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |