info.extensiblecatalog.nacm.model.persistence
Class Filter

java.lang.Object
  extended by info.extensiblecatalog.nacm.model.persistence.Filter

public class Filter
extends java.lang.Object

Author:
Rob Busack

Field Summary
static int AUTH_NAME
           
static int BIB_NAME
           
static int CONFIDENCE
           
static int DATE_CREATED
           
static int FLAGGED
           
static int MARKED_AS
           
static int MARKED_BY
           
static int NUM_FIELDS
          number of columns in the results table
static int REASON
           
 
Constructor Summary
Filter()
           
 
Method Summary
 double getMaxConfidence()
           
 double getMinConfidence()
           
 java.util.Date getNewest()
           
 java.util.Date getOldest()
           
 int getSortBy()
           
 boolean isShowAccepted()
           
 boolean isShowOnlyFlagged()
           
 boolean isShowRejected()
           
 boolean isShowUnverified()
           
 void setMaxConfidence(double maxConfidence)
           
 void setMinConfidence(double minConfidence)
           
 void setNewest(java.util.Date createdBefore)
           
 void setOldest(java.util.Date createdAfter)
           
 void setShowAccepted(boolean showAccepted)
           
 void setShowOnlyFlagged(boolean showOnlyFlagged)
           
 void setShowRejected(boolean showRejected)
           
 void setShowUnverified(boolean showUnverified)
           
 void setSortBy(int sortBy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Filter

public Filter()
Method Detail

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)