Class N2oValidation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.validation.N2oValidation
-
- All Implemented Interfaces:
java.io.Serializable,IdAware,NamespaceUriAware,IdAware,Source
- Direct Known Subclasses:
N2oConstraint,N2oMandatory,N2oValidationCondition
public abstract class N2oValidation extends java.lang.Object implements IdAware, Source, NamespaceUriAware
User: operhod Date: 16.12.13 Time: 14:42- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classN2oValidation.ClientMomentstatic classN2oValidation.LevelDeprecated.static classN2oValidation.ServerMoment
-
Constructor Summary
Constructors Constructor Description N2oValidation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N2oValidation.LevelgetLevel()java.lang.StringgetMoment()java.lang.StringgetNamespaceUri()voidsetLevel(N2oValidation.Level level)voidsetMoment(java.lang.String moment)voidsetNamespaceUri(java.lang.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.global.aware.IdAware
getId, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
setNamespaceUri
public void setNamespaceUri(java.lang.String namespaceUri)
- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getNamespaceUri
public java.lang.String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
getMoment
public java.lang.String getMoment()
-
setMoment
public void setMoment(java.lang.String moment)
-
getLevel
public N2oValidation.Level getLevel()
-
setLevel
public void setLevel(N2oValidation.Level level)
-
-