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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.iplass.mtp.entity.definition.ValidationDefinitionaddLocalizedErrorMessage, getDescription, getErrorCode, getErrorMessage, getLocalizedErrorMessageList, getMessageCategory, getMessageId, getValidationSkipScript, setDescription, setErrorCode, setErrorMessage, setLocalizedErrorMessageList, setMessageCategory, setMessageId, setValidationSkipScript
- 
Constructor Details- 
NotNullValidationpublic NotNullValidation()
 
-