|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.ClassificationCodeBean
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.
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 |
public ClassificationCodeBean()
Method Detail |
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.
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.
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.
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.
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.
aClassificationCodeId
- java.lang.Longpublic 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.
aCode
- java.lang.Stringpublic 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.
aDomain
- java.lang.Stringpublic 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.
aParentCode
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |