|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.util.sorts | +--ORG.oclc.HoldingServer.InstInfo
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 |
public static final short USERS_STATE
public static final short USERS_CNTRY
public static final short FOREIGN
public short Key
public long InstNum
public String InstSym
public String InstName
public String State
public String Country
public char ILLStatus
public char InstType
public String GroupSyms
public String GACs
public String GACULs
Constructor Detail |
public InstInfo(InstInfo instinfo)
public InstInfo(long instnum, String instsym, String instname, String state, String country, char status, char insttype, String groupsyms)
Method Detail |
public void setInstName(String instname)
instname
- institution long namepublic void setState(String state)
state
- institution statepublic void setGroupSyms(String groupsyms)
groupsyms
- group symbolspublic void getGACs()
public int compare(sorts s)
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |