com.ibm.commerce.catalog.objects
Class CatalogEntryTypeBean

com.ibm.commerce.catalog.objects.CatalogEntryTypeBean

public class CatalogEntryTypeBean

This bean provides access to the CATENTTYPE table.

The following is a description of this table:

This table defines all possible types of CatalogEntries. Examples of CatalogEntry types are ProductBean, ItemBean, PackageBean, BundleBean and DynamicKitBean.


Constructor Summary
CatalogEntryTypeBean()
           
 
Method Summary
 java.lang.String getDescription()
          This method provides access to the CATENTTYPE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.String getOid()
          This method provides access to the CATENTTYPE.OID column of DB2 type VARCHAR(64) NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the CATENTTYPE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setOid(java.lang.String aOid)
          This method provides access to the CATENTTYPE.OID column of DB2 type VARCHAR(64) NULL.
 

Constructor Detail

CatalogEntryTypeBean

public CatalogEntryTypeBean()
Method Detail

getDescription

public java.lang.String getDescription()

This method provides access to the CATENTTYPE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The description for this CatalogEntry type.

Returns:
java.lang.String

getOid

public java.lang.String getOid()

This method provides access to the CATENTTYPE.OID column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

setDescription

public void setDescription(java.lang.String aDescription)

This method provides access to the CATENTTYPE.DESCRIPTION column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The description for this CatalogEntry type.

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

setOid

public void setOid(java.lang.String aOid)

This method provides access to the CATENTTYPE.OID column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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