Class N2oValidation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.validation.N2oValidation
-
- All Implemented Interfaces:
Serializable,IdAware,NamespaceUriAware,Source
- Direct Known Subclasses:
N2oConditionValidation,N2oInvocationValidation,N2oMandatoryValidation
public abstract class N2oValidation extends Object implements IdAware, Source, NamespaceUriAware
Исходная модель абстрактной валидации- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oValidation.ServerMoment
-
Constructor Summary
Constructors Constructor Description N2oValidation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceUri()voidsetNamespaceUri(String namespaceUri)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix
-
-
-
-
Method Detail
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
-