org.primefaces.model
Class DualListModel<T>

java.lang.Object
  extended by org.primefaces.model.DualListModel<T>
All Implemented Interfaces:
Serializable

public class DualListModel<T>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DualListModel()
           
DualListModel(List<T> source, List<T> target)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<T> getSource()
           
 List<T> getTarget()
           
 int hashCode()
           
 void setSource(List<T> source)
           
 void setTarget(List<T> target)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualListModel

public DualListModel()

DualListModel

public DualListModel(List<T> source,
                     List<T> target)
Method Detail

getSource

public List<T> getSource()

setSource

public void setSource(List<T> source)

getTarget

public List<T> getTarget()

setTarget

public void setTarget(List<T> target)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.