Package org.rcsb.cif.model.generated
Class EntityNameSys
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EntityNameSys
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EntityNameSys extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EntityNameSys(String name)EntityNameSys(String name, int rowCount, Object[] encodedColumns)EntityNameSys(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getEntityId
public StrColumn getEntityId()
This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getName
public StrColumn getName()
The systematic name for the entity.- Returns:
- StrColumn
-
getSystem
public StrColumn getSystem()
The system used to generate the systematic name of the entity.- Returns:
- StrColumn
-
-