org.siebengeisslein.application
Class NamedDataEntry

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.application.PNamedEntry
          extended by org.siebengeisslein.application.NamedDataEntry
All Implemented Interfaces:
java.lang.Cloneable, CloneAware, Instrumented, MergeAware, Named

public class NamedDataEntry
extends PNamedEntry


Constructor Summary
NamedDataEntry(java.lang.String name, int componentId, CloneAndMergeAware data)
           
 
Method Summary
 CloneAndMergeAware getData()
           
 
Methods inherited from class org.siebengeisslein.application.PNamedEntry
clone, getComponentId, getName, merge, replaceMerged, setName, toString
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamedDataEntry

public NamedDataEntry(java.lang.String name,
                      int componentId,
                      CloneAndMergeAware data)
Method Detail

getData

public CloneAndMergeAware getData()
Specified by:
getData in class PNamedEntry