Package de.xima.fc.mdl.workflow
Class QualifiedSubmitButton
java.lang.Object
de.xima.fc.mdl.workflow.QualifiedSubmitButton
- All Implemented Interfaces:
Serializable
Represents a qualified submit button, i.e. a pair of
qualifier
and button name
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new empty POJO model with no name and qualifier set.QualifiedSubmitButton
(String qualifier, String name) Creates a new POJO model with the given name and qualifier set. -
Method Summary
-
Constructor Details
-
QualifiedSubmitButton
public QualifiedSubmitButton()Creates a new empty POJO model with no name and qualifier set. -
QualifiedSubmitButton
Creates a new POJO model with the given name and qualifier set.- Parameters:
qualifier
- The qualifier of the submit buttonname
- The name of the submit button
-
-
Method Details
-
equals
-
getName
- Returns:
- The name of the submit button.
-
getQualifier
- Returns:
- The qualifier of the submit button, e.g. the name of the button list form element.
-
hashCode
public int hashCode() -
setName
- Parameters:
name
- The name of the submit button.
-
setQualifier
- Parameters:
qualifier
- The qualifier of the submit button, e.g. the name of the button list form element.
-
toString
-