Class OpenNMSIdentityImpl

  • All Implemented Interfaces:
    Identity

    public class OpenNMSIdentityImpl
    extends java.lang.Object
    implements Identity
    Expose OpenNMS Instance Id through a common Identity interface.
    • Method Summary

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

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

      • OpenNMSIdentityImpl

        public OpenNMSIdentityImpl()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface Identity
      • getLocation

        public java.lang.String getLocation()
        Specified by:
        getLocation in interface Identity
      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Identity