Class LazyTask


  • public final class LazyTask
    extends Object
    DataClay Lazy task.
    • 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