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