@Service public class Arena2ServiceImpl extends Object implements Arena2Service
| Constructor and Description |
|---|
Arena2ServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(ACCIDENTE from,
ACCIDENTE to) |
Direction |
getDirection(ACCIDENTE accident) |
int |
getKilometer(ACCIDENTE accident) |
int |
getMeters(ACCIDENTE accident) |
String |
getRoadName(ACCIDENTE accident) |
String |
getRoadNomenclature(ACCIDENTE accident) |
RoadType |
getRoadType(ACCIDENTE accident) |
public String getRoadNomenclature(ACCIDENTE accident) throws Arena2XMLElementNotFound
getRoadNomenclature in interface Arena2ServiceArena2XMLElementNotFoundpublic String getRoadName(ACCIDENTE accident) throws Arena2XMLElementNotFound
getRoadName in interface Arena2ServiceArena2XMLElementNotFoundpublic RoadType getRoadType(ACCIDENTE accident) throws Arena2XMLElementNotFound
getRoadType in interface Arena2ServiceArena2XMLElementNotFoundpublic Direction getDirection(ACCIDENTE accident) throws Arena2XMLElementNotFound
getDirection in interface Arena2ServiceArena2XMLElementNotFoundpublic int getKilometer(ACCIDENTE accident)
getKilometer in interface Arena2Servicepublic int getMeters(ACCIDENTE accident)
getMeters in interface Arena2Servicepublic void copyFrom(ACCIDENTE from, ACCIDENTE to)
copyFrom in interface Arena2ServiceCopyright © 2018. All rights reserved.