| Constructor and Description | 
|---|
PiGroupKey(PiTableId tableId,
          PiActionProfileId piActionProfileId,
          int groupId)
Returns a new group key for the given table ID, action profile ID, and group ID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PiActionProfileId | 
actionProfileId()
Returns the action profile ID defined by this key. 
 | 
boolean | 
equals(Object o)  | 
int | 
groupId()
Returns the group ID defined by this key. 
 | 
int | 
hashCode()  | 
byte[] | 
key()
Returns the byte representation of key. 
 | 
PiTableId | 
tableId()
Returns the table ID defined by this key. 
 | 
String | 
toString()  | 
public PiGroupKey(PiTableId tableId, PiActionProfileId piActionProfileId, int groupId)
tableId - table IDpiActionProfileId - action profile IDgroupId - group IDpublic PiTableId tableId()
public int groupId()
public PiActionProfileId actionProfileId()
public byte[] key()
GroupKey