|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogGroupAttributeBean
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.
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 |
public CatalogGroupAttributeBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aCatalogGroupReferenceNumber
- java.lang.Longpublic 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.
aDescription
- java.lang.Stringpublic 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.
aName
- java.lang.Stringpublic 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.
aOid
- java.lang.Stringpublic 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.
aSequence
- java.lang.Double
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |