Package org.rcsb.cif.model.generated
Class Audit
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
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
-
-