Class Dataset

    • Constructor Summary

      Constructors 
      Constructor Description
      Dataset()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActive()
      Gets flag indicating if the dataset is active: 0 - not active, 1 - active
      java.lang.String getDefaultval()
      Gets default value
      java.lang.String getDelete()
      Gets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deleted
      java.util.List<Link> getLinks()
      links of the Status
      java.lang.String getName()
      Gets the name of the dataset
      void setActive​(java.lang.String active)
      Sets flag indicating if the dataset is active: 0 - not active, 1 - active
      void setDefaultval​(java.lang.String defaultval)
      Sets default value
      void setDelete​(java.lang.String delete)
      Sets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deleted
      void setName​(java.lang.String name)
      Sets the name of the dataset
      • Methods inherited from class java.lang.Object

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

      • Dataset

        public Dataset()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of the dataset
      • setName

        public void setName​(java.lang.String name)
        Sets the name of the dataset
      • getActive

        public java.lang.String getActive()
        Gets flag indicating if the dataset is active: 0 - not active, 1 - active
      • setActive

        public void setActive​(java.lang.String active)
        Sets flag indicating if the dataset is active: 0 - not active, 1 - active
      • getDelete

        public java.lang.String getDelete()
        Gets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deleted
      • setDelete

        public void setDelete​(java.lang.String delete)
        Sets flag indicating if the dataset is deleted: 0 - not deleted, 1 - deleted
      • getDefaultval

        public java.lang.String getDefaultval()
        Gets default value
      • setDefaultval

        public void setDefaultval​(java.lang.String defaultval)
        Sets default value
      • getLinks

        public java.util.List<Link> getLinks()
        links of the Status