Class RemoteQueryLight

    • Field Detail

      • id

        protected long id
        Object id
    • Constructor Detail

      • RemoteQueryLight

        public RemoteQueryLight()
      • RemoteQueryLight

        public RemoteQueryLight​(long id,
                                String name,
                                String description,
                                boolean isPublic)
      • RemoteQueryLight

        public RemoteQueryLight​(Query query)
    • Method Detail

      • getId

        public long getId()
      • setOid

        public void setOid​(long id)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isIsPublic

        public boolean isIsPublic()
      • setIsPublic

        public void setIsPublic​(boolean isPublic)
      • getName

        public String getName()
      • setName

        public void setName​(String name)