Class IhmRelatedDatasets

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class IhmRelatedDatasets
    extends BaseCategory
    Category holds information about related datasets, where one is derived from the other.
    • Constructor Detail

      • IhmRelatedDatasets

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

        public IhmRelatedDatasets​(String name)
    • Method Detail

      • getOrdinalId

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

        public IntColumn getDatasetListIdDerived()
        The dataset list id corresponding to the derived dataset. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.
        Returns:
        IntColumn
      • getDatasetListIdPrimary

        public IntColumn getDatasetListIdPrimary()
        The primary dataset list id from which the corresponding derived dataset is obtained. This data item is a pointer to _ihm_dataset_list.id in the IHM_DATASET_LIST category.
        Returns:
        IntColumn