Package com.soffid.iam.base.api
Class TasksGridRow
java.lang.Object
com.soffid.iam.base.api.TasksGridRow
- All Implemented Interfaces:
Serializable
ValueObject TasksGridRow
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTasksGridRow(TasksGridRow otherBean) TasksGridRow(List<String> agents, List<SyncserverTask> tasks) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute agentsgetTasks()Gets value for attribute tasksvoidSets value for attribute agentsvoidsetTasks(List<SyncserverTask> tasks) Sets value for attribute taskstoString()Returns a string representation of the value object.
-
Constructor Details
-
TasksGridRow
public TasksGridRow() -
TasksGridRow
-
TasksGridRow
-
-
Method Details