Interface marimba.persist.PropertyObject
All Packages Class Hierarchy This Package Previous Next Index
Interface marimba.persist.PropertyObject
- public interface PropertyObject
- extends Object
An object that wants to be able to be persistified
and depersistified has to implement this interface.
- Version:
- 1.6, 11/29/96
- Author:
- Arthur van Hoff
-
getProperties(PropertyList)
- Get the properties from the object and store
them in the property list.
-
setProperties(PropertyList)
- Set the object's properties from the property list.
getProperties
public abstract void getProperties(PropertyList list)
- Get the properties from the object and store
them in the property list.
setProperties
public abstract void setProperties(PropertyList list)
- Set the object's properties from the property list.
All Packages Class Hierarchy This Package Previous Next Index