Package es.bsc.dataclay.dataservice
Class LazyTask
- java.lang.Object
-
- es.bsc.dataclay.dataservice.LazyTask
-
public final class LazyTask extends Object
DataClay Lazy task.
-
-
Constructor Summary
Constructors Constructor Description LazyTask(SessionID theSessionID, ObjectID theObjectID, ImplementationID theImplementationID, MetaClassID theClassID)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaClassID
getClassID()
ImplementationID
getImplementationID()
ObjectID
getObjectID()
SessionID
getSessionID()
void
setImplementationID(ImplementationID theimplementationID)
void
setObjectID(ObjectID theobjectID)
void
setSessionID(SessionID thesessionID)
-
-
-
Constructor Detail
-
LazyTask
public LazyTask(SessionID theSessionID, ObjectID theObjectID, ImplementationID theImplementationID, MetaClassID theClassID)
Constructor.- Parameters:
theSessionID
- Session that is going to run the task.theObjectID
- Object of the task.theImplementationID
- ID of the task.theClassID
- ID of the class in which the task is located.
-
-
Method Detail
-
getSessionID
public SessionID getSessionID()
- Returns:
- the sessionID
-
setSessionID
public void setSessionID(SessionID thesessionID)
- Parameters:
thesessionID
- the sessionID to set
-
getObjectID
public ObjectID getObjectID()
- Returns:
- the objectID
-
setObjectID
public void setObjectID(ObjectID theobjectID)
- Parameters:
theobjectID
- the objectID to set
-
getImplementationID
public ImplementationID getImplementationID()
- Returns:
- the implementationID
-
setImplementationID
public void setImplementationID(ImplementationID theimplementationID)
- Parameters:
theimplementationID
- the implementationID to set
-
getClassID
public MetaClassID getClassID()
- Returns:
- the classID
-
-