Class PdbxDatabaseProc

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxDatabaseProc
    extends BaseCategory
    Internal records to track the data processing cycle.
    • Constructor Detail

      • PdbxDatabaseProc

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

        public PdbxDatabaseProc​(String name)
    • Method Detail

      • getEntryId

        public StrColumn getEntryId()
        The value of _pdbx_database_proc.entry_id identifies the data block.
        Returns:
        StrColumn
      • getCycleId

        public StrColumn getCycleId()
        This is a number of the processing cycle.
        Returns:
        StrColumn
      • getDateBeginCycle

        public StrColumn getDateBeginCycle()
        This is the date of the start of the processing cycle.
        Returns:
        StrColumn
      • getDateEndCycle

        public StrColumn getDateEndCycle()
        This is the date of the end of the processing cycle.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Special details about the current processing cycle.
        Returns:
        StrColumn