Class IdentityImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      IdentityImpl​(java.lang.String id, java.lang.String location, java.lang.String type)  
      IdentityImpl​(java.lang.String id, java.lang.String location, SystemType type)  
    • 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

      • IdentityImpl

        public IdentityImpl​(java.lang.String id,
                            java.lang.String location,
                            java.lang.String type)
      • IdentityImpl

        public IdentityImpl​(java.lang.String id,
                            java.lang.String location,
                            SystemType type)
    • 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