Package org.rcsb.cif.model.generated
Class EmSupersede
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmSupersede
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmSupersede extends BaseCategory
List of newer entries that replace this entry.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmSupersede(String name)EmSupersede(String name, int rowCount, Object[] encodedColumns)EmSupersede(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetDate()Dated when the entry made supersede the other entryStrColumngetDetails()DetailsStrColumngetEntry()Newer entry that replaces this entryStrColumngetId()Primary key-
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
-
getDate
public StrColumn getDate()
Dated when the entry made supersede the other entry- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Details- Returns:
- StrColumn
-
getEntry
public StrColumn getEntry()
Newer entry that replaces this entry- Returns:
- StrColumn
-
getId
public StrColumn getId()
Primary key- Returns:
- StrColumn
-
-