Package com.skava.location.model.domain
Class LocationDO
java.lang.Object
com.skava.location.model.domain.LocationDO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocationDO
public LocationDO()
-
-
Method Details
-
fromEntity
fromEntity
This method is used convert location entity object to location domain object.
- Parameters:
location
- It contains the entity locations of location.- Returns:
- It returns
LocationDO
.
-
toEntity
toEntity
This method is used convert location domain object to location entity object.
- Returns:
- It returns
Location
.
-