java.lang.Object |
↳ |
vars.jpa.PreferenceNodeCompositeKey |
Class Overview
A PreferenceNode
has a unique nodename, prefKey combination. We'll use
that as a composite key. This class is a construct needed by JPA to work
with composite keys.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Public Constructors
public
PreferenceNodeCompositeKey
()
public
PreferenceNodeCompositeKey
(String nodeName, String prefKey)
Public Methods
public
boolean
equals
(Object obj)
public
String
getNodeName
()
public
String
getPrefKey
()
public
void
setNodeName
(String node)
public
void
setPrefKey
(String key)