Class NotNullValidation
java.lang.Object
org.iplass.mtp.entity.definition.ValidationDefinition
org.iplass.mtp.entity.definition.validations.NotNullValidation
- All Implemented Interfaces:
Serializable
必須チェックを行うValidation。
入力値がnullの場合、エラー。
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.iplass.mtp.entity.definition.ValidationDefinition
addLocalizedErrorMessage, getDescription, getErrorCode, getErrorMessage, getLocalizedErrorMessageList, getMessageCategory, getMessageId, setDescription, setErrorCode, setErrorMessage, setLocalizedErrorMessageList, setMessageCategory, setMessageId
-
Constructor Details
-
NotNullValidation
public NotNullValidation()
-