Class TapeCatalog

    • Constructor Detail

      • TapeCatalog

        public TapeCatalog()
    • Method Detail

      • getCode

        public java.lang.String getCode()
      • setCode

        public TapeCatalog setCode​(java.lang.String code)
      • getLibrary

        public java.lang.String getLibrary()
      • setLibrary

        public TapeCatalog setLibrary​(java.lang.String library)
      • getType

        public java.lang.String getType()
      • setType

        public TapeCatalog setType​(java.lang.String type)
      • getWrittenBytes

        public java.lang.Long getWrittenBytes()
      • setWrittenBytes

        public TapeCatalog setWrittenBytes​(java.lang.Long writtenBytes)
      • getTapeState

        public TapeState getTapeState()
      • getCapacity

        public java.lang.Long getCapacity()
      • setCapacity

        public TapeCatalog setCapacity​(java.lang.Long capacity)
      • getFileCount

        public java.lang.Integer getFileCount()
      • setFileCount

        public TapeCatalog setFileCount​(java.lang.Integer fileCount)
      • getCurrentLocation

        public TapeLocation getCurrentLocation()
      • getPreviousLocation

        public TapeLocation getPreviousLocation()
      • isCompressed

        public boolean isCompressed()
      • setCompressed

        public TapeCatalog setCompressed​(boolean compressed)
      • isWorm

        public boolean isWorm()
      • setWorm

        public TapeCatalog setWorm​(boolean worm)
      • getVersion

        public int getVersion()
      • setVersion

        public TapeCatalog setVersion​(int version)
      • getAlternativeCode

        public java.lang.String getAlternativeCode()
      • setAlternativeCode

        public TapeCatalog setAlternativeCode​(java.lang.String alternativeCode)
      • getBucket

        public java.lang.String getBucket()
      • setBucket

        public TapeCatalog setBucket​(java.lang.String bucket)
      • getCurrentPosition

        public java.lang.Integer getCurrentPosition()
      • setCurrentPosition

        public TapeCatalog setCurrentPosition​(java.lang.Integer currentPosition)