public class SessionAttributeKey extends SessionKey<UUID>
| Constructor and Description |
|---|
SessionAttributeKey(UUID id,
int attributeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
getAttributeId() |
int |
hashCode() |
String |
toString() |
getIdpublic SessionAttributeKey(UUID id, int attributeId)
public int getAttributeId()
public int hashCode()
hashCode in class SessionKey<UUID>public boolean equals(Object object)
equals in class SessionKey<UUID>public String toString()
toString in class SessionKey<UUID>Copyright © 2018 JBoss by Red Hat. All rights reserved.