Package org.rcsb.cif.model.generated
Class PdbxFamilyPrdAudit
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxFamilyPrdAudit
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxFamilyPrdAudit extends BaseCategory
Data items in the PDBX_FAMILY_PRD_AUDIT category records the status and tracking information for this family.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxFamilyPrdAudit(String name)PdbxFamilyPrdAudit(String name, int rowCount, Object[] encodedColumns)PdbxFamilyPrdAudit(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getFamilyPrdId
public StrColumn getFamilyPrdId()
This data item is a pointer to _pdbx_reference_molecule_family.family_prd_id in the pdbx_reference_molecule category.- Returns:
- StrColumn
-
getDate
public StrColumn getDate()
The date associated with this audit record.- Returns:
- StrColumn
-
getAnnotator
public StrColumn getAnnotator()
The initials of the annotator creating of modifying the family.- Returns:
- StrColumn
-
getProcessingSite
public StrColumn getProcessingSite()
An identifier for the wwPDB site creating or modifying the family.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Additional details decribing this change.- Returns:
- StrColumn
-
getActionType
public StrColumn getActionType()
The action associated with this audit record.- Returns:
- StrColumn
-
-