ORG.oclc.HoldingServer
Class GroupInfo
java.lang.Object
|
+--ORG.oclc.HoldingServer.GroupInfo
- public class GroupInfo
- extends Object
Method Summary |
String |
toString()
Generate a String representation of this object. |
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
GroupInfo
public GroupInfo(GroupInfo groupinfo)
GroupInfo
public GroupInfo(String groupsymbol,
String groupname,
int grouptype,
String instsyms,
int numofinsts)
toString
public String toString()
- Generate a String representation of this object.
- Returns:
- a String representation of this object.
- Overrides:
- toString in class Object