Class DTOActivityAddress
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.workorder.DTOActivityAddress
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for activity address information.
Contains geographical and administrative address details for work order activities.
- 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 TypeMethodDescriptionvoidsetDistrict(String district) voidsetLocality(String locality) voidsetMunicipality(String municipality) voidvoidsetPostCode(String postCode) voidvoidsetStreetNumber(Long streetNumber) voidsetStreetNumberExtension(String streetNumberExtension) voidsetToponym(String toponym) voidsetxCoordinate(Double xCoordinate) voidsetyCoordinate(Double yCoordinate) 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
-
DTOActivityAddress
public DTOActivityAddress()
-
-
Method Details
-
getNation
- Returns:
- the nation/country of the address
-
setNation
- Parameters:
nation- the nation/country to set
-
getDistrict
- Returns:
- the district/province of the address
-
setDistrict
- Parameters:
district- the district/province to set
-
getMunicipality
- Returns:
- the municipality/city of the address
-
setMunicipality
- Parameters:
municipality- the municipality/city to set
-
getLocality
- Returns:
- the locality/neighborhood of the address
-
setLocality
- Parameters:
locality- the locality/neighborhood to set
-
getPostCode
- Returns:
- the postal code of the address
-
setPostCode
- Parameters:
postCode- the postal code to set
-
getToponym
- Returns:
- the toponym/place name of the address
-
setToponym
- Parameters:
toponym- the toponym/place name to set
-
getStreet
- Returns:
- the street name of the address
-
setStreet
- Parameters:
street- the street name to set
-
getStreetNumber
- Returns:
- the street number of the address
-
setStreetNumber
- Parameters:
streetNumber- the street number to set
-
getStreetNumberExtension
- Returns:
- the street number extension (e.g., A, B, bis)
-
setStreetNumberExtension
- Parameters:
streetNumberExtension- the street number extension to set
-
getxCoordinate
- Returns:
- the X coordinate (longitude) of the address
-
setxCoordinate
- Parameters:
xCoordinate- the X coordinate (longitude) to set
-
getyCoordinate
- Returns:
- the Y coordinate (latitude) of the address
-
setyCoordinate
- Parameters:
yCoordinate- the Y coordinate (latitude) to set
-