T - public interface SerializableProperties<T> extends Comparable<T>
| Modifier and Type | Method and Description |
|---|---|
org.bedework.synch.wsmessages.ArrayOfSynchProperties |
getAllSynchProperties() |
boolean |
getChanged() |
String |
getProperty(String name)
Get a property from the internal properties - loading them from the
external value first if necessary.
|
String |
getSynchProperties() |
void |
loadProperties()
Load the properties from the serialized form.
|
void |
resetChanged()
reset the changed flag.
|
void |
setChanged(boolean val)
Set the changed flag
|
void |
setProperty(String name,
String val)
Set a property in the internal properties - loading them from the
external value first if necessary.
|
void |
setSynchProperties(String val) |
compareToorg.bedework.synch.wsmessages.ArrayOfSynchProperties getAllSynchProperties()
throws SynchException
SynchExceptionvoid setSynchProperties(String val)
val - serialized propertiesString getSynchProperties() throws SynchException
SynchExceptionvoid setChanged(boolean val)
val - boolean getChanged()
void resetChanged()
void loadProperties()
throws SynchException
SynchExceptionvoid setProperty(String name, String val) throws SynchException
name - val - SynchExceptionString getProperty(String name) throws SynchException
name - SynchExceptionCopyright © 2018 Bedework. All rights reserved.