| |
|
| java.lang.Object com.jeta.forms.store.AbstractJETAPersistable com.jeta.forms.store.memento.FormPackage
FormPackage | public class FormPackage extends AbstractJETAPersistable (Code) | | This class is used to wrap a Form when it is stored to a file. When you
deserialize a form file (.jfrm), this is the object you get from the
deserialization. We wrap all forms in a FormPackage in case we need to add
some information to the file at a later date that is outside the scope of the
FormMemento. Only one FormPackage object is used per file. [FormPackage]
[forms version] [FormMemento] ----- the main form [FormMemento] ---- a nested
form [BeanMemento] --- a java bean [BeanMemento] --- a java bean
[BeanMemento] ---- a java bean [BeanMemento] ---- a java bean [...]
author: Jeff Tassin |
Constructor Summary | |
public | FormPackage() Creates a FormPackage instance. | public | FormPackage(FormMemento fm) Creates a FormPackage instance with the specified
FormMemento object. |
VERSION | final public static int VERSION(Code) | | The version of this class.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
FormPackage | public FormPackage()(Code) | | Creates a FormPackage instance.
|
FormPackage | public FormPackage(FormMemento fm)(Code) | | Creates a FormPackage instance with the specified
FormMemento object.
|
getMemento | public FormMemento getMemento()(Code) | | Returns the FormMemento associated with this object.
the form mememento |
|
|
|