public interface Mapper<OMRS extends InstanceAuditHeader,OMAS extends OmasObject>
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeDefGuid()
get the Guid
This method should be overridden to provide the appropriate guid for the type.
|
String |
getTypeName()
Get the type name
|
OMRS |
map(OMAS omasObject)
Map from a Subject Area OMAS ibject to an OMRS object
|
OMAS |
map(OMRS omrsObject)
Map from an OMRS object to a Subject Area OMAS object
|
OMAS map(OMRS omrsObject)
omrsObject - OMRS LinesOMRS map(OMAS omasObject)
omasObject - a Subject Area OMAS objectString getTypeDefGuid()
String getTypeName()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.