Class Dataset

java.lang.Object
xyz.euclia.jaqpotj.models.JaqpotEntity
xyz.euclia.jaqpotj.models.Dataset

public class Dataset
extends JaqpotEntity
  • Constructor Details

    • Dataset

      public Dataset()
  • Method Details

    • get_id

      public String get_id()
    • set_id

      public void set_id​(String _id)
    • getDatasetURI

      public String getDatasetURI()
    • setDatasetURI

      public void setDatasetURI​(String datasetURI)
    • getByModel

      public String getByModel()
    • setByModel

      public void setByModel​(String byModel)
    • getDataEntry

      public List<DataEntry> getDataEntry()
    • setDataEntry

      public void setDataEntry​(List<DataEntry> dataEntry)
    • getFeatures

      public Set<FeatureInfo> getFeatures()
    • setFeatures

      public void setFeatures​(Set<FeatureInfo> features)
    • getTotalRows

      public Integer getTotalRows()
    • setTotalRows

      public void setTotalRows​(Integer totalRows)
    • getTotalColumns

      public Integer getTotalColumns()
    • setTotalColumns

      public void setTotalColumns​(Integer totalColumns)
    • getDescriptors

      public Set<Dataset.DescriptorCategory> getDescriptors()
    • setDescriptors

      public void setDescriptors​(Set<Dataset.DescriptorCategory> descriptors)
    • getDatasetPic

      public String getDatasetPic()
    • setDatasetPic

      public void setDatasetPic​(String datasetPic)
    • getExistence

      public Dataset.DatasetExistence getExistence()
    • setExistence

      public void setExistence​(Dataset.DatasetExistence existence)
    • getOnTrash

      public Boolean getOnTrash()
    • setOnTrash

      public void setOnTrash​(Boolean onTrash)
    • toString

      public String toString()
      Overrides:
      toString in class Object