org.biomage.tools.helpers
Class MGEDOntologyEntry.OntologyDatabaseEntry

java.lang.Object
  extended by org.biomage.Common.Extendable
      extended by org.biomage.Description.DatabaseEntry
          extended by org.biomage.tools.helpers.MGEDOntologyEntry.OntologyDatabaseEntry
All Implemented Interfaces:
SecuredElementItf, java.io.Serializable, HasDatabase, HasPropertySets, HasType
Enclosing class:
MGEDOntologyEntry

public static class MGEDOntologyEntry.OntologyDatabaseEntry
extends DatabaseEntry

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biomage.Interface.HasPropertySets
HasPropertySets.PropertySets_list
 
Field Summary
 
Fields inherited from class org.biomage.Description.DatabaseEntry
database, type
 
Fields inherited from class org.biomage.Common.Extendable
editable, id, securedElementId
 
Constructor Summary
MGEDOntologyEntry.OntologyDatabaseEntry()
           
 
Method Summary
 void setAccession(java.lang.String acc)
          Set method for accession
 void setURI(java.lang.String uri)
          Set method for URI
 
Methods inherited from class org.biomage.Description.DatabaseEntry
emptyMAGEobject, getAccession, getAccessionVersion, getDatabase, getModelClassName, getType, getURI, setAccessionVersion, setDatabase, setType, writeAssociations, writeAttributes, writeMAGEML
 
Methods inherited from class org.biomage.Common.Extendable
addToPropertySets, addToPropertySets, equals, getFromPropertySets, getId, getIsEditable, getPropertySets, getSecuredElementId, isEditable, removeElementAtFromPropertySets, removeFromPropertySets, setAttributes, setId, setIsEditable, setPropertySets, setSecuredElementId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MGEDOntologyEntry.OntologyDatabaseEntry

public MGEDOntologyEntry.OntologyDatabaseEntry()
Method Detail

setAccession

public void setAccession(java.lang.String acc)
Description copied from class: DatabaseEntry
Set method for accession

Overrides:
setAccession in class DatabaseEntry

setURI

public void setURI(java.lang.String uri)
Description copied from class: DatabaseEntry
Set method for URI

Overrides:
setURI in class DatabaseEntry