Class N2oOptionsInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oOptionsInvocation
-
- All Implemented Interfaces:
java.io.Serializable,NamespaceUriAware,N2oInvocation
@Deprecated public class N2oOptionsInvocation extends java.lang.Object implements N2oInvocation
Deprecated.Модель операции с заданными заранее значениями- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oOptionsInvocation()Deprecated.N2oOptionsInvocation(java.util.List<java.lang.String> options)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetNamespaceUri()Deprecated.java.util.List<java.lang.String>getOptions()Deprecated.voidsetNamespaceUri(java.lang.String namespaceUri)Deprecated.voidsetOptions(java.util.List<java.lang.String> options)Deprecated.-
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
-
-
-
-
Method Detail
-
getNamespaceUri
public java.lang.String getNamespaceUri()
Deprecated.- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(java.lang.String namespaceUri)
Deprecated.- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getOptions
public java.util.List<java.lang.String> getOptions()
Deprecated.
-
setOptions
public void setOptions(java.util.List<java.lang.String> options)
Deprecated.
-
-