Class FrontendComponent


  • public final class FrontendComponent
    extends java.lang.Object
    This class represents a component in the frontend of the novomind iAGENT app.
    Since:
    11.9
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      The id is the unique identifier of the component in the frontend of the novomind iAGENT app.
      FrontendComponent setId​(java.lang.String id)  
      • Methods inherited from class java.lang.Object

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

      • FrontendComponent

        public FrontendComponent()
    • Method Detail

      • getId

        public java.lang.String getId()
        The id is the unique identifier of the component in the frontend of the novomind iAGENT app.
        Returns:
        the Id
        Since:
        11.9
      • setId

        public FrontendComponent setId​(java.lang.String id)
        Parameters:
        id - is the unique identifier of the component in the frontend of the novomind iAGENT app.
        Returns:
        a reference to this object.
        Since:
        11.9