Class Queue
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.Queue
-
- All Implemented Interfaces:
java.io.Serializable
public class Queue extends PlannerApiResource implements java.io.Serializable
Class representing a queue (of server jobs) in Planner REST Service.- See Also:
PlannerApiResource,ServerJob, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Queue()Queue(java.lang.String name, java.lang.String type, java.lang.String loginName, java.lang.String dataBaseName, boolean cycle, java.lang.String documentPath, java.lang.String scriptID, java.lang.String scriptName, boolean parallel, java.lang.String documentID, java.util.Date datetimeShedule, java.lang.String jndiName, java.lang.String UID, java.util.List<java.lang.String> selectionList, java.util.List<java.lang.String> documentsList, java.lang.String qName, java.lang.String documentName, java.lang.String documentLabel, java.lang.String currentWokerJobLoginName, boolean stoped, java.lang.String workerStatus, int priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrentWokerJobLoginName()currentWokerJobLoginName of the Queuejava.lang.BooleangetCycle()cycle of the Queuejava.lang.StringgetDataBaseName()dataBaseName of the Queuejava.util.DategetDatetimeShedule()rawDatetimeShedule of the Queuejava.lang.StringgetDocumentID()documentID of the Queuejava.lang.StringgetDocumentLabel()documentLabel of the Queuejava.lang.StringgetDocumentName()document name of the Queuejava.lang.StringgetDocumentPath()documentPath of the Queuejava.util.List<java.lang.String>getDocumentsList()documentsList of the Queuejava.lang.StringgetJndiName()jndiName of the Queuejava.util.List<Link>getLinks()links of the Queuejava.lang.StringgetLoginName()loginName of the Queuejava.lang.StringgetName()name of the Queuejava.lang.BooleangetParallel()parallel of the QueueintgetPriority()priority of the Queuejava.lang.StringgetqName()qName of the Queuejava.lang.StringgetScriptID()scriptID of the Queuejava.lang.StringgetScriptName()scriptName of the Queuejava.util.List<java.lang.String>getSelectionList()selectionList of the Queuejava.lang.BooleangetStoped()isStoped of the Queuejava.lang.StringgetType()type of the Queuejava.lang.StringgetUID()UID of the Queuejava.lang.StringgetWorkerStatus()worker status of the QueuevoidsetCurrentWokerJobLoginName(java.lang.String currentWokerJobLoginName)voidsetCycle(java.lang.Boolean cycle)voidsetDataBaseName(java.lang.String dataBaseName)voidsetDatetimeShedule(java.util.Date datetimeShedule)voidsetDocumentID(java.lang.String documentID)voidsetDocumentLabel(java.lang.String documentLabel)voidsetDocumentName(java.lang.String documentName)voidsetDocumentPath(java.lang.String documentPath)voidsetDocumentsList(java.util.List<java.lang.String> documentsList)voidsetJndiName(java.lang.String jndiName)voidsetLoginName(java.lang.String loginName)voidsetName(java.lang.String name)voidsetParallel(java.lang.Boolean parallel)voidsetPriority(int priority)voidsetqName(java.lang.String qName)voidsetScriptID(java.lang.String scriptID)voidsetScriptName(java.lang.String scriptName)voidsetSelectionList(java.util.List<java.lang.String> selectionList)voidsetStoped(java.lang.Boolean stoped)voidsetType(java.lang.String type)voidsetUID(java.lang.String uID)voidsetWorkerStatus(java.lang.String workerStatus)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
Constructor Detail
-
Queue
public Queue()
-
Queue
public Queue(java.lang.String name, java.lang.String type, java.lang.String loginName, java.lang.String dataBaseName, boolean cycle, java.lang.String documentPath, java.lang.String scriptID, java.lang.String scriptName, boolean parallel, java.lang.String documentID, java.util.Date datetimeShedule, java.lang.String jndiName, java.lang.String UID, java.util.List<java.lang.String> selectionList, java.util.List<java.lang.String> documentsList, java.lang.String qName, java.lang.String documentName, java.lang.String documentLabel, java.lang.String currentWokerJobLoginName, boolean stoped, java.lang.String workerStatus, int priority)
-
-
Method Detail
-
getName
public java.lang.String getName()
name of the Queue
-
setName
public void setName(java.lang.String name)
-
getType
public java.lang.String getType()
type of the Queue
-
setType
public void setType(java.lang.String type)
-
getLoginName
public java.lang.String getLoginName()
loginName of the Queue
-
setLoginName
public void setLoginName(java.lang.String loginName)
-
getDataBaseName
public java.lang.String getDataBaseName()
dataBaseName of the Queue
-
setDataBaseName
public void setDataBaseName(java.lang.String dataBaseName)
-
getCycle
public java.lang.Boolean getCycle()
cycle of the Queue
-
setCycle
public void setCycle(java.lang.Boolean cycle)
-
getDocumentPath
public java.lang.String getDocumentPath()
documentPath of the Queue
-
setDocumentPath
public void setDocumentPath(java.lang.String documentPath)
-
getScriptID
public java.lang.String getScriptID()
scriptID of the Queue
-
setScriptID
public void setScriptID(java.lang.String scriptID)
-
getScriptName
public java.lang.String getScriptName()
scriptName of the Queue
-
setScriptName
public void setScriptName(java.lang.String scriptName)
-
getParallel
public java.lang.Boolean getParallel()
parallel of the Queue
-
setParallel
public void setParallel(java.lang.Boolean parallel)
-
getDocumentID
public java.lang.String getDocumentID()
documentID of the Queue
-
setDocumentID
public void setDocumentID(java.lang.String documentID)
-
getDatetimeShedule
public java.util.Date getDatetimeShedule()
rawDatetimeShedule of the Queue
-
setDatetimeShedule
public void setDatetimeShedule(java.util.Date datetimeShedule)
-
getJndiName
public java.lang.String getJndiName()
jndiName of the Queue
-
setJndiName
public void setJndiName(java.lang.String jndiName)
-
getUID
public java.lang.String getUID()
UID of the Queue
-
setUID
public void setUID(java.lang.String uID)
-
getSelectionList
public java.util.List<java.lang.String> getSelectionList()
selectionList of the Queue
-
setSelectionList
public void setSelectionList(java.util.List<java.lang.String> selectionList)
-
getDocumentsList
public java.util.List<java.lang.String> getDocumentsList()
documentsList of the Queue
-
setDocumentsList
public void setDocumentsList(java.util.List<java.lang.String> documentsList)
-
getqName
public java.lang.String getqName()
qName of the Queue
-
setqName
public void setqName(java.lang.String qName)
-
getDocumentName
public java.lang.String getDocumentName()
document name of the Queue
-
setDocumentName
public void setDocumentName(java.lang.String documentName)
-
getDocumentLabel
public java.lang.String getDocumentLabel()
documentLabel of the Queue
-
setDocumentLabel
public void setDocumentLabel(java.lang.String documentLabel)
-
getCurrentWokerJobLoginName
public java.lang.String getCurrentWokerJobLoginName()
currentWokerJobLoginName of the Queue
-
setCurrentWokerJobLoginName
public void setCurrentWokerJobLoginName(java.lang.String currentWokerJobLoginName)
-
getStoped
public java.lang.Boolean getStoped()
isStoped of the Queue
-
setStoped
public void setStoped(java.lang.Boolean stoped)
-
getWorkerStatus
public java.lang.String getWorkerStatus()
worker status of the Queue
-
setWorkerStatus
public void setWorkerStatus(java.lang.String workerStatus)
-
getLinks
public java.util.List<Link> getLinks()
links of the Queue
-
getPriority
public int getPriority()
priority of the Queue
-
setPriority
public void setPriority(int priority)
-
-