Class N2oJavaMethod
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.dao.invocation.model.N2oJavaMethod
-
- All Implemented Interfaces:
Serializable,NamespaceUriAware,N2oArgumentsInvocation,N2oInvocation
@Deprecated public class N2oJavaMethod extends 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.StringgetBean()Deprecated.StringgetName()Deprecated.StringgetNamespaceUri()Deprecated.N2oRmigetRmi()Deprecated.voidsetArguments(Argument[] arguments)Deprecated.voidsetBean(String bean)Deprecated.voidsetName(String name)Deprecated.voidsetNamespaceUri(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 String getNamespaceUri()
Deprecated.- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
Deprecated.- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
getRmi
public N2oRmi getRmi()
Deprecated.
-
setRmi
public void setRmi(N2oRmi rmi)
Deprecated.
-
getBean
public String getBean()
Deprecated.
-
setBean
public void setBean(String bean)
Deprecated.
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getArguments
public Argument[] getArguments()
Deprecated.- Specified by:
getArgumentsin interfaceN2oArgumentsInvocation
-
setArguments
public void setArguments(Argument[] arguments)
Deprecated.
-
-