com.evolveum.midpoint.web.component.util
Class SelectableBean<T extends java.io.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:
java.io.Serializable
Direct Known Subclasses:
AssignmentEditorDto

public class SelectableBean<T extends java.io.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, setSelected
 
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 © 2012 evolveum. All Rights Reserved.