Package org.rcsb.cif.schema.mm
Class EmVirusEntity
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmVirusEntity
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmVirusEntity
extends DelegatingCategory
Data items in the EM_VIRUS_ENTITY category record details
of the icosahedral virus.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description EmVirusEntity(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Additional details about this virus entityStrColumngetEmpty()Flag to indicate if the virus is empty or not.StrColumngetEntityAssemblyId()This data item is a pointer to _em_virus_entity.id in the ENTITY_ASSEMBLY category.StrColumngetEnveloped()Flag to indicate if the virus is enveloped or not.StrColumngetIctvdbId()The International Committee on Taxonomy of Viruses (ICTV) Taxon Identifier is the Virus Code used throughout the ICTV database (ICTVdb).StrColumngetId()Is the unique identifier for VIRUS_ENTITY category.StrColumngetVirusHostCategory()The host category description for the virus.StrColumngetVirusHostGrowthCell()The host cell from which the virus was isolated.StrColumngetVirusHostSpecies()The host species from which the virus was isolated.StrColumngetVirusIsolate()The isolate from which the virus was obtained.StrColumngetVirusType()The type of virus.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
Is the unique identifier for VIRUS_ENTITY category.- Returns:
- StrColumn
-
getVirusHostCategory
The host category description for the virus.- Returns:
- StrColumn
-
getVirusHostSpecies
The host species from which the virus was isolated.- Returns:
- StrColumn
-
getVirusHostGrowthCell
The host cell from which the virus was isolated.- Returns:
- StrColumn
-
getVirusType
The type of virus.- Returns:
- StrColumn
-
getVirusIsolate
The isolate from which the virus was obtained.- Returns:
- StrColumn
-
getIctvdbId
The International Committee on Taxonomy of Viruses (ICTV) Taxon Identifier is the Virus Code used throughout the ICTV database (ICTVdb). The ICTVdb id is the appropriate identifier used by the International Committee on Taxonomy of Viruses Resource. Reference: Virus Taxonomy, Academic Press (1999). ISBN:0123702003. NOTE: ICTV no longer maintains ids; maintained for legacy only.- Returns:
- StrColumn
-
getEntityAssemblyId
This data item is a pointer to _em_virus_entity.id in the ENTITY_ASSEMBLY category.- Returns:
- StrColumn
-
getEnveloped
Flag to indicate if the virus is enveloped or not.- Returns:
- StrColumn
-
getEmpty
Flag to indicate if the virus is empty or not.- Returns:
- StrColumn
-
getDetails
Additional details about this virus entity- Returns:
- StrColumn
-