Class FrontendComponent
java.lang.Object
com.novomind.ecom.api.iagent.frontend.operation.FrontendComponent
This class represents a component in the frontend of the novomind iAGENT app.
- Since:
- 11.9
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()The id is the unique identifier of the component in the frontend of the novomind iAGENT app.Sets the unique identifier of the component in the frontend of the novomind iAGENT app.
-
Constructor Details
-
FrontendComponent
public FrontendComponent()Constructs a newFrontendComponent.- Since:
- 11.9
-
-
Method Details
-
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
Sets the unique identifier of the component in the frontend of the novomind iAGENT app.- 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
-