Package xyz.euclia.jaqpotj.models
Class Dataset
java.lang.Object
xyz.euclia.jaqpotj.models.JaqpotEntity
xyz.euclia.jaqpotj.models.Dataset
public class Dataset extends JaqpotEntity
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataset.DatasetExistencestatic classDataset.DescriptorCategory -
Constructor Summary
Constructors Constructor Description Dataset() -
Method Summary
Modifier and Type Method Description Stringget_id()StringgetByModel()List<DataEntry>getDataEntry()StringgetDatasetPic()StringgetDatasetURI()Set<Dataset.DescriptorCategory>getDescriptors()Dataset.DatasetExistencegetExistence()Set<FeatureInfo>getFeatures()BooleangetOnTrash()IntegergetTotalColumns()IntegergetTotalRows()voidset_id(String _id)voidsetByModel(String byModel)voidsetDataEntry(List<DataEntry> dataEntry)voidsetDatasetPic(String datasetPic)voidsetDatasetURI(String datasetURI)voidsetDescriptors(Set<Dataset.DescriptorCategory> descriptors)voidsetExistence(Dataset.DatasetExistence existence)voidsetFeatures(Set<FeatureInfo> features)voidsetOnTrash(Boolean onTrash)voidsetTotalColumns(Integer totalColumns)voidsetTotalRows(Integer totalRows)StringtoString()Methods inherited from class xyz.euclia.jaqpotj.models.JaqpotEntity
equals, getFeatured, getId, getMeta, getOntologicalClasses, getTemporary, getVisible, hashCode, setFeatured, setId, setMeta, setOntologicalClasses, setTemporary, setVisible
-
Constructor Details
-
Dataset
public Dataset()
-
-
Method Details
-
get_id
-
set_id
-
getDatasetURI
-
setDatasetURI
-
getByModel
-
setByModel
-
getDataEntry
-
setDataEntry
-
getFeatures
-
setFeatures
-
getTotalRows
-
setTotalRows
-
getTotalColumns
-
setTotalColumns
-
getDescriptors
-
setDescriptors
-
getDatasetPic
-
setDatasetPic
-
getExistence
-
setExistence
-
getOnTrash
-
setOnTrash
-
toString
-