public class DummyLibraryProperties extends LibraryProperties<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
static DummyLibraryProperties |
INSTANCE |
Constructor and Description |
---|
DummyLibraryProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getState() |
int |
hashCode() |
void |
loadState(java.lang.Object state)
This method is called when new component state is loaded.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
initializeComponent, noStateLoaded
public static final DummyLibraryProperties INSTANCE
public java.lang.Object getState()
null
value indicates
that the returned state won't be stored, as a result previously stored state will be used.XmlSerializer
public void loadState(java.lang.Object state)
PersistentStateComponent
State object should be used directly, defensive copying is not required.
state
- loaded component stateXmlSerializerUtil.copyBean(Object, Object)
public boolean equals(java.lang.Object obj)
equals
in class LibraryProperties<java.lang.Object>
public int hashCode()
hashCode
in class LibraryProperties<java.lang.Object>