Class ResponseRow

java.lang.Object
org.chenile.query.model.ResponseRow
All Implemented Interfaces:
Serializable

public class ResponseRow extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • ResponseRow

      public ResponseRow()
  • Method Details

    • getRow

      public Object getRow()
      Returns:
      the rowInfo
    • setRow

      public void setRow(Object row)
      Parameters:
      row - the row to set
    • getAllowedActions

      public List<Map<String,String>> getAllowedActions()
      Returns:
      the allowedActions
    • setAllowedActions

      public void setAllowedActions(List<Map<String,String>> allowedActions)
      Parameters:
      allowedActions - the allowedActions to set
    • toString

      public String toString()
      Overrides:
      toString in class Object