Class PdbxDatabaseStatusHistory

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDatabaseStatusHistory
    extends BaseCategory
    The pdbx_database_status_history category records the time evolution of entry processing status.
    • Constructor Detail

      • PdbxDatabaseStatusHistory

        public PdbxDatabaseStatusHistory​(String name,
                                         Map<String,​Column> columns)
      • PdbxDatabaseStatusHistory

        public PdbxDatabaseStatusHistory​(String name,
                                         int rowCount,
                                         Object[] encodedColumns)
      • PdbxDatabaseStatusHistory

        public PdbxDatabaseStatusHistory​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        The value of _pdbx_database_status_history.entry_id identifies the entry data block.
        Returns:
        StrColumn
      • getOrdinal

        public StrColumn getOrdinal()
        Ordinal index for the status history list.
        Returns:
        StrColumn
      • getDateBegin

        public StrColumn getDateBegin()
        This is the date of the start of the current processing status state.
        Returns:
        StrColumn
      • getDateEnd

        public StrColumn getDateEnd()
        This is the date of the end of the current processing status state.
        Returns:
        StrColumn
      • getStatusCode

        public StrColumn getStatusCode()
        Current entry processing status.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Special details about the current process status state.
        Returns:
        StrColumn