Package org.rcsb.cif.schema.mm
Class EntityLink
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EntityLink
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EntityLink
extends DelegatingCategory
Data items in the ENTITY_LINK category give details about
the links between entities.
-
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 EntityLink(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of a link between chemical components in the structure.StrColumngetEntityId1()The entity ID of the first of the two entities joined by the link.StrColumngetEntityId2()The entity ID of the second of the two entities joined by the link.IntColumngetEntitySeqNum1()For a polymer entity, the sequence number in the first of the two entities containing the link.IntColumngetEntitySeqNum2()For a polymer entity, the sequence number in the second of the two entities containing the link.StrColumngetLinkId()This data item is a pointer to _chem_link.id in the CHEM_LINK category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getLinkId
This data item is a pointer to _chem_link.id in the CHEM_LINK category.- Returns:
- StrColumn
-
getDetails
A description of special aspects of a link between chemical components in the structure.- Returns:
- StrColumn
-
getEntityId1
The entity ID of the first of the two entities joined by the link. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getEntityId2
The entity ID of the second of the two entities joined by the link. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getEntitySeqNum1
For a polymer entity, the sequence number in the first of the two entities containing the link. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getEntitySeqNum2
For a polymer entity, the sequence number in the second of the two entities containing the link. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-