public class JobTO extends AbstractBaseBean
| Constructor and Description |
|---|
JobTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRefDesc() |
String |
getRefKey() |
Date |
getStart() |
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 |
setType(JobType type) |
equals, hashCode, toStringpublic 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)
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.