All Implemented Interfaces:
Serializable

public class Queue extends PlannerApiResource implements Serializable
Class representing a queue (of server jobs) in Planner REST Service.
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      name of the Queue
    • setName

      public void setName(String name)
    • getType

      public String getType()
      type of the Queue
    • setType

      public void setType(String type)
    • getLoginName

      public String getLoginName()
      loginName of the Queue
    • setLoginName

      public void setLoginName(String loginName)
    • getDataBaseName

      public String getDataBaseName()
      dataBaseName of the Queue
    • setDataBaseName

      public void setDataBaseName(String dataBaseName)
    • getCycle

      public Boolean getCycle()
      cycle of the Queue
    • setCycle

      public void setCycle(Boolean cycle)
    • getDocumentPath

      public String getDocumentPath()
      documentPath of the Queue
    • setDocumentPath

      public void setDocumentPath(String documentPath)
    • getScriptID

      public String getScriptID()
      scriptID of the Queue
    • setScriptID

      public void setScriptID(String scriptID)
    • getScriptName

      public String getScriptName()
      scriptName of the Queue
    • setScriptName

      public void setScriptName(String scriptName)
    • getParallel

      public Boolean getParallel()
      parallel of the Queue
    • setParallel

      public void setParallel(Boolean parallel)
    • getDocumentID

      public String getDocumentID()
      documentID of the Queue
    • setDocumentID

      public void setDocumentID(String documentID)
    • getDatetimeShedule

      public Date getDatetimeShedule()
      rawDatetimeShedule of the Queue
    • setDatetimeShedule

      public void setDatetimeShedule(Date datetimeShedule)
    • getJndiName

      public String getJndiName()
      jndiName of the Queue
    • setJndiName

      public void setJndiName(String jndiName)
    • getUID

      public String getUID()
      UID of the Queue
    • setUID

      public void setUID(String uID)
    • getSelectionList

      public List<String> getSelectionList()
      selectionList of the Queue
    • setSelectionList

      public void setSelectionList(List<String> selectionList)
    • getDocumentsList

      public List<String> getDocumentsList()
      documentsList of the Queue
    • setDocumentsList

      public void setDocumentsList(List<String> documentsList)
    • getqName

      public String getqName()
      qName of the Queue
    • setqName

      public void setqName(String qName)
    • getDocumentName

      public String getDocumentName()
      document name of the Queue
    • setDocumentName

      public void setDocumentName(String documentName)
    • getDocumentLabel

      public String getDocumentLabel()
      documentLabel of the Queue
    • setDocumentLabel

      public void setDocumentLabel(String documentLabel)
    • getCurrentWokerJobLoginName

      public String getCurrentWokerJobLoginName()
      currentWokerJobLoginName of the Queue
    • setCurrentWokerJobLoginName

      public void setCurrentWokerJobLoginName(String currentWokerJobLoginName)
    • getStoped

      public Boolean getStoped()
      isStoped of the Queue
    • setStoped

      public void setStoped(Boolean stoped)
    • getWorkerStatus

      public String getWorkerStatus()
      worker status of the Queue
    • setWorkerStatus

      public void setWorkerStatus(String workerStatus)
    • getLinks

      public List<Link> getLinks()
      links of the Queue
    • getPriority

      public int getPriority()
      priority of the Queue
    • setPriority

      public void setPriority(int priority)