Package org.rcsb.cif.schema.core
Class JournalDate
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.JournalDate
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class JournalDate
extends DelegatingCategory.DelegatingCifCoreCategory
Category of items recording dates of publication processing.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description JournalDate(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetAccepted()Date the publication was accepted.StrColumngetFromCoeditor()Date the publication recieved from coeditor.StrColumngetPrintersFinal()Date the publication last sent to the printers.StrColumngetPrintersFirst()Date the publication first sent to the printers.StrColumngetProofsIn()Date the publication proofs recieved.StrColumngetProofsOut()Date the publication proofs sent out.StrColumngetRecdCopyright()Date completed copyright recieved.StrColumngetRecdElectronic()Date publication recieved electronically.StrColumngetRecdHardCopy()Date publication recieved as hard copy.StrColumngetToCoeditor()Date the publication sent to the coeditor.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getAccepted
Date the publication was accepted.- Returns:
- StrColumn
-
getFromCoeditor
Date the publication recieved from coeditor.- Returns:
- StrColumn
-
getPrintersFinal
Date the publication last sent to the printers.- Returns:
- StrColumn
-
getPrintersFirst
Date the publication first sent to the printers.- Returns:
- StrColumn
-
getProofsIn
Date the publication proofs recieved.- Returns:
- StrColumn
-
getProofsOut
Date the publication proofs sent out.- Returns:
- StrColumn
-
getRecdCopyright
Date completed copyright recieved.- Returns:
- StrColumn
-
getRecdElectronic
Date publication recieved electronically.- Returns:
- StrColumn
-
getRecdHardCopy
Date publication recieved as hard copy.- Returns:
- StrColumn
-
getToCoeditor
Date the publication sent to the coeditor.- Returns:
- StrColumn
-