com.ibm.commerce.accesscontrol.objects
Class ActGrpDescBean

com.ibm.commerce.accesscontrol.objects.ActGrpDescBean
All Implemented Interfaces:
java.io.Serializable

public class ActGrpDescBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ActGrpDescBean

public ActGrpDescBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getDisplayName

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.

Returns:
java.lang.String

setDescription

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.

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

setDisplayName

public 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.

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