|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectensemble.Data_set
public class Data_set
This class represents a set of data from the database.
Constructor Summary | |
---|---|
Data_set(int id,
java.lang.String setName,
java.lang.String username,
java.lang.String description)
Creates a new data set with the given values. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
A description of the data set. |
int |
getId()
The ID number of the data set. |
java.lang.String |
getSetName()
The name of the data set. |
java.lang.String |
getUsername()
The name of the user who uploaded the data set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Data_set(int id, java.lang.String setName, java.lang.String username, java.lang.String description)
id
- The ID number of the data setsetName
- The name of the data setusername
- The name of the user who uploaded the data setdescription
- A description of the data setMethod Detail |
---|
public java.lang.String getDescription()
public int getId()
public java.lang.String getSetName()
public java.lang.String getUsername()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |