|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogEntryConfigurationBean
This bean provides access to the CATCONFINF table.
The following is a description of this table:
This table holds additional information for CatalogEntries that represent Configurable Products. This information may be required by an external configurator to configure this CatalogEntry.
Constructor Summary | |
CatalogEntryConfigurationBean()
|
Method Summary | |
java.lang.Long |
getCatalogEntryId()
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getField1()
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.Double |
getField2()
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL. |
java.lang.String |
getField3()
This method provides access to the CATCONFINF.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField4()
This method provides access to the CATCONFINF.FIELD4 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getReference()
This method provides access to the CATCONFINF.REFERENCE column of DB2 type LONG NULL. |
java.lang.String |
getUrl()
This method provides access to the CATCONFINF.URL column of DB2 type LONG NULL. |
void |
setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.Double aField2)
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the CATCONFINF.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setField4(java.lang.String aField4)
This method provides access to the CATCONFINF.FIELD4 column of DB2 type VARCHAR(254) NULL. |
void |
setReference(java.lang.String aReference)
This method provides access to the CATCONFINF.REFERENCE column of DB2 type LONG NULL. |
void |
setUrl(java.lang.String aUrl)
This method provides access to the CATCONFINF.URL column of DB2 type LONG NULL. |
Constructor Detail |
public CatalogEntryConfigurationBean()
Method Detail |
public java.lang.Long getCatalogEntryId()
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be "DynamicKitBean".
public java.lang.Integer getField1()
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.lang.Double getField2()
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the CATCONFINF.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField4()
This method provides access to the CATCONFINF.FIELD4 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getReference()
This method provides access to the CATCONFINF.REFERENCE column of DB2 type LONG NULL.
The following is a description of this column:
Reference information that is required by an external Product Configurator.
public java.lang.String getUrl()
This method provides access to the CATCONFINF.URL column of DB2 type LONG NULL.
The following is a description of this column:
The URL location of an external Product Configurator.
public void setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the CATCONFINF.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogEntry that this configuration information applies to. Typically, the type of the CatalogEntry will be "DynamicKitBean".
aCatalogEntryId
- java.lang.Longpublic void setField1(java.lang.Integer aField1)
This method provides access to the CATCONFINF.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField2(java.lang.Double aField2)
This method provides access to the CATCONFINF.FIELD2 column of DB2 type DOUBLE NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Doublepublic void setField3(java.lang.String aField3)
This method provides access to the CATCONFINF.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setField4(java.lang.String aField4)
This method provides access to the CATCONFINF.FIELD4 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField4
- java.lang.Stringpublic void setReference(java.lang.String aReference)
This method provides access to the CATCONFINF.REFERENCE column of DB2 type LONG NULL.
The following is a description of this column:
Reference information that is required by an external Product Configurator.
aReference
- java.lang.Stringpublic void setUrl(java.lang.String aUrl)
This method provides access to the CATCONFINF.URL column of DB2 type LONG NULL.
The following is a description of this column:
The URL location of an external Product Configurator.
aUrl
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |