Class LivelinkConnector.MetadataPathItem

  • Enclosing class:
    LivelinkConnector

    protected static class LivelinkConnector.MetadataPathItem
    extends java.lang.Object
    Class that describes a metadata catid and path.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int catID  
      protected java.lang.String catName  
    • Constructor Summary

      Constructors 
      Constructor Description
      MetadataPathItem​(int catID, java.lang.String catName)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCatID()
      Get the cat ID.
      java.lang.String getCatName()
      Get the cat name.
      • Methods inherited from class java.lang.Object

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

      • catID

        protected final int catID
      • catName

        protected final java.lang.String catName
    • Constructor Detail

      • MetadataPathItem

        public MetadataPathItem​(int catID,
                                java.lang.String catName)
        Constructor.
    • Method Detail

      • getCatID

        public int getCatID()
        Get the cat ID.
        Returns:
        the id.
      • getCatName

        public java.lang.String getCatName()
        Get the cat name.
        Returns:
        the category name path.