Open SiteSearch 4.1.1
Final

ORG.oclc.HoldingServer
Class InstInfo

java.lang.Object
  |
  +--ORG.oclc.util.sorts
        |
        +--ORG.oclc.HoldingServer.InstInfo

public class InstInfo
extends sorts


Field Summary
 String Country
          Country that intitution in
static short FOREIGN
          Not user's country
 String GACs
          GAC subset of GroupSyms
 String GACULs
          GACUL subset of GroupSyms
 String GroupSyms
          Groups institution belongs to
 char ILLStatus
          ILL supplier status
 String InstName
          Institution long name
 long InstNum
          Institution number internally used by OCLC
 String InstSym
          Institution symbol
 char InstType
          Institution type: either full (F) or selective (S)
 short Key
          Sort key
 String State
          State that intitution in
static short USERS_CNTRY
          User's cntry not user's state
static short USERS_STATE
          User's cntry and user's state
 
Constructor Summary
InstInfo(InstInfo instinfo)
           
InstInfo(long instnum, String instsym, String instname, String state, String country, char status, char insttype, String groupsyms)
           
 
Method Summary
 int compare(sorts s)
          compare method for sorting
 void getGACs()
          To get GAC and GACUL group symbols from group symbols
 void setGroupSyms(String groupsyms)
          Set group symbols that institution belongs to
 void setInstName(String instname)
          Set institution name
 void setState(String state)
          Set institution state
 String toString()
          To generate a String representation of this object.
 
Methods inherited from class ORG.oclc.util.sorts
bubblesort, shellSort, shellSort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USERS_STATE

public static final short USERS_STATE
User's cntry and user's state

USERS_CNTRY

public static final short USERS_CNTRY
User's cntry not user's state

FOREIGN

public static final short FOREIGN
Not user's country

Key

public short Key
Sort key

InstNum

public long InstNum
Institution number internally used by OCLC

InstSym

public String InstSym
Institution symbol

InstName

public String InstName
Institution long name

State

public String State
State that intitution in

Country

public String Country
Country that intitution in

ILLStatus

public char ILLStatus
ILL supplier status

InstType

public char InstType
Institution type: either full (F) or selective (S)

GroupSyms

public String GroupSyms
Groups institution belongs to

GACs

public String GACs
GAC subset of GroupSyms

GACULs

public String GACULs
GACUL subset of GroupSyms
Constructor Detail

InstInfo

public InstInfo(InstInfo instinfo)

InstInfo

public InstInfo(long instnum,
                String instsym,
                String instname,
                String state,
                String country,
                char status,
                char insttype,
                String groupsyms)
Method Detail

setInstName

public void setInstName(String instname)
Set institution name
Parameters:
instname - institution long name

setState

public void setState(String state)
Set institution state
Parameters:
state - institution state

setGroupSyms

public void setGroupSyms(String groupsyms)
Set group symbols that institution belongs to
Parameters:
groupsyms - group symbols

getGACs

public void getGACs()
To get GAC and GACUL group symbols from group symbols

compare

public int compare(sorts s)
compare method for sorting
Overrides:
compare in class sorts

toString

public String toString()
To generate a String representation of this object.
Returns:
a String representation of this object.
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final