com.ibm.commerce.catalog.objects
Class CatalogGroupBean

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

public class CatalogGroupBean
implements java.io.Serializable

This bean provides access to the CATGROUP table.

The following is a description of this table:

This table hold the information related to a CatalogGroup. Think of a CatalogGroup as a generic Category that can contain both other CatalogGroups and also CatalogEntries.

See Also:
Serialized Form

Constructor Summary
CatalogGroupBean()
           
 
Method Summary
 java.lang.Long getCatalogGroupReferenceNumber()
          This method provides access to the CATGROUP.CATGROUP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getField1()
          This method provides access to the CATGROUP.FIELD1 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField2()
          This method provides access to the CATGROUP.FIELD2 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getIdentifier()
          This method provides access to the CATGROUP.IDENTIFIER column of DB2 type VARCHAR(254) NULL.
 java.sql.Timestamp getLastUpdate()
          This method provides access to the CATGROUP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.Integer getMarkForDelete()
          This method provides access to the CATGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Long getMemberId()
          This method provides access to the CATGROUP.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getOid()
          This method provides access to the CATGROUP.OID column of DB2 type VARCHAR(64) NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the CATGROUP.FIELD1 column of DB2 type VARCHAR(254) NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the CATGROUP.FIELD2 column of DB2 type VARCHAR(254) NULL.
 void setIdentifier(java.lang.String aIdentifier)
          This method provides access to the CATGROUP.IDENTIFIER column of DB2 type VARCHAR(254) NULL.
 void setLastUpdate(java.sql.Timestamp aLastUpdate)
          This method provides access to the CATGROUP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the CATGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setMemberId(java.lang.Long aMemberId)
          This method provides access to the CATGROUP.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setOid(java.lang.String aOid)
          This method provides access to the CATGROUP.OID column of DB2 type VARCHAR(64) NULL.
 

Constructor Detail

CatalogGroupBean

public CatalogGroupBean()
Method Detail

getCatalogGroupReferenceNumber

public java.lang.Long getCatalogGroupReferenceNumber()

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

The following is a description of this column:

The internal reference number of the CatalogGroup.

Returns:
java.lang.Long

getField1

public java.lang.String getField1()

This method provides access to the CATGROUP.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.String getField2()

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

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getIdentifier

public java.lang.String getIdentifier()

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

The following is a description of this column:

The external name that is used to identify the CatalogGroup. Along with MEMBER_ID, these columns are a unique index.

Returns:
java.lang.String

getLastUpdate

public java.sql.Timestamp getLastUpdate()

This method provides access to the CATGROUP.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Indicates the last time that this CatalogGroup was updated.

Returns:
java.sql.Timestamp

getMarkForDelete

public java.lang.Integer getMarkForDelete()

This method provides access to the CATGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this CatalogGroup has been marked for deletion:
0 = No.
1 = Yes.

Returns:
java.lang.Integer

getMemberId

public java.lang.Long getMemberId()

This method provides access to the CATGROUP.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number that identifies the owner of the CatalogGroup. Along with IDENTIFIER, these columns are a unique index.

Returns:
java.lang.Long

getOid

public java.lang.String getOid()

This method provides access to the CATGROUP.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

setField1

public void setField1(java.lang.String aField1)

This method provides access to the CATGROUP.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.String aField2)

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

The following is a description of this column:

Customizable.

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

setIdentifier

public void setIdentifier(java.lang.String aIdentifier)

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

The following is a description of this column:

The external name that is used to identify the CatalogGroup. Along with MEMBER_ID, these columns are a unique index.

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

setLastUpdate

public void setLastUpdate(java.sql.Timestamp aLastUpdate)

This method provides access to the CATGROUP.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Indicates the last time that this CatalogGroup was updated.

Parameters:
aLastUpdate - java.sql.Timestamp
Returns:
void

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the CATGROUP.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this CatalogGroup has been marked for deletion:
0 = No.
1 = Yes.

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

setMemberId

public void setMemberId(java.lang.Long aMemberId)

This method provides access to the CATGROUP.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number that identifies the owner of the CatalogGroup. Along with IDENTIFIER, these columns are a unique index.

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

setOid

public void setOid(java.lang.String aOid)

This method provides access to the CATGROUP.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