com.ibm.commerce.accesscontrol.objects
Class ActActGrpBean

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

public class ActActGrpBean
implements java.io.Serializable

This bean provides access to the ACACTACTGP table.

The following is a description of this table:

This table captures the association between actions and the action groups. Given an action group, this table stores all the actions in the action group.

See Also:
Serialized Form

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

Constructor Detail

ActActGrpBean

public ActActGrpBean()
Method Detail

getField1

public java.lang.String getField1()

This method provides access to the ACACTACTGP.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 ACACTACTGP.FIELD1 column of DB2 type VARCHAR(128) NULL.

The following is a description of this column:

Customizable.

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