Class N2oJavaMethod
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oJavaMethod
-
- All Implemented Interfaces:
java.io.Serializable,NamespaceUriAware,N2oArgumentsInvocation,N2oInvocation
@Deprecated public class N2oJavaMethod extends java.lang.Object implements N2oArgumentsInvocation
Deprecated.Модель действия java-method- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oJavaMethod()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Argument[]getArguments()Deprecated.java.lang.StringgetBean()Deprecated.java.lang.StringgetName()Deprecated.java.lang.StringgetNamespaceUri()Deprecated.N2oRmigetRmi()Deprecated.voidsetArguments(Argument[] arguments)Deprecated.voidsetBean(java.lang.String bean)Deprecated.voidsetName(java.lang.String name)Deprecated.voidsetNamespaceUri(java.lang.String namespaceUri)Deprecated.voidsetRmi(N2oRmi rmi)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
-
getRmi
public N2oRmi getRmi()
Deprecated.
-
setRmi
public void setRmi(N2oRmi rmi)
Deprecated.
-
getBean
public java.lang.String getBean()
Deprecated.
-
setBean
public void setBean(java.lang.String bean)
Deprecated.
-
getName
public java.lang.String getName()
Deprecated.
-
setName
public void setName(java.lang.String name)
Deprecated.
-
getArguments
public Argument[] getArguments()
Deprecated.- Specified by:
getArgumentsin interfaceN2oArgumentsInvocation
-
setArguments
public void setArguments(Argument[] arguments)
Deprecated.
-
-