Class 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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getCreationDate

      public StrColumn getCreationDate()
      A date that the data block was created. The date format is yyyy-mm-dd.
      Returns:
      StrColumn
    • getCreationMethod

      public StrColumn getCreationMethod()
      A description of how data were entered into the data block.
      Returns:
      StrColumn
    • getRevisionId

      public StrColumn getRevisionId()
      The value of _audit.revision_id must uniquely identify a record in the AUDIT list.
      Returns:
      StrColumn
    • getUpdateRecord

      public 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