com.ibm.commerce.catalog.objects
Class CatalogEntryClassificationCodeBean

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

public class CatalogEntryClassificationCodeBean
implements java.io.Serializable

This bean provides access to the CATCLSFCOD table.

The following is a description of this table:

This table contains the assignment of classification codes to CatalogEntries.

See Also:
Serialized Form

Constructor Summary
CatalogEntryClassificationCodeBean()
           
 
Method Summary
 java.lang.Long getCatEntryId()
          This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getCode()
          This method provides access to the CATCLSFCOD.CODE column of DB2 type CHAR(16) NOT NULL.
 java.lang.String getDomain()
          This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHAR(32) NOT NULL.
 void setCatEntryId(java.lang.Long aCatEntryId)
          This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 void setCode(java.lang.String aCode)
          This method provides access to the CATCLSFCOD.CODE column of DB2 type CHAR(16) NOT NULL.
 void setDomain(java.lang.String aDomain)
          This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHAR(32) NOT NULL.
 

Constructor Detail

CatalogEntryClassificationCodeBean

public CatalogEntryClassificationCodeBean()
Method Detail

getCatEntryId

public java.lang.Long getCatEntryId()

This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number of the CatalogEntry.

Returns:
java.lang.Long

getCode

public java.lang.String getCode()

This method provides access to the CATCLSFCOD.CODE column of DB2 type CHAR(16) NOT NULL.

The following is a description of this column:

Classification code assigned under a particular classification domain.

Returns:
java.lang.String

getDomain

public java.lang.String getDomain()

This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHAR(32) NOT NULL.

The following is a description of this column:

Classification domain used to assign a code. One such example is UNSPSC classification system.

Returns:
java.lang.String

setCatEntryId

public void setCatEntryId(java.lang.Long aCatEntryId)

This method provides access to the CATCLSFCOD.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number of the CatalogEntry.

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

setCode

public void setCode(java.lang.String aCode)

This method provides access to the CATCLSFCOD.CODE column of DB2 type CHAR(16) NOT NULL.

The following is a description of this column:

Classification code assigned under a particular classification domain.

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

setDomain

public void setDomain(java.lang.String aDomain)

This method provides access to the CATCLSFCOD.DOMAIN column of DB2 type CHAR(32) NOT NULL.

The following is a description of this column:

Classification domain used to assign a code. One such example is UNSPSC classification system.

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