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.voidsetAltitude(String altitude) Sets the altitude.voidsetElevation(String elevation) Sets the elevation.voidsetEntityAttribute(EntityAttributeTransfer entityAttribute) Sets the entityAttribute.voidsetEntityInstance(EntityInstanceTransfer entityInstance) Sets the entityInstance.voidsetLatitude(String latitude) Sets the latitude.voidsetLongitude(String longitude) Sets the longitude.voidsetUnformattedLatitude(Integer unformattedLatitude) Sets the unformattedLatitude.voidsetUnformattedLongitude(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:
getEntityInstancein classBaseTransfer- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstancein 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
-