Package org.rcsb.cif.schema.mm
Class PdbxEntitySrcGenProdOther
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntitySrcGenProdOther
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntitySrcGenProdOther
extends DelegatingCategory
This category contains details for process steps that are
not explicitly catered for elsewhere. It provides some basic
details as well as placeholders for a list of parameters and
values (the category PDBX_ENTITY_SRC_GEN_PROD_OTHER_PARAMETER).
Note that processes that have been modelled explicitly should
not be represented using this category.
-
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 PdbxEntitySrcGenProdOther(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDate()The date of this process step.StrColumngetDetails()Additional details of this process step.StrColumngetEndConstructId()This item is a pointer to pdbx_construct.id in the PDBX_CONSTRUCT category.StrColumngetEntityId()The value of _pdbx_entity_src_gen_prod_other.entity_id uniquely identifies each protein contained in the project target protein complex whose structure is to be determined.StrColumngetEntryId()The value of _pdbx_entity_src_gen_prod_other.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined.IntColumngetNextStepId()This item unique identifier for the next production step.StrColumngetProcessName()Name of this process step.StrColumngetRobotId()This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category.IntColumngetStepId()This item is the unique identifier for this process step.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_prod_other.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined. This is a pointer to _entry.id. This item may be a site dependent bar code.- Returns:
- StrColumn
-
getEntityId
The value of _pdbx_entity_src_gen_prod_other.entity_id uniquely identifies each protein contained in the project target protein complex whose structure is to be determined. This data item is a pointer to _entity.id in the ENTITY category. This item may be a site dependent bar code.- Returns:
- StrColumn
-
getStepId
This item is the unique identifier for this process step.- Returns:
- IntColumn
-
getNextStepId
This item unique identifier for the next production step. This allows a workflow to have multiple entry points leading to a single product.- Returns:
- IntColumn
-
getEndConstructId
This item is a pointer to pdbx_construct.id in the PDBX_CONSTRUCT category. The referenced nucleic acid sequence is that of the product of the process step.- Returns:
- StrColumn
-
getRobotId
This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category. The referenced robot is the robot responsible for the process step- Returns:
- StrColumn
-
getDate
The date of this process step.- Returns:
- StrColumn
-
getProcessName
Name of this process step.- Returns:
- StrColumn
-
getDetails
Additional details of this process step.- Returns:
- StrColumn
-