Class BuildingStoreyQuery

java.lang.Object
nl.bimbase.bimworks.client.BuildingStoreyQuery
All Implemented Interfaces:
CompareQuery

public class BuildingStoreyQuery extends Object implements CompareQuery
  • Constructor Details

    • BuildingStoreyQuery

      public BuildingStoreyQuery(String name, nl.bimbase.bimworks.common.client.Operator operator, com.fasterxml.jackson.databind.JsonNode value)
    • BuildingStoreyQuery

      public BuildingStoreyQuery(String name, nl.bimbase.bimworks.common.client.Operator operator, int value)
  • Method Details

    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • getName

      public String getName()
      Specified by:
      getName in interface CompareQuery
    • setName

      public void setName(String name)
    • getOperator

      public nl.bimbase.bimworks.common.client.Operator getOperator()
      Specified by:
      getOperator in interface CompareQuery
    • setOperator

      public void setOperator(nl.bimbase.bimworks.common.client.Operator operator)
    • getValue

      public com.fasterxml.jackson.databind.JsonNode getValue()
      Specified by:
      getValue in interface CompareQuery
    • setValue

      public void setValue(com.fasterxml.jackson.databind.JsonNode value)
    • of

      public static BuildingStoreyQuery of(com.fasterxml.jackson.databind.JsonNode buildingStoreyNode)
    • copy

      public BuildingStoreyQuery copy()