Class DataSet
- java.lang.Object
-
- es.bsc.dataclay.util.MgrObject<DataSetID>
-
- es.bsc.dataclay.util.management.datasetmgr.DataSet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetIsPublic()StringgetName()Get the name of this DataSetAccountIDgetProviderAccountID()Get the responsible of this DataSetvoidsetIsPublic(boolean setAsPublic)voidsetName(String newname)Set the DataSet::name of this DataSetvoidsetProviderAccountID(AccountID newResponsible)Set the DataSet::responsible of this DataSet.-
Methods inherited from class es.bsc.dataclay.util.MgrObject
getDataClayID, setDataClayID
-
-
-
-
Constructor Detail
-
DataSet
public DataSet()
Creates an empty dataset
-
DataSet
@Deprecated public DataSet(String newname, String newproviderAccountName, boolean setAsPublic)
Deprecated.DataSet constructor with name and responsible- Parameters:
newname- Name to be setnewproviderAccountName- Provider account to be set
-
-
Method Detail
-
setIsPublic
public void setIsPublic(boolean setAsPublic)
-
getIsPublic
public boolean getIsPublic()
-
getName
public String getName()
Get the name of this DataSet- Returns:
- DataSet::name of container DataSet.
-
setName
public void setName(String newname)
Set the DataSet::name of this DataSet- Parameters:
newname- New name to be set
-
getProviderAccountID
public AccountID getProviderAccountID()
Get the responsible of this DataSet- Returns:
- DataSet::responsible of container DataSet.
-
setProviderAccountID
public void setProviderAccountID(AccountID newResponsible)
Set the DataSet::responsible of this DataSet.- Parameters:
newResponsible- Responsible account to set
-
-