Open SiteSearch 4.1.1
Final

ORG.oclc.qparse
Class DbAttributes

java.lang.Object
  |
  +--ORG.oclc.qparse.DbAttributes

public class DbAttributes
extends Object


Constructor Summary
DbAttributes()
           
DbAttributes(String section, IniFile ini)
           
DbAttributes(String section, IniFile ini, boolean liteFlag)
           
 
Method Summary
 void add(IndexMap map, String OID)
           
 IndexMap getMap()
           
 IndexMap getMap(String OID)
           
 Vector getOIDList()
           
 String toIniString()
          Generate an IniFile format string representation of the object.
 String toString()
          Generate a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbAttributes

public DbAttributes()

DbAttributes

public DbAttributes(String section,
                    IniFile ini)

DbAttributes

public DbAttributes(String section,
                    IniFile ini,
                    boolean liteFlag)
Method Detail

toIniString

public String toIniString()
Generate an IniFile format string representation of the object.
Returns:
String

toString

public String toString()
Generate a string representation of the object.
Returns:
String
Overrides:
toString in class Object

add

public void add(IndexMap map,
                String OID)

getMap

public final IndexMap getMap()

getMap

public final IndexMap getMap(String OID)

getOIDList

public Vector getOIDList()

Open SiteSearch 4.1.1
Final