Package org.rcsb.cif.model.generated
Class IhmRelatedDatasets
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmRelatedDatasets(String name)IhmRelatedDatasets(String name, int rowCount, Object[] encodedColumns)IhmRelatedDatasets(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntColumngetDatasetListIdDerived()The dataset list id corresponding to the derived dataset.IntColumngetDatasetListIdPrimary()The primary dataset list id from which the corresponding derived dataset is obtained.IntColumngetOrdinalId()A unique identifier for the entry.-
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
-
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
-
-