Class IhmDatasetGroup

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmDatasetGroup
    extends BaseCategory
    Category provides a mechanism to group datasets.
    • Constructor Detail

      • IhmDatasetGroup

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

        public IhmDatasetGroup​(String name)
    • Method Detail

      • getOrdinalId

        public IntColumn getOrdinalId()
        A unique identifier for the entry.
        Returns:
        IntColumn
      • getGroupId

        public IntColumn getGroupId()
        An identifier for the dataset group.
        Returns:
        IntColumn
      • getDatasetListId

        public IntColumn getDatasetListId()
        An identifier to the dataset. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.
        Returns:
        IntColumn
      • getApplication

        public StrColumn getApplication()
        The application / utilization of the dataset group in modeling.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Additional details regarding the dataset group.
        Returns:
        StrColumn