Class FrontendComponent

java.lang.Object
com.novomind.ecom.api.iagent.frontend.operation.FrontendComponent

public final class FrontendComponent extends Object
This class represents a component in the frontend of the novomind iAGENT app.
Since:
11.9
  • Constructor Details

    • FrontendComponent

      public FrontendComponent()
  • Method Details

    • getId

      public 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(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