Package com.soffid.iam.api
Class IssueActionDefinition
- java.lang.Object
-
- com.soffid.iam.api.IssueActionDefinition
-
- All Implemented Interfaces:
Serializable
public class IssueActionDefinition extends Object implements Serializable
ValueObject IssueActionDefinition- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IssueActionDefinition()IssueActionDefinition(IssueActionDefinition otherBean)IssueActionDefinition(String name, String label, List<DataType> parameters, List<String> issueTypes, String handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandler()Gets value for attribute handlerList<String>getIssueTypes()Gets value for attribute issueTypesStringgetLabel()Gets value for attribute labelStringgetName()Gets value for attribute nameList<DataType>getParameters()Gets value for attribute parametersvoidsetHandler(String handler)Sets value for attribute handlervoidsetIssueTypes(List<String> issueTypes)Sets value for attribute issueTypesvoidsetLabel(String label)Sets value for attribute labelvoidsetName(String name)Sets value for attribute namevoidsetParameters(List<DataType> parameters)Sets value for attribute parametersStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
IssueActionDefinition
public IssueActionDefinition()
-
IssueActionDefinition
public IssueActionDefinition(String name, String label, List<DataType> parameters, List<String> issueTypes, String handler)
-
IssueActionDefinition
public IssueActionDefinition(IssueActionDefinition otherBean)
-
-
Method Detail
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getLabel
public String getLabel()
Gets value for attribute label
-
setLabel
public void setLabel(String label)
Sets value for attribute label
-
setParameters
public void setParameters(List<DataType> parameters)
Sets value for attribute parameters
-
setIssueTypes
public void setIssueTypes(List<String> issueTypes)
Sets value for attribute issueTypes
-
getHandler
public String getHandler()
Gets value for attribute handler
-
setHandler
public void setHandler(String handler)
Sets value for attribute handler
-
-