Class TypedTask

Direct Known Subclasses:
NoopTask

public abstract class TypedTask extends SpaceCentricTypedTask
Contains the base information necessary for tasks working with content items.
Author:
Daniel Bernstein Date: 05/02/2014
  • Field Details

  • Constructor Details

    • TypedTask

      public TypedTask()
  • Method Details

    • getContentId

      public String getContentId()
    • setContentId

      public void setContentId(String contentId)
    • readTask

      public void readTask(Task task)
      Description copied from class: SpaceCentricTypedTask
      Reads the information stored in a Task and sets data in the SpaceCentricTypedTask
      Overrides:
      readTask in class SpaceCentricTypedTask
    • writeTask

      public Task writeTask()
      Description copied from class: SpaceCentricTypedTask
      Writes all of the information in the SpaceCentricTypedTask into a Task
      Overrides:
      writeTask in class SpaceCentricTypedTask
      Returns:
      a Task based on the information stored in this SpaceCentricTypedTask