org.siebengeisslein.application
Class PSwitchPanelEntry

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

public class PSwitchPanelEntry
extends PNamedEntry<SwitchPanel>


Constructor Summary
PSwitchPanelEntry(java.lang.String name, int componentId)
           
 
Method Summary
 PSwitchPanelEntry clone(CloneHelper helper)
           
 SwitchPanel 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

PSwitchPanelEntry

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

getData

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

clone

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