Class N2oCustomAction
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.event.action.N2oAbstractAction
-
- net.n2oapp.framework.api.metadata.event.action.N2oCustomAction
-
- All Implemented Interfaces:
Serializable,IdAware,NamespaceUriAware,PropertiesAware,SrcAware,N2oAction,Source
public class N2oCustomAction extends N2oAbstractAction implements N2oAction, PropertiesAware
- Since:
- 22.10.2015
- Author:
- operehod
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oCustomAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getProperties()voidsetProperties(Map<String,Object> properties)-
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.event.action.N2oAction
getId, getNamespaceUri, getObjectId, getOperationId, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getProperties
public Map<String,Object> getProperties()
- Specified by:
getPropertiesin interfacePropertiesAware
-
setProperties
public void setProperties(Map<String,Object> properties)
- Specified by:
setPropertiesin interfacePropertiesAware
-
-