com.imaginary.lwp
Interface Entity

All Known Subinterfaces:
Annotation, Audio, Catalog, CompositeEntry, Entry, EntryItem, Manufacturer, PepperProduct, Product, Query, Section, SimpleEntry
All Known Implementing Classes:
BaseEntity

public abstract interface Entity
extends java.rmi.Remote


Method Summary
 java.lang.String getLastUpdateID()
           
 long getLastUpdateTime()
           
 long getObjectID()
           
 BaseReference getReference()
           
 void remove()
           
 

Method Detail

getLastUpdateID

public java.lang.String getLastUpdateID()
                                 throws java.rmi.RemoteException

getLastUpdateTime

public long getLastUpdateTime()
                       throws java.rmi.RemoteException

getObjectID

public long getObjectID()
                 throws java.rmi.RemoteException

getReference

public BaseReference getReference()
                           throws java.rmi.RemoteException

remove

public void remove()
            throws PersistenceException,
                   java.rmi.RemoteException