com.ibm.commerce.accesscontrol.objects
Class ActionGrpBean

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

public class ActionGrpBean
implements java.io.Serializable

This bean provides access to the ACACTGRP table.

The following is a description of this table:

This table stores all the action groups. An action group can contain one or more actions. The association between actions and action groups is captured in the ACACTACTGP table.

See Also:
Serialized Form

Constructor Summary
ActionGrpBean()
           
 
Method Summary
 int getActionGroupId()
          IBM internal use only.
 java.lang.String getField1()
          This method provides access to the ACACTGRP.FIELD1 column of DB2 type VARCHAR(128) NULL.
 java.lang.String getGroupName()
          This method provides access to the ACACTGRP.GROUPNAME column of DB2 type VARCHAR(128) NOT NULL.
 long getOwnerId()
          IBM internal use only.
 void setActionGroupId(int aActionGroupId)
          IBM internal use only.
 void setField1(java.lang.String aField1)
          This method provides access to the ACACTGRP.FIELD1 column of DB2 type VARCHAR(128) NULL.
 void setGroupName(java.lang.String aGroupName)
          This method provides access to the ACACTGRP.GROUPNAME column of DB2 type VARCHAR(128) NOT NULL.
 void setOwnerId(long aOwnerId)
          IBM internal use only.
 

Constructor Detail

ActionGrpBean

public ActionGrpBean()
Method Detail

getActionGroupId

public int getActionGroupId()

IBM internal use only.

Returns:
int

getField1

public java.lang.String getField1()

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

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getGroupName

public java.lang.String getGroupName()

This method provides access to the ACACTGRP.GROUPNAME column of DB2 type VARCHAR(128) NOT NULL.

The following is a description of this column:

Name of the action group.

Returns:
java.lang.String

getOwnerId

public long getOwnerId()

IBM internal use only.

Returns:
long

setActionGroupId

public void setActionGroupId(int aActionGroupId)

IBM internal use only.

Parameters:
aActionGroupId - int
Returns:
void

setField1

public void setField1(java.lang.String aField1)

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

The following is a description of this column:

Customizable.

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

setGroupName

public void setGroupName(java.lang.String aGroupName)

This method provides access to the ACACTGRP.GROUPNAME column of DB2 type VARCHAR(128) NOT NULL.

The following is a description of this column:

Name of the action group.

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

setOwnerId

public void setOwnerId(long aOwnerId)

IBM internal use only.

Parameters:
aOwnerId - long
Returns:
void