com.evolveum.midpoint.web.component.util
Class SelectableBean<T extends Serializable>

java.lang.Object
  extended by com.evolveum.midpoint.web.component.util.Selectable<T>
      extended by com.evolveum.midpoint.web.component.util.SelectableBean<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssignmentEditorDto

public class SelectableBean<T extends Serializable>
extends Selectable<T>

Author:
lazyman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
 
Constructor Summary
SelectableBean()
           
SelectableBean(T value)
           
 
Method Summary
 T getValue()
           
 void setValue(T value)
           
 
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, isSigned, setSelected, setSigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectableBean

public SelectableBean()

SelectableBean

public SelectableBean(T value)
Method Detail

getValue

public T getValue()

setValue

public void setValue(T value)


Copyright © 2013 evolveum. All Rights Reserved.