org.equanda.persistence
Class SelectorsStateType
java.lang.Object
org.equanda.persistence.SelectorsStateType
- All Implemented Interfaces:
- Serializable
public class SelectorsStateType
- extends Object
- implements Serializable
type which combines the selector state for use in the thread local object.
- Author:
- Joachim Van der Auwera
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectorsStateType
public SelectorsStateType()
getFilter
public String getFilter(String name)
setFilter
public void setFilter(String name,
String value)
getTableOrder
public String getTableOrder(String table)
setTableOrder
public void setTableOrder(String table,
String order)
Copyright © 2007-2009. All Rights Reserved.