public class JobTO extends Object implements Serializable
Constructor and Description |
---|
JobTO() |
Modifier and Type | Method and Description |
---|---|
String |
getRefDesc() |
String |
getRefKey() |
Date |
getStart() |
String |
getStatus() |
JobType |
getType() |
boolean |
isRunning() |
boolean |
isScheduled() |
void |
setRefDesc(String refDesc) |
void |
setRefKey(String refKey) |
void |
setRunning(boolean running) |
void |
setScheduled(boolean scheduled) |
void |
setStart(Date start) |
void |
setStatus(String status) |
void |
setType(JobType type) |
public JobType getType()
public void setType(JobType type)
public String getRefKey()
public void setRefKey(String refKey)
public String getRefDesc()
public void setRefDesc(String refDesc)
public boolean isRunning()
public void setRunning(boolean running)
public boolean isScheduled()
public void setScheduled(boolean scheduled)
public Date getStart()
public void setStart(Date start)
public String getStatus()
public void setStatus(String status)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.