Package io.polygenesis.models.apiimpl
Class ServiceMethodImplementation
- java.lang.Object
-
- io.polygenesis.models.apiimpl.ServiceMethodImplementation
-
- All Implemented Interfaces:
io.polygenesis.abstraction.thing.FunctionProvider
public class ServiceMethodImplementation extends Object implements io.polygenesis.abstraction.thing.FunctionProvider
The type Service method implementation.- Author:
- Christos Tsakostas
-
-
Constructor Summary
Constructors Constructor Description ServiceMethodImplementation(io.polygenesis.models.api.ServiceMethod serviceMethod)Instantiates a new Service method implementation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)io.polygenesis.abstraction.thing.FunctiongetFunction()io.polygenesis.models.api.ServiceMethodgetServiceMethod()Gets service method.inthashCode()
-
-
-
Method Detail
-
getServiceMethod
public io.polygenesis.models.api.ServiceMethod getServiceMethod()
Gets service method.- Returns:
- the service method
-
getFunction
public io.polygenesis.abstraction.thing.Function getFunction()
- Specified by:
getFunctionin interfaceio.polygenesis.abstraction.thing.FunctionProvider
-
-