Class EntityGeoPointAttributeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityGeoPointAttributeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityGeoPointAttributeTransfer
(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, Integer unformattedLatitude, String latitude, Integer unformattedLongitude, String longitude, String elevation, String altitude) Creates a new instance of EntityGeoPointAttributeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the altitude.Returns the elevation.Returns the entityAttribute.Returns the entityInstance.Returns the latitude.Returns the longitude.Returns the unformattedLatitude.Returns the unformattedLongitude.void
setAltitude
(String altitude) Sets the altitude.void
setElevation
(String elevation) Sets the elevation.void
setEntityAttribute
(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstance.void
setLatitude
(String latitude) Sets the latitude.void
setLongitude
(String longitude) Sets the longitude.void
setUnformattedLatitude
(Integer unformattedLatitude) Sets the unformattedLatitude.void
setUnformattedLongitude
(Integer unformattedLongitude) Sets the unformattedLongitude.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
EntityGeoPointAttributeTransfer
public EntityGeoPointAttributeTransfer(EntityAttributeTransfer entityAttribute, EntityInstanceTransfer entityInstance, Integer unformattedLatitude, String latitude, Integer unformattedLongitude, String longitude, String elevation, String altitude) Creates a new instance of EntityGeoPointAttributeTransfer
-
-
Method Details
-
getEntityAttribute
Returns the entityAttribute.- Returns:
- the entityAttribute
-
setEntityAttribute
Sets the entityAttribute.- Parameters:
entityAttribute
- the entityAttribute to set
-
getEntityInstance
Returns the entityInstance.- Overrides:
getEntityInstance
in classBaseTransfer
- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstance
in classBaseTransfer
- Parameters:
entityInstance
- the entityInstance to set
-
getUnformattedLatitude
Returns the unformattedLatitude.- Returns:
- the unformattedLatitude
-
setUnformattedLatitude
Sets the unformattedLatitude.- Parameters:
unformattedLatitude
- the unformattedLatitude to set
-
getLatitude
Returns the latitude.- Returns:
- the latitude
-
setLatitude
Sets the latitude.- Parameters:
latitude
- the latitude to set
-
getUnformattedLongitude
Returns the unformattedLongitude.- Returns:
- the unformattedLongitude
-
setUnformattedLongitude
Sets the unformattedLongitude.- Parameters:
unformattedLongitude
- the unformattedLongitude to set
-
getLongitude
Returns the longitude.- Returns:
- the longitude
-
setLongitude
Sets the longitude.- Parameters:
longitude
- the longitude to set
-
getElevation
Returns the elevation.- Returns:
- the elevation
-
setElevation
Sets the elevation.- Parameters:
elevation
- the elevation to set
-
getAltitude
Returns the altitude.- Returns:
- the altitude
-
setAltitude
Sets the altitude.- Parameters:
altitude
- the altitude to set
-