com.ibm.commerce.catalog.objects
Class CatalogBean

com.ibm.commerce.catalog.objects.CatalogBean
All Implemented Interfaces:
java.io.Serializable

public class CatalogBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CatalogBean

public CatalogBean()
Method Detail

getCatalogReferenceNumber

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.

Returns:
java.lang.Long

getDescription

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.

Parameters:
aDescription - java.lang.Integer
aDescription - java.lang.Integer
Returns:
com.ibm.commerce.catalog.objects.CatalogDescriptionAccessBean
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getIdentifier

public 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.

Returns:
java.lang.String

getMemberId

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.

Returns:
java.lang.Long

getTPCLevel

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.

Returns:
java.lang.Integer

setIdentifier

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.

Parameters:
aIdentifier - java.lang.String
Returns:
void

setMemberId

public 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.

Parameters:
aMemberId - java.lang.Long
Returns:
void

setTPCLevel

public 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.

Parameters:
aTPCLevel - java.lang.Integer
Returns:
void