org.dspace.app.xmlui.aspect.artifactbrowser
Class AdvancedSearchUtils.SearchField

java.lang.Object
  extended by org.dspace.app.xmlui.aspect.artifactbrowser.AdvancedSearchUtils.SearchField
Enclosing class:
AdvancedSearchUtils

public static class AdvancedSearchUtils.SearchField
extends Object

A private record keeping class to relate the various components of a search field together.


Constructor Summary
AdvancedSearchUtils.SearchField(int index, String field, String query, String conjunction)
           
 
Method Summary
 String getConjunction()
           
 String getField()
           
 int getIndex()
           
 String getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedSearchUtils.SearchField

public AdvancedSearchUtils.SearchField(int index,
                                       String field,
                                       String query,
                                       String conjunction)
Method Detail

getIndex

public int getIndex()

getField

public String getField()

getQuery

public String getQuery()

getConjunction

public String getConjunction()


Copyright © 2012 DuraSpace. All Rights Reserved.