Class Audit

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class Audit
    extends BaseCategory
    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.
    • Method Detail

      • 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