com.ibm.commerce.catalog.objects
Class CatalogEntryConfigurationBean

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

public class CatalogEntryConfigurationBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CatalogEntryConfigurationBean

public CatalogEntryConfigurationBean()
Method Detail

getCatalogEntryId

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".

Returns:
java.lang.Long

getField1

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.

Returns:
java.lang.Integer

getField2

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.

Returns:
java.lang.Double

getField3

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.

Returns:
java.lang.String

getField4

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.

Returns:
java.lang.String

getReference

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.

Returns:
java.lang.String

getUrl

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.

Returns:
java.lang.String

setCatalogEntryId

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".

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

setField1

public 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.

Parameters:
aField1 - java.lang.Integer
Returns:
void

setField2

public 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.

Parameters:
aField2 - java.lang.Double
Returns:
void

setField3

public 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.

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

setField4

public 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.

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

setReference

public 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.

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

setUrl

public 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.

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