com.ibm.commerce.catalog.objects
Class CatalogGroupAttributeBean

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

public class CatalogGroupAttributeBean
implements java.io.Serializable

This bean provides access to the CATGRPATTR table.

The following is a description of this table:

This table holds descriptive Attributes for CatalogGroups. These Attributes are only used for descriptive purposes.

See Also:
Serialized Form

Constructor Summary
CatalogGroupAttributeBean()
           
 
Method Summary
 java.lang.Long getCatalogGroupReferenceNumber()
          This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getDescription()
          This method provides access to the CATGRPATTR.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 java.lang.String getName()
          This method provides access to the CATGRPATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.
 java.lang.String getOid()
          This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32) NULL.
 java.lang.Double getSequence()
          This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL.
 void setCatalogGroupReferenceNumber(java.lang.Long aCatalogGroupReferenceNumber)
          This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
 void setDescription(java.lang.String aDescription)
          This method provides access to the CATGRPATTR.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
 void setName(java.lang.String aName)
          This method provides access to the CATGRPATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.
 void setOid(java.lang.String aOid)
          This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32) NULL.
 void setSequence(java.lang.Double aSequence)
          This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL.
 

Constructor Detail

CatalogGroupAttributeBean

public CatalogGroupAttributeBean()
Method Detail

getCatalogGroupReferenceNumber

public java.lang.Long getCatalogGroupReferenceNumber()

This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The CatalogEntryGroup described by this Attribute.

Returns:
java.lang.Long

getDescription

public java.lang.String getDescription()

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

The following is a description of this column:

The description of this CatalogGroup Attribute.

Returns:
java.lang.String

getName

public java.lang.String getName()

This method provides access to the CATGRPATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

The language-dependent name of this CatalogGroup Attribute.

Returns:
java.lang.String

getOid

public java.lang.String getOid()

This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getSequence

public java.lang.Double getSequence()

This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL.

The following is a description of this column:

The sequence number that is used to determine the display order.

Returns:
java.lang.Double

setCatalogGroupReferenceNumber

public void setCatalogGroupReferenceNumber(java.lang.Long aCatalogGroupReferenceNumber)

This method provides access to the CATGRPATTR.CATGROUP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The CatalogEntryGroup described by this Attribute.

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

setDescription

public void setDescription(java.lang.String aDescription)

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

The following is a description of this column:

The description of this CatalogGroup Attribute.

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

setName

public void setName(java.lang.String aName)

This method provides access to the CATGRPATTR.NAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

The language-dependent name of this CatalogGroup Attribute.

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

setOid

public void setOid(java.lang.String aOid)

This method provides access to the CATGRPATTR.OID column of DB2 type CHAR(32) NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setSequence

public void setSequence(java.lang.Double aSequence)

This method provides access to the CATGRPATTR.SEQUENCE column of DB2 type DOUBLE NULL.

The following is a description of this column:

The sequence number that is used to determine the display order.

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