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 String
getClassName()
Gets value for attribute classNameLong
getId()
Gets value for attribute idString
getName()
Gets value for attribute namevoid
setClassName(String className)
Sets value for attribute classNamevoid
setId(Long id)
Sets value for attribute idvoid
setName(String name)
Sets value for attribute nameString
toString()
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
-
-