Class CollabContext

java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.CollabContext

public class CollabContext
extends Object
POJO holding the description of a HBP Collaboratory context.
  • Constructor Details

  • Method Details

    • getAppId

      public String getAppId()
      Get the ID of the application.
      Returns:
      The ID
    • setAppId

      public void setAppId​(String appId)
      Set the ID of the application.
      Parameters:
      appId - The ID to set
    • getCollab

      public Collab getCollab()
      Get the collab of the application.
      Returns:
      The collab.
    • setCollab

      public void setCollab​(Collab collab)
      Set the collab of the application.
      Parameters:
      collab - The collab to set
    • getContext

      public String getContext()
      Get the context of the application.
      Returns:
      The context
    • setContext

      public void setContext​(String context)
      Set the context of the application.
      Parameters:
      context - The context to set
    • getId

      public int getId()
      Get the ID of the context.
      Returns:
      The ID
    • setId

      public void setId​(int id)
      Set the ID of the context.
      Parameters:
      id - The ID
    • getName

      public String getName()
      Get the name of the context.
      Returns:
      The name
    • setName

      public void setName​(String name)
      Set the name of the context.
      Parameters:
      name - The name to set
    • getOrderIndex

      public int getOrderIndex()
      Get the index of this item to order.
      Returns:
      The index
    • setOrderIndex

      public void setOrderIndex​(int orderIndex)
      Set the index of this item in order.
      Parameters:
      orderIndex - The index to set
    • getParent

      public int getParent()
      Get the parent of this item.
      Returns:
      The parent
    • setParent

      public void setParent​(int parent)
      Set the parent of this item.
      Parameters:
      parent - The parent to set
    • getType

      public String getType()
      Get the type of this item.
      Returns:
      The type
    • setType

      public void setType​(String type)
      Set the type of this item.
      Parameters:
      type - The type to set