Class CometPriintRemote.AutocometJob

java.lang.Object
com.werkii.comet.soap.CometPriintRemote.AutocometJob
All Implemented Interfaces:
Serializable
Enclosing interface:
CometPriintRemote

public static class CometPriintRemote.AutocometJob extends Object implements Serializable
See Also:
  • Constructor Details

    • AutocometJob

      public AutocometJob()
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCommand

      public String getCommand()
    • setCommand

      public void setCommand(String command)
    • getCommandId

      public int getCommandId()
    • setCommandId

      public void setCommandId(int commandId)
    • getObjectId

      public int getObjectId()
    • setObjectId

      public void setObjectId(int objectId)
    • getObjectPath

      public String getObjectPath()
    • setObjectPath

      public void setObjectPath(String objectPath)
    • getTemplatePath

      public String getTemplatePath()
    • setTemplatePath

      public void setTemplatePath(String templatePath)
    • getPriority

      public int getPriority()
    • setPriority

      public void setPriority(int priority)
    • isDoAgain

      public boolean isDoAgain()
    • setDoAgain

      public void setDoAgain(boolean doAgain)
    • getDelay

      public int getDelay()
    • setDelay

      public void setDelay(int delay)
    • getStartTime

      public Calendar getStartTime()
    • setStartTime

      public void setStartTime(Calendar startTime)
    • getEndTime

      public Calendar getEndTime()
    • setEndTime

      public void setEndTime(Calendar endTime)
    • getStatusId

      public int getStatusId()
    • setStatusId

      public void setStatusId(int statusId)