Class ComponentAddress

java.lang.Object
com.almis.awe.model.entities.actions.ComponentAddress
All Implemented Interfaces:
Serializable

public class ComponentAddress extends Object implements Serializable
Author:
pgarcia and pvidal
See Also:
  • Constructor Details

    • ComponentAddress

      public ComponentAddress(ComponentAddress other)
      Copy constructor
      Parameters:
      other - ComponentAddress object
    • ComponentAddress

      public ComponentAddress(String view, String component, String row, String column)
      Constructor
      Parameters:
      view - Component view
      component - Component id
      row - Row
      column - Column
  • Method Details

    • fromJson

      public static ComponentAddress fromJson(com.fasterxml.jackson.databind.JsonNode address)
      Generate component address from json value
      Parameters:
      address - Json address
      Returns:
      Component address