Package org.rcsb.cif.schema.mm
Class PdbxEntitySrcGenCharacter
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxEntitySrcGenCharacter
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxEntitySrcGenCharacter
extends DelegatingCategory
This category contains details of protein characterisation. It
refers to the characteristion of the product of a specific
step.
-
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 PdbxEntitySrcGenCharacter(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDate()The date of characterisation step.StrColumngetDetails()Any details associated with this method of protein characterisation.StrColumngetEntityId()The value of _pdbx_entity_src_gen_character.entity_id uniquely identifies each protein contained in the project target complex proteins whose structure is to be determined.StrColumngetEntryId()The value of _pdbx_entity_src_gen_character.entry_id uniquely identifies a sample consisting of one or more proteins whose structure is to be determined.StrColumngetMethod()The method used for protein characterisation.StrColumngetResult()The result from this method of protein characterisation.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 the step whose product has been characterised.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_character.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_character.entity_id uniquely identifies each protein contained in the project target complex proteins 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 the step whose product has been characterised.- Returns:
- IntColumn
-
getRobotId
This data item is a pointer to pdbx_robot_system.id in the PDBX_ROBOT_SYSTEM category.- Returns:
- StrColumn
-
getDate
The date of characterisation step.- Returns:
- StrColumn
-
getMethod
The method used for protein characterisation.- Returns:
- StrColumn
-
getResult
The result from this method of protein characterisation.- Returns:
- StrColumn
-
getDetails
Any details associated with this method of protein characterisation.- Returns:
- StrColumn
-