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