Class MockIdentity

    • Constructor Summary

      Constructors 
      Constructor Description
      MockIdentity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      MockIdentity setId​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • MockIdentity

        public MockIdentity()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface Identity
        Returns:
        ID of plug-in manifest element
        See Also:
        Identity.getId()
      • setId

        public MockIdentity setId​(java.lang.String value)
        Parameters:
        value - the id to set
        Returns:
        this instance