All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ORG.oclc.z39.ContactInfo

java.lang.Object
   |
   +----ORG.oclc.z39.ContactInfo

public class ContactInfo
extends Object
ContactInfo is used in several Explain records.

Version:
@(#)ContactInfo.java 1.1 07/09/97

Variable Index

 o address
Mailing address, in human readable text
 o description
Description, in human readable text
 o email
Email address, in human readable text
 o name
Name of the Contact, in human readable text
 o phone
Telephone number, in human readable text

Constructor Index

 o ContactInfo(DataDir)
Decodes the DataDir representation of a ContactInfo description into a ContactInfo object.

Method Index

 o toDataDir(DataDir)
Builds a DataDir from this ContactInfo object.
 o toString()

Variables

 o name
 public String name
Name of the Contact, in human readable text

 o description
 public String description
Description, in human readable text

 o address
 public String address
Mailing address, in human readable text

 o email
 public String email
Email address, in human readable text

 o phone
 public String phone
Telephone number, in human readable text

Constructors

 o ContactInfo
 public ContactInfo(DataDir t) throws InstantiationException
Decodes the DataDir representation of a ContactInfo description into a ContactInfo object.

Parameters:
t - a ContactInfo description
Throws: InstantiationException
when the DataDir is not constructed as expected

Methods

 o toDataDir
 public void toDataDir(DataDir dir)
Builds a DataDir from this ContactInfo object.

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index