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 String
getHandler()
Gets value for attribute handlerList<String>
getIssueTypes()
Gets value for attribute issueTypesString
getLabel()
Gets value for attribute labelString
getName()
Gets value for attribute nameList<DataType>
getParameters()
Gets value for attribute parametersvoid
setHandler(String handler)
Sets value for attribute handlervoid
setIssueTypes(List<String> issueTypes)
Sets value for attribute issueTypesvoid
setLabel(String label)
Sets value for attribute labelvoid
setName(String name)
Sets value for attribute namevoid
setParameters(List<DataType> parameters)
Sets value for attribute parametersString
toString()
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
-
-