Interface HasId

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ID  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the String id of an object.
      void setId​(java.lang.String id)
      Sets the id of an object
    • Method Detail

      • getId

        java.lang.String getId()
        Returns the String id of an object.
        Returns:
        the id
      • setId

        void setId​(java.lang.String id)
        Sets the id of an object
        Parameters:
        id - the new id.