Package org.rcsb.cif.schema.mm
Class PdbxChemCompAudit
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxChemCompAudit
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxChemCompAudit
extends DelegatingCategory
Data items in the PDBX_CHEM_COMP_AUDIT category records
the status and tracking information for this component.
-
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 PdbxChemCompAudit(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.StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.StrColumngetDate()The date associated with this audit record.StrColumngetDetails()Additional details decribing this change.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
-
getCompId
This data item is a pointer to _chem_comp.id in the CHEM_COMP 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
-