Interface NamedParticipant<I extends Interaction,​F extends Feature>

    • Method Detail

      • getShortName

        String getShortName()
        The short name of the entity. It can be null or empty.
        Returns:
        the short name
      • setShortName

        void setShortName​(String name)
        Sets the short name of an entity
        Parameters:
        name - : short name
      • getFullName

        String getFullName()
        The full name of the entity. It can be null
        Returns:
        the full name
      • setFullName

        void setFullName​(String name)
        Sets the full name of the entity
        Parameters:
        name - : full name