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(java.lang.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.
|
java.lang.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
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object