Class Count


  • public class Count
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Count()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAreas()  
      java.lang.Integer getNodes()  
      java.lang.Integer getRelations()  
      java.lang.Integer getTotal()  
      java.lang.Integer getWays()  
      void setAreas​(java.lang.Integer areas)  
      void setNodes​(java.lang.Integer nodes)  
      void setRelations​(java.lang.Integer relations)  
      void setTotal​(java.lang.Integer total)  
      void setWays​(java.lang.Integer ways)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Count

        public Count()
    • Method Detail

      • setTotal

        public void setTotal​(java.lang.Integer total)
      • getTotal

        public java.lang.Integer getTotal()
      • setNodes

        public void setNodes​(java.lang.Integer nodes)
      • getNodes

        public java.lang.Integer getNodes()
      • setWays

        public void setWays​(java.lang.Integer ways)
      • getWays

        public java.lang.Integer getWays()
      • setRelations

        public void setRelations​(java.lang.Integer relations)
      • getRelations

        public java.lang.Integer getRelations()
      • setAreas

        public void setAreas​(java.lang.Integer areas)
      • getAreas

        public java.lang.Integer getAreas()