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