Package org.rcsb.cif.schema.mm
Class EntityNameSys
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EntityNameSys
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EntityNameSys
extends DelegatingCategory
Data items in the ENTITY_NAME_SYS category record the systematic
name or names associated with the entity and the system that
was used to construct the systematic name. In some cases, the
entity name may not be the same as the name of the biological
structure.
-
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 EntityNameSys(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntityId()This data item is a pointer to _entity.id in the ENTITY category.StrColumngetName()The systematic name for the entity.StrColumngetSystem()The system used to generate the systematic name of the entity.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntityId
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getName
The systematic name for the entity.- Returns:
- StrColumn
-
getSystem
The system used to generate the systematic name of the entity.- Returns:
- StrColumn
-