|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.accesscontrol.objects.ActGrpDescBean
This bean provides access to the ACACGPDESC table.
The following is a description of this table:
This table stores locale specific display information for the ACACTGRP table. The Administration Console GUI displays the locale specific display names from this table.
Constructor Summary | |
ActGrpDescBean()
|
Method Summary | |
java.lang.String |
getDescription()
This method provides access to the ACACGPDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDisplayName()
This method provides access to the ACACGPDESC.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the ACACGPDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setDisplayName(java.lang.String aDisplayName)
This method provides access to the ACACGPDESC.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL. |
Constructor Detail |
public ActGrpDescBean()
Method Detail |
public java.lang.String getDescription()
This method provides access to the ACACGPDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The locale specific description for this action group.
public java.lang.String getDisplayName()
This method provides access to the ACACGPDESC.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
The locale specific display name for this resource group.
public void setDescription(java.lang.String aDescription)
This method provides access to the ACACGPDESC.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The locale specific description for this action group.
aDescription
- java.lang.Stringpublic void setDisplayName(java.lang.String aDisplayName)
This method provides access to the ACACGPDESC.DISPLAYNAME column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
The locale specific 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 |