Package org.rcsb.cif.model.generated
Class PdbxEntitySrcGenExpressTimepoint
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxEntitySrcGenExpressTimepoint
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxEntitySrcGenExpressTimepoint extends BaseCategory
This category contains details for OD time series used to monitor a given EXPRESSION step used in the overall protein production process.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxEntitySrcGenExpressTimepoint(String name)PdbxEntitySrcGenExpressTimepoint(String name, int rowCount, Object[] encodedColumns)PdbxEntitySrcGenExpressTimepoint(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
Constructor Detail
-
PdbxEntitySrcGenExpressTimepoint
public PdbxEntitySrcGenExpressTimepoint(String name, Map<String,Column> columns)
-
PdbxEntitySrcGenExpressTimepoint
public PdbxEntitySrcGenExpressTimepoint(String name, int rowCount, Object[] encodedColumns)
-
PdbxEntitySrcGenExpressTimepoint
public PdbxEntitySrcGenExpressTimepoint(String name)
-
-
Method Detail
-
getEntryId
public StrColumn 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
public 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
public IntColumn getStepId()
This item is a pointer to _pdbx_entity_src_gen_express.step_id- Returns:
- IntColumn
-
getSerial
public IntColumn getSerial()
This items uniquely defines a timepoint within a series.- Returns:
- IntColumn
-
getOD
public IntColumn getOD()
The optical density of the expression culture in arbitrary units at the timepoint specified.- Returns:
- IntColumn
-
getTime
public IntColumn getTime()
The time in hours after induction/transformation/transfection at which the optical density of the culture was measured.- Returns:
- IntColumn
-
-