org.siebengeisslein.application
Class PPanelEntry

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

public class PPanelEntry
extends PNamedEntry<PPanel>


Constructor Summary
PPanelEntry(java.lang.String name, int componentId)
           
 
Method Summary
 PPanelEntry clone(CloneHelper helper)
           
 PPanel getData()
           
 
Methods inherited from class org.siebengeisslein.application.PNamedEntry
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

PPanelEntry

public PPanelEntry(java.lang.String name,
                   int componentId)
Method Detail

getData

public PPanel getData()
Specified by:
getData in class PNamedEntry<PPanel>

clone

public PPanelEntry clone(CloneHelper helper)
                  throws java.lang.CloneNotSupportedException
Specified by:
clone in interface CloneAware
Overrides:
clone in class PNamedEntry<PPanel>
Throws:
java.lang.CloneNotSupportedException