Class ExistsValidation
java.lang.Object
org.iplass.mtp.entity.definition.ValidationDefinition
org.iplass.mtp.entity.definition.validations.ExistsValidation
- All Implemented Interfaces:
- Serializable
Referenceプロパティの存在チェックを行うValidation。
 参照先のEntityが存在しない場合、エラー。
- 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- 
ExistsValidationpublic ExistsValidation()
 
-