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
-
address
- Mailing address, in human readable text
-
description
- Description, in human readable text
-
email
- Email address, in human readable text
-
name
- Name of the Contact, in human readable text
-
phone
- Telephone number, in human readable text
-
ContactInfo(DataDir)
- Decodes the DataDir representation of a ContactInfo description
into a ContactInfo object.
-
toDataDir(DataDir)
- Builds a DataDir from this ContactInfo object.
-
toString()
-
name
public String name
- Name of the Contact, in human readable text
description
public String description
- Description, in human readable text
address
public String address
- Mailing address, in human readable text
email
public String email
- Email address, in human readable text
phone
public String phone
- Telephone number, in human readable text
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
toDataDir
public void toDataDir(DataDir dir)
- Builds a DataDir from this ContactInfo object.
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index