Package org.rcsb.cif.model.generated
Class IhmDatasetGroup
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmDatasetGroup
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmDatasetGroup extends BaseCategory
Category provides a mechanism to group datasets.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmDatasetGroup(String name)IhmDatasetGroup(String name, int rowCount, Object[] encodedColumns)IhmDatasetGroup(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetApplication()The application / utilization of the dataset group in modeling.IntColumngetDatasetListId()An identifier to the dataset.StrColumngetDetails()Additional details regarding the dataset group.IntColumngetGroupId()An identifier for the dataset group.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
-
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
-
-