HEADER

biouml.standard.type
Class DatabaseInfo

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
              |
              +--biouml.standard.type.Referrer
                    |
                    +--biouml.standard.type.DatabaseInfo

public class DatabaseInfo
extends Referrer

Many data elements can refer to other databases through its database references field. This class is used to describe basic information about this databases as well as to describe rules how information from corresponding databases can be retrieved.


Constructor Summary
DatabaseInfo(DataCollection parent, String name)
           

Method Summary
 StringgetQueryByAc()
          Template to get database entry through http.
 StringgetQueryById()
          Template to get database entry through http.
 StringgetType()
           
 StringgetURL()
          Database URL.
 voidsetQueryByAc(String queryByAc)
           
 voidsetQueryById(String queryById)
           
 voidsetURL(String url)
           

Methods inherited from class biouml.standard.type.Referrer
getDatabaseReferences, getDescription, getLiteratureReferences, setDatabaseReferences, setDescription, setLiteratureReferences

Methods inherited from class biouml.standard.type.GenericEntity
getComment, getDate, setComment, setDate

Methods inherited from class biouml.standard.type.BaseSupport
getTitle, setTitle

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

Constructor Detail

DatabaseInfo

public DatabaseInfo(DataCollection parent, String name)
Method Detail

getQueryByAc

public String getQueryByAc()
Template to get database entry through http. For this purpose it is neccessary to replace '$ac$' by real ac (secondary key or accession number) in the template.

getQueryById

public String getQueryById()
Template to get database entry through http. For this purpose it is neccessary to replace '$id$' by real id (primary key) in the template.

getType

public String getType()

getURL

public String getURL()
Database URL.

setQueryByAc

public void setQueryByAc(String queryByAc)

setQueryById

public void setQueryById(String queryById)

setURL

public void setURL(String url)

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM