|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.accesscontrol.objects.ActionGrpBean
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.
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 |
public ActionGrpBean()
Method Detail |
public int getActionGroupId()
IBM internal use only.
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.
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.
public long getOwnerId()
IBM internal use only.
public void setActionGroupId(int aActionGroupId)
IBM internal use only.
aActionGroupId
- intpublic 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.
aField1
- java.lang.Stringpublic 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.
aGroupName
- java.lang.Stringpublic void setOwnerId(long aOwnerId)
IBM internal use only.
aOwnerId
- long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |