|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogGroupBean
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.
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 |
public CatalogGroupBean()
Method Detail |
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.
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.
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.
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.
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.
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.
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.
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.
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.
aField1
- java.lang.Stringpublic 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.
aField2
- java.lang.Stringpublic 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.
aIdentifier
- java.lang.Stringpublic 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.
aLastUpdate
- java.sql.Timestamppublic 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.
aMarkForDelete
- java.lang.Integerpublic 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.
aMemberId
- java.lang.Longpublic 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.
aOid
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |