Interface Persistable

All Superinterfaces:
Externalizable
All Known Implementing Classes:
DataInstance, ExternalDataInstance, FauxIndexedPersistable, FormDef, FormInstance, Property

public interface Persistable
extends Externalizable
A modest extension to Externalizable which identifies objects that have the concept of an internal 'record ID'
  • Method Details

    • setID

      void setID​(int ID)
    • getID

      int getID()