Package org.rcsb.cif.model.generated
Class PdbxDatabaseProc
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.PdbxDatabaseProc
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class PdbxDatabaseProc extends BaseCategory
Internal records to track the data processing cycle.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDatabaseProc(String name)PdbxDatabaseProc(String name, int rowCount, Object[] encodedColumns)PdbxDatabaseProc(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCycleId()This is a number of the processing cycle.StrColumngetDateBeginCycle()This is the date of the start of the processing cycle.StrColumngetDateEndCycle()This is the date of the end of the processing cycle.StrColumngetDetails()Special details about the current processing cycle.StrColumngetEntryId()The value of _pdbx_database_proc.entry_id identifies 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
-
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
-
-