Class LocationDO

java.lang.Object
com.skava.location.model.domain.LocationDO
All Implemented Interfaces:
Serializable

public class LocationDO extends Object implements Serializable
See Also:
  • Constructor Details

    • LocationDO

      public LocationDO()
  • Method Details

    • fromEntity

      public LocationDO fromEntity(Location location)

      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

      public Location toEntity()

      toEntity

      This method is used convert location domain object to location entity object.

      Returns:
      It returns Location.