Package com.soffid.iam.api
Class ScheduledTaskHandler
- java.lang.Object
-
- com.soffid.iam.api.ScheduledTaskHandler
-
- All Implemented Interfaces:
Serializable
public class ScheduledTaskHandler extends Object implements Serializable
ValueObject ScheduledTaskHandler- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScheduledTaskHandler()ScheduledTaskHandler(ScheduledTaskHandler otherBean)ScheduledTaskHandler(Long id, String name, String className)ScheduledTaskHandler(String name, String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()Gets value for attribute classNameLonggetId()Gets value for attribute idStringgetName()Gets value for attribute namevoidsetClassName(String className)Sets value for attribute classNamevoidsetId(Long id)Sets value for attribute idvoidsetName(String name)Sets value for attribute nameStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
ScheduledTaskHandler
public ScheduledTaskHandler()
-
ScheduledTaskHandler
public ScheduledTaskHandler(ScheduledTaskHandler otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getClassName
public String getClassName()
Gets value for attribute className
-
setClassName
public void setClassName(String className)
Sets value for attribute className
-
-