Package org.rcsb.cif.schema.mm
Class PdbxPrdAudit
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxPrdAudit
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxPrdAudit
extends DelegatingCategory
Data items in the PDBX_PRD_AUDIT category records
the status and tracking information for this molecule.
-
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 PdbxPrdAudit(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 molecule.StrColumngetDate()The date associated with this audit record.StrColumngetDetails()Additional details decribing this change.StrColumngetPrdId()This data item is a pointer to _pdbx_reference_molecule.prd_id in the pdbx_reference_molecule category.StrColumngetProcessingSite()An identifier for the wwPDB site creating or modifying the molecule.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPrdId
This data item is a pointer to _pdbx_reference_molecule.prd_id in the pdbx_reference_molecule category.- Returns:
- StrColumn
-
getDate
The date associated with this audit record.- Returns:
- StrColumn
-
getAnnotator
The initials of the annotator creating of modifying the molecule.- Returns:
- StrColumn
-
getProcessingSite
An identifier for the wwPDB site creating or modifying the molecule.- Returns:
- StrColumn
-
getDetails
Additional details decribing this change.- Returns:
- StrColumn
-
getActionType
The action associated with this audit record.- Returns:
- StrColumn
-