Class TapeLocation


  • public class TapeLocation
    extends java.lang.Object
    • Constructor Detail

      • TapeLocation

        public TapeLocation​(java.lang.Integer index,
                            TapeLocationType locationType)
    • Method Detail

      • equals

        public boolean equals​(TapeLocation tapeLocation)
      • getIndex

        public java.lang.Integer getIndex()
      • setIndex

        public void setIndex​(java.lang.Integer index)
      • setLocationType

        public void setLocationType​(TapeLocationType locationType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object