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