Class PluginVRuleModel
- java.lang.Object
-
- de.xima.fc.plugin.models.validation.PluginVRuleModel
-
- All Implemented Interfaces:
IPluginVRuleModel,Serializable
public class PluginVRuleModel extends Object implements IPluginVRuleModel
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginVRuleModel(IPluginValidationRule valRule, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetKeyDisplayName()LocalegetLocale()StringgetRegex()StringgetValidationErrorMsg()
-
-
-
Constructor Detail
-
PluginVRuleModel
public PluginVRuleModel(IPluginValidationRule valRule, Locale locale)
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceIPluginVRuleModel
-
getKeyDisplayName
public String getKeyDisplayName()
- Specified by:
getKeyDisplayNamein interfaceIPluginVRuleModel
-
getLocale
public Locale getLocale()
- Specified by:
getLocalein interfaceIPluginVRuleModel
-
getRegex
public String getRegex()
- Specified by:
getRegexin interfaceIPluginVRuleModel
-
getValidationErrorMsg
public String getValidationErrorMsg()
- Specified by:
getValidationErrorMsgin interfaceIPluginVRuleModel
-
-