Package es.bsc.dataclay.dataservice
Class ExecutionEnvironmentPersistentInfo
- java.lang.Object
-
- es.bsc.dataclay.dataservice.ExecutionEnvironmentPersistentInfo
-
- All Implemented Interfaces:
Serializable
public final class ExecutionEnvironmentPersistentInfo extends Object implements Serializable
Contains miscellanous Execution Environment information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionEnvironmentPersistentInfo(ExecutionEnvironmentID theexecutionEnvironmentID, StorageLocationID thestorageLocationID)
PersistentCaches constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionEnvironmentID
getExecutionEnvironmentID()
Gets executionEnvironmentID.StorageLocationID
getStorageLocationID()
Gets storageLocationID.void
setExecutionEnvironmentID(ExecutionEnvironmentID theexecutionEnvironmentID)
Sets executionEnvironmentIDvoid
setStorageLocationID(StorageLocationID thestorageLocationID)
Sets storageLocationID
-
-
-
Constructor Detail
-
ExecutionEnvironmentPersistentInfo
public ExecutionEnvironmentPersistentInfo(ExecutionEnvironmentID theexecutionEnvironmentID, StorageLocationID thestorageLocationID)
PersistentCaches constructor- Parameters:
theexecutionEnvironmentID
- ID of execution environmentthestorageLocationID
- ID of storage location
-
-
Method Detail
-
getExecutionEnvironmentID
public ExecutionEnvironmentID getExecutionEnvironmentID()
Gets executionEnvironmentID.- Returns:
- the executionEnvironmentID
-
setExecutionEnvironmentID
public void setExecutionEnvironmentID(ExecutionEnvironmentID theexecutionEnvironmentID)
Sets executionEnvironmentID- Parameters:
theexecutionEnvironmentID
- the executionEnvironmentID to set
-
getStorageLocationID
public StorageLocationID getStorageLocationID()
Gets storageLocationID.- Returns:
- the storageLocationID
-
setStorageLocationID
public void setStorageLocationID(StorageLocationID thestorageLocationID)
Sets storageLocationID- Parameters:
thestorageLocationID
- the storageLocationID to set
-
-