|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Database
An address to a repository.
| Method Summary | |
|---|---|
Contact[] |
getContacts()
Returns the value of this Database object's contacts attribute. |
java.lang.String |
getURI()
Returns the value of this Database object's URI attribute. |
java.lang.String |
getVersion()
Returns the value of this Database object's version attribute. |
void |
setContacts(Contact[] p_contacts)
Sets the contacts attribute. |
void |
setURI(java.lang.String p_URI)
Sets the URI attribute. |
void |
setVersion(java.lang.String p_version)
Sets the version 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 setVersion(java.lang.String p_version)
Database object.
p_version - The new value for version.getVersion()java.lang.String getVersion()
Database object's version attribute.
Description of version:
The version for which a DatabaseReference applies.
String The value of version.void setURI(java.lang.String p_URI)
Database object.
p_URI - The new value for URI.getURI()java.lang.String getURI()
Database object's URI attribute.
Description of URI:
The location of the Database.
String The value of URI.void setContacts(Contact[] p_contacts)
Database object.
p_contacts - The new value for contacts.getContacts()Contact[] getContacts()
Database object's contacts attribute.
gov.nih.nci.mageom.bean.AuditAndSecurity.Contact[] The value of contacts.Contact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||