|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.ContactInfo
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 |
public String name
public String description
public String address
public String email
public String phone
Constructor Detail |
public ContactInfo(DataDir t) throws InstantiationException
t
- a ContactInfo descriptionMethod Detail |
public void toDataDir(DataDir dir)
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |