Package com.soffid.iam.sync.api
Class ScheduledTaskHandler
java.lang.Object
com.soffid.iam.sync.api.ScheduledTaskHandler
- All Implemented Interfaces:
Serializable
ValueObject ScheduledTaskHandler
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledTaskHandler(ScheduledTaskHandler otherBean) ScheduledTaskHandler(Long id, String name, String className) ScheduledTaskHandler(String name, String className) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute classNamegetId()Gets value for attribute idgetName()Gets value for attribute namevoidsetClassName(String className) Sets value for attribute classNamevoidSets value for attribute idvoidSets value for attribute nametoString()Returns a string representation of the value object.
-
Constructor Details
-
ScheduledTaskHandler
public ScheduledTaskHandler() -
ScheduledTaskHandler
-
ScheduledTaskHandler
-
ScheduledTaskHandler
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getClassName
Gets value for attribute className -
setClassName
Sets value for attribute className -
toString
Returns a string representation of the value object.
-