com.ibm.commerce.catalog.objects
Class ClassificationCodeBean

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

public class ClassificationCodeBean
implements java.io.Serializable

This bean provides access to the CLASIFCODE table.

The following is a description of this table:

This table contains all possible product classification codes under different classification domains (such as UNSPSC, SPSC, and so on) that can be assigned to CatalogEntries.

See Also:
Serialized Form

Constructor Summary
ClassificationCodeBean()
           
 
Method Summary
 java.lang.Long getClassificationCodeId()
          This method provides access to the CLASIFCODE.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getCode()
          This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16) NULL.
 java.lang.String getDomain()
          This method provides access to the CLASIFCODE.DOMAIN column of DB2 type CHAR(32) NOT NULL.
 java.lang.String getParentCode()
          This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16) NULL.
 void setClassificationCodeId(java.lang.Long aClassificationCodeId)
          This method provides access to the CLASIFCODE.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
 void setCode(java.lang.String aCode)
          This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16) NULL.
 void setDomain(java.lang.String aDomain)
          This method provides access to the CLASIFCODE.DOMAIN column of DB2 type CHAR(32) NOT NULL.
 void setParentCode(java.lang.String aParentCode)
          This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16) NULL.
 

Constructor Detail

ClassificationCodeBean

public ClassificationCodeBean()
Method Detail

getClassificationCodeId

public java.lang.Long getClassificationCodeId()

This method provides access to the CLASIFCODE.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated primary key.

Returns:
java.lang.Long

getCode

public java.lang.String getCode()

This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16) NULL.

The following is a description of this column:

The parent classification code.

Returns:
java.lang.String

getDomain

public java.lang.String getDomain()

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

The following is a description of this column:

The classification standard or domain.

Returns:
java.lang.String

getParentCode

public java.lang.String getParentCode()

This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16) NULL.

The following is a description of this column:

The parent classification code.

Returns:
java.lang.String

setClassificationCodeId

public void setClassificationCodeId(java.lang.Long aClassificationCodeId)

This method provides access to the CLASIFCODE.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated primary key.

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

setCode

public void setCode(java.lang.String aCode)

This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16) NULL.

The following is a description of this column:

The parent classification code.

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

setDomain

public void setDomain(java.lang.String aDomain)

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

The following is a description of this column:

The classification standard or domain.

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

setParentCode

public void setParentCode(java.lang.String aParentCode)

This method provides access to the CLASIFCODE.PARENTCODE column of DB2 type CHAR(16) NULL.

The following is a description of this column:

The parent classification code.

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