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 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
-
ExistsValidation
public ExistsValidation()
-