com.ibm.commerce.catalog.objects
Class RelatedCatalogGroupBean

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

public class RelatedCatalogGroupBean
implements java.io.Serializable

This bean provides access to the MASSOCGPGP table.

The following is a description of this table:

This table holds the merchandising associations that exist between CatalogGroups.

See Also:
Serialized Form

Constructor Summary
RelatedCatalogGroupBean()
           
 
Method Summary
 java.lang.String getAssociationType()
          This method provides access to the MASSOCGPGP.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL.
 java.lang.String getField1()
          This method provides access to the MASSOCGPGP.FIELD1 column of DB2 type VARCHAR(254) NULL.
 java.lang.Integer getField2()
          This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL.
 java.math.BigDecimal getField3()
          This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 java.lang.Long getFromCatalogGroupReferenceNumber()
          This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL.
 java.lang.String getGroupName()
          This method provides access to the MASSOCGPGP.GROUPNAME column of DB2 type VARCHAR(254) NULL.
 java.lang.String getOid()
          This method provides access to the MASSOCGPGP.OID column of DB2 type VARCHAR(64) NULL.
 java.lang.Double getQuantity()
          This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL.
 java.math.BigDecimal getRank()
          This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getRule()
          This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL.
 java.lang.String getSematicSpecifier()
          This method provides access to the MASSOCGPGP.MASSOC_ID column of DB2 type CHAR(32) NOT NULL.
 java.lang.Long getToCatalogGroupReferenceNumber()
          This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL.
 void setAssociationType(java.lang.String aAssociationType)
          This method provides access to the MASSOCGPGP.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the MASSOCGPGP.FIELD1 column of DB2 type VARCHAR(254) NULL.
 void setField2(java.lang.Integer aField2)
          This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL.
 void setField3(java.math.BigDecimal aField3)
          This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 void setFromCatalogGroupReferenceNumber(java.lang.Long aFromCatalogGroupReferenceNumber)
          This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL.
 void setGroupName(java.lang.String aGroupName)
          This method provides access to the MASSOCGPGP.GROUPNAME column of DB2 type VARCHAR(254) NULL.
 void setOid(java.lang.String aOid)
          This method provides access to the MASSOCGPGP.OID column of DB2 type VARCHAR(64) NULL.
 void setQuantity(java.lang.Double aQuantity)
          This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL.
 void setRank(java.math.BigDecimal aRank)
          This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL.
 void setRule(java.lang.String aRule)
          This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL.
 void setSematicSpecifier(java.lang.String aSematicSpecifier)
          This method provides access to the MASSOCGPGP.MASSOC_ID column of DB2 type CHAR(32) NOT NULL.
 void setToCatalogGroupReferenceNumber(java.lang.Long aToCatalogGroupReferenceNumber)
          This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

RelatedCatalogGroupBean

public RelatedCatalogGroupBean()
Method Detail

getAssociationType

public java.lang.String getAssociationType()

This method provides access to the MASSOCGPGP.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL.

The following is a description of this column:

The Identifier of the association type. Foreign key to the MASSOCTYPE table.

Returns:
java.lang.String

getField1

public java.lang.String getField1()

This method provides access to the MASSOCGPGP.FIELD1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getField2

public java.lang.Integer getField2()

This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Integer

getField3

public java.math.BigDecimal getField3()

This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Returns:
java.math.BigDecimal

getFromCatalogGroupReferenceNumber

public java.lang.Long getFromCatalogGroupReferenceNumber()

This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The CatalogGroup that is the source of the association.

Returns:
java.lang.Long

getGroupName

public java.lang.String getGroupName()

This method provides access to the MASSOCGPGP.GROUPNAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getOid

public java.lang.String getOid()

This method provides access to the MASSOCGPGP.OID column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getQuantity

public java.lang.Double getQuantity()

This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL.

The following is a description of this column:

The quantity related to this association.

Returns:
java.lang.Double

getRank

public java.math.BigDecimal getRank()

This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The sequence number used for display order.

Returns:
java.math.BigDecimal

getRule

public java.lang.String getRule()

This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getSematicSpecifier

public java.lang.String getSematicSpecifier()

This method provides access to the MASSOCGPGP.MASSOC_ID column of DB2 type CHAR(32) NOT NULL.

The following is a description of this column:

The Identifier of the semantic specifier. Foreign key to the MASSOC table.

Returns:
java.lang.String

getToCatalogGroupReferenceNumber

public java.lang.Long getToCatalogGroupReferenceNumber()

This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The CatalogGroup that is the target of the association.

Returns:
java.lang.Long

setAssociationType

public void setAssociationType(java.lang.String aAssociationType)

This method provides access to the MASSOCGPGP.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL.

The following is a description of this column:

The Identifier of the association type. Foreign key to the MASSOCTYPE table.

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

setField1

public void setField1(java.lang.String aField1)

This method provides access to the MASSOCGPGP.FIELD1 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

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

setField2

public void setField2(java.lang.Integer aField2)

This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

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

setField3

public void setField3(java.math.BigDecimal aField3)

This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Parameters:
aField3 - java.math.BigDecimal
Returns:
void

setFromCatalogGroupReferenceNumber

public void setFromCatalogGroupReferenceNumber(java.lang.Long aFromCatalogGroupReferenceNumber)

This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The CatalogGroup that is the source of the association.

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

setGroupName

public void setGroupName(java.lang.String aGroupName)

This method provides access to the MASSOCGPGP.GROUPNAME column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setOid

public void setOid(java.lang.String aOid)

This method provides access to the MASSOCGPGP.OID column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setQuantity

public void setQuantity(java.lang.Double aQuantity)

This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL.

The following is a description of this column:

The quantity related to this association.

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

setRank

public void setRank(java.math.BigDecimal aRank)

This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

The sequence number used for display order.

Parameters:
aRank - java.math.BigDecimal
Returns:
void

setRule

public void setRule(java.lang.String aRule)

This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setSematicSpecifier

public void setSematicSpecifier(java.lang.String aSematicSpecifier)

This method provides access to the MASSOCGPGP.MASSOC_ID column of DB2 type CHAR(32) NOT NULL.

The following is a description of this column:

The Identifier of the semantic specifier. Foreign key to the MASSOC table.

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

setToCatalogGroupReferenceNumber

public void setToCatalogGroupReferenceNumber(java.lang.Long aToCatalogGroupReferenceNumber)

This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The CatalogGroup that is the target of the association.

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