com.evolveum.midpoint.web.page.admin.server.dto
Class TaskAddDto

java.lang.Object
  extended by com.evolveum.midpoint.web.page.admin.server.dto.TaskAddDto
All Implemented Interfaces:
Serializable

public class TaskAddDto
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
TaskAddDto()
           
 
Method Summary
 Boolean getBound()
           
 String getCategory()
           
 String getCron()
           
 Integer getInterval()
           
 MisfireActionType getMisfireAction()
           
 String getName()
           
 Date getNotStartAfter()
           
 Date getNotStartBefore()
           
 Boolean getReccuring()
           
 TaskAddResourcesDto getResource()
           
 Boolean getRunUntilNodeDown()
           
 Boolean getSuspendedState()
           
 ThreadStopActionType getThreadStop()
           
 void setBound(Boolean bound)
           
 void setCategory(String category)
           
 void setCron(String cron)
           
 void setInterval(Integer interval)
           
 void setMisfireAction(MisfireActionType misfireAction)
           
 void setName(String name)
           
 void setNotStartAfter(Date notStartAfter)
           
 void setNotStartBefore(Date notStartBefore)
           
 void setReccuring(Boolean reccuring)
           
 void setResource(TaskAddResourcesDto resource)
           
 void setRunUntilNodeDown(Boolean runUntilNodeDown)
           
 void setSuspendedState(Boolean suspendedState)
           
 void setThreadStop(ThreadStopActionType threadStop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskAddDto

public TaskAddDto()
Method Detail

getCategory

public String getCategory()

setCategory

public void setCategory(String category)

getResource

public TaskAddResourcesDto getResource()

setResource

public void setResource(TaskAddResourcesDto resource)

getName

public String getName()

setName

public void setName(String name)

getReccuring

public Boolean getReccuring()

setReccuring

public void setReccuring(Boolean reccuring)

getBound

public Boolean getBound()

setBound

public void setBound(Boolean bound)

getInterval

public Integer getInterval()

setInterval

public void setInterval(Integer interval)

getCron

public String getCron()

setCron

public void setCron(String cron)

getNotStartBefore

public Date getNotStartBefore()

setNotStartBefore

public void setNotStartBefore(Date notStartBefore)

getNotStartAfter

public Date getNotStartAfter()

setNotStartAfter

public void setNotStartAfter(Date notStartAfter)

getRunUntilNodeDown

public Boolean getRunUntilNodeDown()

setRunUntilNodeDown

public void setRunUntilNodeDown(Boolean runUntilNodeDown)

getSuspendedState

public Boolean getSuspendedState()

setSuspendedState

public void setSuspendedState(Boolean suspendedState)

getThreadStop

public ThreadStopActionType getThreadStop()

setThreadStop

public void setThreadStop(ThreadStopActionType threadStop)

getMisfireAction

public MisfireActionType getMisfireAction()

setMisfireAction

public void setMisfireAction(MisfireActionType misfireAction)


Copyright © 2013 evolveum. All Rights Reserved.