|
The PDK Java API is part of the Portal Developer Kit on Portal Studio | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface for data objects stored in a PreferenceStore. Classes
implementing this interface are expected to have a public zero argument
constructor.
| Method Summary | |
java.lang.String |
getContentVersion()
Gets the version String associated with the content of the PreferenceDataObject |
void |
read(java.io.InputStream is)
Populates the PreferenceDataObject with content read from a persistent store |
void |
setContentVersion(java.lang.String version)
Sets the version associated with the content of the PreferenceDataObject. |
void |
write(java.io.OutputStream os)
Writes the content of the PreferenceDataObject to a persistent store |
| Method Detail |
public void setContentVersion(java.lang.String version)
version - version string to be associated with the content of the
PreferenceDataObjectpublic java.lang.String getContentVersion()
public void read(java.io.InputStream is)
throws java.io.IOException
is - InputStream from which content should be read
public void write(java.io.OutputStream os)
throws java.io.IOException
os - OutputStream to which content should be written
|
The PDK Java API is part of the Portal Developer Kit on Portal Studio | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||