public static class DefaultProject.DocumentWindowInfo extends Object implements Persistent
Modifier and Type | Field and Description |
---|---|
static String |
PERSISTENCE_DEFINITION_NAME |
Constructor and Description |
---|
DefaultProject.DocumentWindowInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentName() |
String |
getDocumentType() |
WindowInfo |
getWindowInfo() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistent() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
public static final String PERSISTENCE_DEFINITION_NAME
public WindowInfo getWindowInfo()
public String getDocumentType()
public String getDocumentName()
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException
public static void registerPersistent()