com.ibm.commerce.accesscontrol.objects
Class ResGrpResBean

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

public class ResGrpResBean
implements java.io.Serializable

This bean provides access to the ACRESGPRES table.

The following is a description of this table:

This table associates resource groups with resource categories (or the classes of resources). You can use this table to group various resources in a group based on their class names.

See Also:
Serialized Form

Constructor Summary
ResGrpResBean()
           
 
Method Summary
 java.lang.String getField1()
          This method provides access to the ACRESGPRES.FIELD1 column of DB2 type VARCHAR(128) NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the ACRESGPRES.FIELD1 column of DB2 type VARCHAR(128) NULL.
 

Constructor Detail

ResGrpResBean

public ResGrpResBean()
Method Detail

getField1

public java.lang.String getField1()

This method provides access to the ACRESGPRES.FIELD1 column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.String

setField1

public void setField1(java.lang.String aField1)

This method provides access to the ACRESGPRES.FIELD1 column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Customizable.

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