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.
  • Constructor Details

  • Method Details

    • createDelegate

      protected Column createDelegate​(String columnName, Column column)
      Overrides:
      createDelegate in class DelegatingCategory
    • getLinkId

      public StrColumn getLinkId()
      This data item is a pointer to _chem_link.id in the CHEM_LINK category.
      Returns:
      StrColumn
    • getDetails

      public StrColumn getDetails()
      A description of special aspects of a link between chemical components in the structure.
      Returns:
      StrColumn
    • getEntityId1

      public 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

      public 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

      public IntColumn 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

      public 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