info.extensiblecatalog.nacm.model.persistence
Class Filter
java.lang.Object
info.extensiblecatalog.nacm.model.persistence.Filter
public class Filter
- extends java.lang.Object
- Author:
- Rob Busack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUM_FIELDS
public static final int NUM_FIELDS
- number of columns in the results table
- See Also:
- Constant Field Values
FLAGGED
public static final int FLAGGED
- See Also:
- Constant Field Values
MARKED_AS
public static final int MARKED_AS
- See Also:
- Constant Field Values
BIB_NAME
public static final int BIB_NAME
- See Also:
- Constant Field Values
AUTH_NAME
public static final int AUTH_NAME
- See Also:
- Constant Field Values
CONFIDENCE
public static final int CONFIDENCE
- See Also:
- Constant Field Values
REASON
public static final int REASON
- See Also:
- Constant Field Values
DATE_CREATED
public static final int DATE_CREATED
- See Also:
- Constant Field Values
MARKED_BY
public static final int MARKED_BY
- See Also:
- Constant Field Values
Filter
public Filter()
getOldest
public java.util.Date getOldest()
setOldest
public void setOldest(java.util.Date createdAfter)
getNewest
public java.util.Date getNewest()
setNewest
public void setNewest(java.util.Date createdBefore)
getMaxConfidence
public double getMaxConfidence()
setMaxConfidence
public void setMaxConfidence(double maxConfidence)
getMinConfidence
public double getMinConfidence()
setMinConfidence
public void setMinConfidence(double minConfidence)
isShowAccepted
public boolean isShowAccepted()
setShowAccepted
public void setShowAccepted(boolean showAccepted)
isShowOnlyFlagged
public boolean isShowOnlyFlagged()
setShowOnlyFlagged
public void setShowOnlyFlagged(boolean showOnlyFlagged)
isShowRejected
public boolean isShowRejected()
setShowRejected
public void setShowRejected(boolean showRejected)
isShowUnverified
public boolean isShowUnverified()
setShowUnverified
public void setShowUnverified(boolean showUnverified)
getSortBy
public int getSortBy()
setSortBy
public void setSortBy(int sortBy)