com.pmease.quickbuild.util
Class Selectable<T>

java.lang.Object
  extended by com.pmease.quickbuild.util.Selectable<T>
All Implemented Interfaces:
java.io.Serializable

public class Selectable<T>
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Selectable(T bean)
           
 
Method Summary
 T getBean()
           
 boolean isSelected()
           
 void setSelected(boolean selected)
           
static
<T> java.util.List<Selectable<T>>
wrap(java.util.Collection<T> beans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selectable

public Selectable(T bean)
Method Detail

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean selected)

getBean

public T getBean()

wrap

public static <T> java.util.List<Selectable<T>> wrap(java.util.Collection<T> beans)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.