Class MetaDataInfo
- java.lang.Object
- 
- es.bsc.dataclay.util.MgrObject<ObjectID>
- 
- es.bsc.dataclay.util.management.metadataservice.MetaDataInfo
 
 
- 
- 
Constructor SummaryConstructors Constructor Description MetaDataInfo()Emtpy constructor for serializationMetaDataInfo(ObjectID newdataClayID, DataSetID newdatasetID, MetaClassID newmetaClassID, boolean readOnly, Set<ExecutionEnvironmentID> newlocations, String newAlias, AccountID newownerID)Basic constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Get the MetaDataInfo::aliasesDataSetIDgetDatasetID()Get the MetaDataInfo::datasetIDbooleangetIsReadOnly()Get the MetaDataInfo::isReadOnlySet<ExecutionEnvironmentID>getLocations()Get the MetaDataInfo::environmentsMetaClassIDgetMetaclassID()Get the MetaDataInfo::metaclassIDAccountIDgetOwnerID()Get the MetaDataInfo::ownerIDvoidsetAlias(String newAlias)Set the MetaDataInfo::aliasesvoidsetDatasetID(DataSetID newdatasetID)Set the MetaDataInfo::datasetIDvoidsetIsReadOnly(boolean newisReadOnly)Set the MetaDataInfo::isReadOnlyvoidsetLocations(Set<ExecutionEnvironmentID> newlocations)Set the MetaDataInfo::environmentsvoidsetMetaclassID(MetaClassID newmetaclassID)Set the MetaDataInfo::metaclassIDvoidsetOwnerID(AccountID theOwnerID)Set the MetaDataInfo::ownerIDStringtoString()- 
Methods inherited from class es.bsc.dataclay.util.MgrObjectgetDataClayID, setDataClayID
 
- 
 
- 
- 
- 
Constructor Detail- 
MetaDataInfopublic MetaDataInfo() Emtpy constructor for serialization
 - 
MetaDataInfopublic MetaDataInfo(ObjectID newdataClayID, DataSetID newdatasetID, MetaClassID newmetaClassID, boolean readOnly, Set<ExecutionEnvironmentID> newlocations, String newAlias, AccountID newownerID) Basic constructor- Parameters:
- newdatasetID- the dataset ID of the object
- newmetaClassID- the class ID of the object
- readOnly- whether the object is readonly or not
- newlocations- locations of the object
- newenvironments- execution environments of object
- newAliases- aliases of the object
- newownerID- New owner id
 
 
- 
 - 
Method Detail- 
getIsReadOnlypublic boolean getIsReadOnly() Get the MetaDataInfo::isReadOnly- Returns:
- the isReadOnly
 
 - 
setIsReadOnlypublic void setIsReadOnly(boolean newisReadOnly) Set the MetaDataInfo::isReadOnly- Parameters:
- newisReadOnly- the isReadOnly to set
 
 - 
getDatasetIDpublic DataSetID getDatasetID() Get the MetaDataInfo::datasetID- Returns:
- the datasetID
 
 - 
setDatasetIDpublic void setDatasetID(DataSetID newdatasetID) Set the MetaDataInfo::datasetID- Parameters:
- newdatasetID- the datasetID to set
 
 - 
getMetaclassIDpublic MetaClassID getMetaclassID() Get the MetaDataInfo::metaclassID- Returns:
- the metaclassID
 
 - 
setMetaclassIDpublic void setMetaclassID(MetaClassID newmetaclassID) Set the MetaDataInfo::metaclassID- Parameters:
- newmetaclassID- the metaclassID to set
 
 - 
getLocationspublic Set<ExecutionEnvironmentID> getLocations() Get the MetaDataInfo::environments- Returns:
- the environments
 
 - 
setLocationspublic void setLocations(Set<ExecutionEnvironmentID> newlocations) Set the MetaDataInfo::environments- Parameters:
- newlocations- the locations to set
 
 - 
getAliaspublic String getAlias() Get the MetaDataInfo::aliases- Returns:
- the aliases
 
 - 
setAliaspublic void setAlias(String newAlias) Set the MetaDataInfo::aliases- Parameters:
- newaliases- the aliases to set
 
 - 
getOwnerIDpublic AccountID getOwnerID() Get the MetaDataInfo::ownerID- Returns:
- the ownerID
 
 - 
setOwnerIDpublic void setOwnerID(AccountID theOwnerID) Set the MetaDataInfo::ownerID- Parameters:
- theOwnerID- the ownerID to set
 
 
- 
 
-