Class ComponentAddress
java.lang.Object
com.almis.awe.model.entities.actions.ComponentAddress
- All Implemented Interfaces:
Serializable
- Author:
- pgarcia and pvidal
- See Also:
-
Constructor Summary
ConstructorDescriptionComponentAddress
(ComponentAddress other) Copy constructorComponentAddress
(String view, String component, String row, String column) Constructor -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentAddress
fromJson
(com.fasterxml.jackson.databind.JsonNode address) Generate component address from json value
-
Constructor Details
-
ComponentAddress
Copy constructor- Parameters:
other
- ComponentAddress object
-
ComponentAddress
Constructor- Parameters:
view
- Component viewcomponent
- Component idrow
- Rowcolumn
- Column
-
-
Method Details
-
fromJson
Generate component address from json value- Parameters:
address
- Json address- Returns:
- Component address
-