com.ibm.commerce.accesscontrol.objects
Class ResGrpDescBean

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

public class ResGrpDescBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

ResGrpDescBean

public ResGrpDescBean()
Method Detail

getDescription

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.

Returns:
java.lang.String

getDisplayName

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.

Returns:
java.lang.String

setDescription

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.

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

setDisplayName

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

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