Class 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.
    • Constructor Detail

      • EntityNameSys

        public EntityNameSys​(String name,
                             int rowCount,
                             Object[] encodedColumns)
      • EntityNameSys

        public EntityNameSys​(String name)
    • 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