Class ActivityAddress
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.bl.workorder.address.ActivityAddress
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Represents an address associated with an activity in the work order management system.
Contains geographical and administrative location information.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the district name.Gets the locality name.Gets the municipality name.Gets the nation/country name.Gets the postal code.Gets the street name.Gets the street number.Gets the street number extension (e.g., "A", "bis").Gets the toponym (place name).Gets the X coordinate (longitude).Gets the Y coordinate (latitude).voidsetDistrict(String district) Sets the district name.voidsetLocality(String locality) Sets the locality name.voidsetMunicipality(String municipality) Sets the municipality name.voidSets the nation/country name.voidsetPostCode(String postCode) Sets the postal code.voidSets the street name.voidsetStreetNumber(Long streetNumber) Sets the street number.voidsetStreetNumberExtension(String streetNumberExtension) Sets the street number extension.voidsetToponym(String toponym) Sets the toponym (place name).voidsetxCoordinate(Double xCoordinate) Sets the X coordinate (longitude).voidsetyCoordinate(Double yCoordinate) Sets the Y coordinate (latitude).Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
ActivityAddress
public ActivityAddress()
-
-
Method Details
-
getNation
Gets the nation/country name.- Returns:
- the nation
-
setNation
Sets the nation/country name.- Parameters:
nation- the nation to set
-
getDistrict
Gets the district name.- Returns:
- the district
-
setDistrict
Sets the district name.- Parameters:
district- the district to set
-
getMunicipality
Gets the municipality name.- Returns:
- the municipality
-
setMunicipality
Sets the municipality name.- Parameters:
municipality- the municipality to set
-
getLocality
Gets the locality name.- Returns:
- the locality
-
setLocality
Sets the locality name.- Parameters:
locality- the locality to set
-
getPostCode
Gets the postal code.- Returns:
- the post code
-
setPostCode
Sets the postal code.- Parameters:
postCode- the post code to set
-
getToponym
Gets the toponym (place name).- Returns:
- the toponym
-
setToponym
Sets the toponym (place name).- Parameters:
toponym- the toponym to set
-
getStreet
Gets the street name.- Returns:
- the street
-
setStreet
Sets the street name.- Parameters:
street- the street to set
-
getStreetNumber
Gets the street number.- Returns:
- the street number
-
setStreetNumber
Sets the street number.- Parameters:
streetNumber- the street number to set
-
getStreetNumberExtension
Gets the street number extension (e.g., "A", "bis").- Returns:
- the street number extension
-
setStreetNumberExtension
Sets the street number extension.- Parameters:
streetNumberExtension- the street number extension to set
-
getxCoordinate
Gets the X coordinate (longitude).- Returns:
- the X coordinate
-
setxCoordinate
Sets the X coordinate (longitude).- Parameters:
xCoordinate- the X coordinate to set
-
getyCoordinate
Gets the Y coordinate (latitude).- Returns:
- the Y coordinate
-
setyCoordinate
Sets the Y coordinate (latitude).- Parameters:
yCoordinate- the Y coordinate to set
-