Package org.rcsb.cif.schema.mm
Class PdbxChemCompModelAudit
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompModelAudit
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompModelAudit
extends DelegatingCategory
Data items in the PDBX_CHEM_COMP_MODEL_AUDIT category records
the status and tracking information for this component model instance.
-
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 PdbxChemCompModelAudit(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetActionType()The action associated with this audit record.StrColumngetAnnotator()The initials of the annotator creating of modifying the component.StrColumngetDate()The date associated with this audit record.StrColumngetDetails()Additional details decribing this change.StrColumngetModelId()This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.StrColumngetProcessingSite()An identifier for the wwPDB site creating or modifying the component.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getModelId
This data item is a pointer to _pdbx_chem_comp_model.id in the PDBX_CHEM_COMP_MODEL category.- Returns:
- StrColumn
-
getDate
The date associated with this audit record.- Returns:
- StrColumn
-
getAnnotator
The initials of the annotator creating of modifying the component.- Returns:
- StrColumn
-
getProcessingSite
An identifier for the wwPDB site creating or modifying the component.- Returns:
- StrColumn
-
getDetails
Additional details decribing this change.- Returns:
- StrColumn
-
getActionType
The action associated with this audit record.- Returns:
- StrColumn
-