Class N2oSqltInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oSqltInvocation
-
- All Implemented Interfaces:
java.io.Serializable,NamespaceUriAware,N2oInvocation,N2oMapInvocation
@Deprecated public class N2oSqltInvocation extends java.lang.Object implements N2oMapInvocation
Deprecated.Модель вызова sqlt запроса- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oSqltInvocation()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetBlocks()Deprecated.java.lang.StringgetFile()Deprecated.java.lang.StringgetNamespaceUri()Deprecated.voidsetBlocks(java.lang.String blocks)Deprecated.voidsetFile(java.lang.String file)Deprecated.voidsetNamespaceUri(java.lang.String namespaceUri)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
-
getFile
public java.lang.String getFile()
Deprecated.
-
setFile
public void setFile(java.lang.String file)
Deprecated.
-
getBlocks
public java.lang.String getBlocks()
Deprecated.
-
setBlocks
public void setBlocks(java.lang.String blocks)
Deprecated.
-
-