Package org.rcsb.cif.schema.mm
Class PdbxDatabaseStatusHistory
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDatabaseStatusHistory
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDatabaseStatusHistory
extends DelegatingCategory
The pdbx_database_status_history category records the time evolution of entry
processing status.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxDatabaseStatusHistory(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDateBegin()This is the date of the start of the current processing status state.StrColumngetDateEnd()This is the date of the end of the current processing status state.StrColumngetDetails()Special details about the current process status state.StrColumngetEntryId()The value of _pdbx_database_status_history.entry_id identifies the entry data block.StrColumngetOrdinal()Ordinal index for the status history list.StrColumngetStatusCode()Current entry processing status.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The value of _pdbx_database_status_history.entry_id identifies the entry data block.- Returns:
- StrColumn
-
getOrdinal
Ordinal index for the status history list.- Returns:
- StrColumn
-
getDateBegin
This is the date of the start of the current processing status state.- Returns:
- StrColumn
-
getDateEnd
This is the date of the end of the current processing status state.- Returns:
- StrColumn
-
getStatusCode
Current entry processing status.- Returns:
- StrColumn
-
getDetails
Special details about the current process status state.- Returns:
- StrColumn
-