Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class ContactInfo

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

public class ContactInfo
extends Object

ContactInfo is used in several Explain records.


Field Summary
 String address
          Mailing address, in human readable text
 String description
          Description, in human readable text
 String email
          Email address, in human readable text
 String name
          Name of the Contact, in human readable text
 String phone
          Telephone number, in human readable text
 
Constructor Summary
ContactInfo(DataDir t)
          Decodes the DataDir representation of a ContactInfo description into a ContactInfo object.
 
Method Summary
 void toDataDir(DataDir dir)
          Builds a DataDir from this ContactInfo object.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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
Method Detail

toDataDir

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

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final