public class ASM
extends java.lang.Object
| Constructor and Description |
|---|
ASM() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupId()
Get the group ID.
|
int[] |
getGroupsToDisplay()
Get the groups to display.
|
void |
setGroupId(int groupId)
Set the group ID.
|
void |
setGroupsToDisplay(int[] groupsToDisplay)
Set the groups to display.
|
public int getGroupId()
public void setGroupId(int groupId)
groupId - the group ID.public int[] getGroupsToDisplay()
public void setGroupsToDisplay(int[] groupsToDisplay)
groupsToDisplay - the groups to display.