Package io.polygenesis.models.apiimpl
Class DomainObjectConverterMethod
- java.lang.Object
-
- io.polygenesis.models.apiimpl.DomainObjectConverterMethod
-
- All Implemented Interfaces:
io.polygenesis.abstraction.thing.FunctionProvider
public class DomainObjectConverterMethod extends Object implements io.polygenesis.abstraction.thing.FunctionProvider
The type Domain object converter method.- Author:
- Christos Tsakostas
-
-
Constructor Summary
Constructors Constructor Description DomainObjectConverterMethod(io.polygenesis.abstraction.thing.Function function, Object from, Object to)Instantiates a new Domain object converter method.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ObjectgetFrom()Gets from.io.polygenesis.abstraction.thing.FunctiongetFunction()Gets function.ObjectgetTo()Gets to.inthashCode()
-
-
-
Method Detail
-
getFunction
public io.polygenesis.abstraction.thing.Function getFunction()
Gets function.- Specified by:
getFunctionin interfaceio.polygenesis.abstraction.thing.FunctionProvider- Returns:
- the function
-
getFrom
public Object getFrom()
Gets from.- Returns:
- the from
-
getTo
public Object getTo()
Gets to.- Returns:
- the to
-
-