|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.accesscontrol.objects.ResGrpDescBean
This bean provides access to the ACRESGPDES table.
The following is a description of this table:
This table stores locale specific display information for the ACRESGRP table.
Constructor Summary | |
ResGrpDescBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the ACRESGPDES.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDisplayName()
This method provides access to the ACRESGPDES.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the ACRESGPDES.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setDisplayName(java.lang.String aDisplayName)
This method provides access to the ACRESGPDES.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL. |
Constructor Detail |
public ResGrpDescBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the ACRESGPDES.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Description of the resource group.
public java.lang.String getDisplayName()
This method provides access to the ACRESGPDES.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
Display name for this resource group.
public void setDescription(java.lang.String aDescription)
This method provides access to the ACRESGPDES.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Description of the resource group.
aDescription
- java.lang.Stringpublic void setDisplayName(java.lang.String aDisplayName)
This method provides access to the ACRESGPDES.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
Display name for this resource group.
aDisplayName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |