Class LivelinkConnector.VolumeAndId

  • Enclosing class:
    LivelinkConnector

    protected static class LivelinkConnector.VolumeAndId
    extends java.lang.Object
    Class for returning volume id/folder id combination on path lookup.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int folderID  
      protected int volumeID  
    • Constructor Summary

      Constructors 
      Constructor Description
      VolumeAndId​(int volumeID, int folderID)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPathId()  
      int getVolumeID()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • volumeID

        protected final int volumeID
      • folderID

        protected final int folderID
    • Constructor Detail

      • VolumeAndId

        public VolumeAndId​(int volumeID,
                           int folderID)
    • Method Detail

      • getVolumeID

        public int getVolumeID()
      • getPathId

        public int getPathId()