Package org.rcsb.cif.schema.mm
Class Audit
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Audit
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Audit
extends DelegatingCategory
Data items in the AUDIT category record details about the
creation and subsequent updating of the data block.
Note that these items apply only to the creation and updating of
the data block, and should not be confused with the data items
in the JOURNAL category that record different stages in the
publication of the material in the data block.
-
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
-
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCreationDate()A date that the data block was created.StrColumngetCreationMethod()A description of how data were entered into the data block.StrColumngetRevisionId()The value of _audit.revision_id must uniquely identify a record in the AUDIT list.StrColumngetUpdateRecord()A record of any changes to the data block.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCreationDate
A date that the data block was created. The date format is yyyy-mm-dd.- Returns:
- StrColumn
-
getCreationMethod
A description of how data were entered into the data block.- Returns:
- StrColumn
-
getRevisionId
The value of _audit.revision_id must uniquely identify a record in the AUDIT list.- Returns:
- StrColumn
-
getUpdateRecord
A record of any changes to the data block. The update format is a date (yyyy-mm-dd) followed by a description of the changes. The latest update entry is added to the bottom of this record.- Returns:
- StrColumn
-