Package org.rcsb.cif.schema.mm
Class PdbxEntitySrcGenExpressTimepoint
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntitySrcGenExpressTimepoint
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntitySrcGenExpressTimepoint
extends DelegatingCategory
This category contains details for OD time series used to monitor a
given EXPRESSION step used in the overall protein production process.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxEntitySrcGenExpressTimepoint(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntityId()The value of _pdbx_entity_src_gen_express_timepoint.entity_id is a pointer to _pdbx_entity_src_gen_express.entity_idStrColumngetEntryId()The value of _pdbx_entity_src_gen_express_timepoint.entry_id is a pointer to _pdbx_entity_src_gen_express.entry_idIntColumngetOD()The optical density of the expression culture in arbitrary units at the timepoint specified.IntColumngetSerial()This items uniquely defines a timepoint within a series.IntColumngetStepId()This item is a pointer to _pdbx_entity_src_gen_express.step_idIntColumngetTime()The time in hours after induction/transformation/transfection at which the optical density of the culture was measured.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_entity_src_gen_express_timepoint.entry_id is a pointer to _pdbx_entity_src_gen_express.entry_id- Returns:
- StrColumn
-
getEntityId
The value of _pdbx_entity_src_gen_express_timepoint.entity_id is a pointer to _pdbx_entity_src_gen_express.entity_id- Returns:
- StrColumn
-
getStepId
This item is a pointer to _pdbx_entity_src_gen_express.step_id- Returns:
- IntColumn
-
getSerial
This items uniquely defines a timepoint within a series.- Returns:
- IntColumn
-
getOD
The optical density of the expression culture in arbitrary units at the timepoint specified.- Returns:
- IntColumn
-
getTime
The time in hours after induction/transformation/transfection at which the optical density of the culture was measured.- Returns:
- IntColumn
-