Package org.rcsb.cif.model.generated
Class PdbxDatabaseStatusHistory
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description PdbxDatabaseStatusHistory(String name)PdbxDatabaseStatusHistory(String name, int rowCount, Object[] encodedColumns)PdbxDatabaseStatusHistory(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
-
-
-
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
-
-