|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Contact
A contact is either a person or an organization.
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Returns the value of this Contact object's address attribute. |
java.lang.String |
getEmail()
Returns the value of this Contact object's email attribute. |
java.lang.String |
getFax()
Returns the value of this Contact object's fax attribute. |
java.lang.String |
getPhone()
Returns the value of this Contact object's phone attribute. |
OntologyEntry[] |
getRoles()
Returns the value of this Contact object's roles attribute. |
java.lang.String |
getTollFreePhone()
Returns the value of this Contact object's tollFreePhone attribute. |
java.lang.String |
getURI()
Returns the value of this Contact object's URI attribute. |
void |
setAddress(java.lang.String p_address)
Sets the address attribute. |
void |
setEmail(java.lang.String p_email)
Sets the email attribute. |
void |
setFax(java.lang.String p_fax)
Sets the fax attribute. |
void |
setPhone(java.lang.String p_phone)
Sets the phone attribute. |
void |
setRoles(OntologyEntry[] p_roles)
Sets the roles attribute. |
void |
setTollFreePhone(java.lang.String p_tollFreePhone)
Sets the tollFreePhone attribute. |
void |
setURI(java.lang.String p_URI)
Sets the URI attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable |
|---|
getIdentifier, getName, setIdentifier, setName |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setURI(java.lang.String p_URI)
Contact object.
p_URI - The new value for URI.getURI()java.lang.String getURI()
Contact object's URI attribute.
Description of URI:
DOCUMENT ME!
String The value of URI.void setAddress(java.lang.String p_address)
Contact object.
p_address - The new value for address.getAddress()java.lang.String getAddress()
Contact object's address attribute.
Description of address:
DOCUMENT ME!
String The value of address.void setPhone(java.lang.String p_phone)
Contact object.
p_phone - The new value for phone.getPhone()java.lang.String getPhone()
Contact object's phone attribute.
Description of phone:
DOCUMENT ME!
String The value of phone.void setTollFreePhone(java.lang.String p_tollFreePhone)
Contact object.
p_tollFreePhone - The new value for tollFreePhone.getTollFreePhone()java.lang.String getTollFreePhone()
Contact object's tollFreePhone attribute.
Description of tollFreePhone:
DOCUMENT ME!
String The value of tollFreePhone.void setEmail(java.lang.String p_email)
Contact object.
p_email - The new value for email.getEmail()java.lang.String getEmail()
Contact object's email attribute.
Description of email:
DOCUMENT ME!
String The value of email.void setFax(java.lang.String p_fax)
Contact object.
p_fax - The new value for fax.getFax()java.lang.String getFax()
Contact object's fax attribute.
Description of fax:
DOCUMENT ME!
String The value of fax.void setRoles(OntologyEntry[] p_roles)
Contact object.
p_roles - The new value for roles.getRoles()OntologyEntry[] getRoles()
Contact object's roles attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry[] The value of roles.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||