Interface Identifiable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Obtains a globally-unique identifier
      void setId​(java.lang.String id)
      Sets the globally-unique identifier
      • Methods inherited from interface org.jboss.shrinkwrap.api.Assignable

        as
    • Method Detail

      • getId

        java.lang.String getId()
        Obtains a globally-unique identifier
        Returns:
      • setId

        void setId​(java.lang.String id)
            throws java.lang.IllegalArgumentException
        Sets the globally-unique identifier
        Parameters:
        id -
        Throws:
        java.lang.IllegalArgumentException - If the ID is not specified