org.siebengeisslein.pgui.userlocal
Class RadioUserData

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.userlocal.UserScopeData
          extended by org.siebengeisslein.pgui.userlocal.RadioUserData
All Implemented Interfaces:
Instrumented

public class RadioUserData
extends UserScopeData


Constructor Summary
RadioUserData(boolean selected)
           
 
Method Summary
 boolean isSelected()
           
 void setSelected(boolean selected)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

RadioUserData

public RadioUserData(boolean selected)
Method Detail

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean selected)