Open SiteSearch 4.1.1
Final

ORG.oclc.HoldingServer
Class GroupInfo

java.lang.Object
  |
  +--ORG.oclc.HoldingServer.GroupInfo

public class GroupInfo
extends Object


Field Summary
 String GroupName
          Group long name
 String GroupSymbol
          Group symbol
 int GroupType
          Group type: 1=GAC, 2=UL, 3=GAC/UL
 String InstSyms
          Institutions in the group
 int NumOfInsts
          No.
 
Constructor Summary
GroupInfo(GroupInfo groupinfo)
           
GroupInfo(String groupsymbol, String groupname, int grouptype, String instsyms, int numofinsts)
           
 
Method Summary
 String toString()
          Generate a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GroupSymbol

public String GroupSymbol
Group symbol

GroupName

public String GroupName
Group long name

GroupType

public int GroupType
Group type: 1=GAC, 2=UL, 3=GAC/UL

InstSyms

public String InstSyms
Institutions in the group

NumOfInsts

public int NumOfInsts
No. of institutions in the group
Constructor Detail

GroupInfo

public GroupInfo(GroupInfo groupinfo)

GroupInfo

public GroupInfo(String groupsymbol,
                 String groupname,
                 int grouptype,
                 String instsyms,
                 int numofinsts)
Method Detail

toString

public String toString()
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