Package com.soffid.iam.rc.api
Class IssueActionDefinition
java.lang.Object
com.soffid.iam.rc.api.IssueActionDefinition
- All Implemented Interfaces:
Serializable
ValueObject IssueActionDefinition
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIssueActionDefinition(IssueActionDefinition otherBean) IssueActionDefinition(String name, String label, List<DataType> parameters, List<String> issueTypes, String handler) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute handlerGets value for attribute issueTypesgetLabel()Gets value for attribute labelgetName()Gets value for attribute nameGets value for attribute parametersvoidsetHandler(String handler) Sets value for attribute handlervoidsetIssueTypes(List<String> issueTypes) Sets value for attribute issueTypesvoidSets value for attribute labelvoidSets value for attribute namevoidsetParameters(List<DataType> parameters) Sets value for attribute parameterstoString()Returns a string representation of the value object.
-
Constructor Details
-
IssueActionDefinition
public IssueActionDefinition() -
IssueActionDefinition
-
IssueActionDefinition
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getLabel
Gets value for attribute label -
setLabel
Sets value for attribute label -
getParameters
Gets value for attribute parameters -
setParameters
Sets value for attribute parameters -
getIssueTypes
Gets value for attribute issueTypes -
setIssueTypes
Sets value for attribute issueTypes -
getHandler
Gets value for attribute handler -
setHandler
Sets value for attribute handler -
toString
Returns a string representation of the value object.
-