Class SeriesIndexRecord


  • public final class SeriesIndexRecord
    extends StandardRecord
    links a series to its position in the series list.
    • Constructor Detail

      • SeriesIndexRecord

        public SeriesIndexRecord()
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: Record
        get a string representation of the record (for biffview/debugging)
        Overrides:
        toString in class Record
      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class Record
      • getIndex

        public short getIndex()
        Get the index field for the SeriesIndex record.
      • setIndex

        public void setIndex​(short field_1_index)
        Set the index field for the SeriesIndex record.