Class N2oSqltInvocation
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oSqltInvocation
-
- All Implemented Interfaces:
Serializable,NamespaceUriAware,N2oInvocation,N2oMapInvocation
@Deprecated public class N2oSqltInvocation extends 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 StringgetBlocks()Deprecated.StringgetFile()Deprecated.StringgetNamespaceUri()Deprecated.voidsetBlocks(String blocks)Deprecated.voidsetFile(String file)Deprecated.voidsetNamespaceUri(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 String getNamespaceUri()
Deprecated.- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
Deprecated.- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getFile
public String getFile()
Deprecated.
-
setFile
public void setFile(String file)
Deprecated.
-
getBlocks
public String getBlocks()
Deprecated.
-
setBlocks
public void setBlocks(String blocks)
Deprecated.
-
-