Class NodeImpl

  • All Implemented Interfaces:
    Node

    public class NodeImpl
    extends java.lang.Object
    implements Node
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeImpl​(OnmsNode entity)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getId()  
      java.lang.String getLabel()  
      • Methods inherited from class java.lang.Object

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

      • NodeImpl

        public NodeImpl​(OnmsNode entity)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Specified by:
        getLabel in interface Node
      • getId

        public java.lang.Integer getId()
        Specified by:
        getId in interface Node