Class DTOAddressUpdatedSpout
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.locations.spout.address.DTOAddressUpdatedSpout
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object that represent the spout payload for
BOAddress update actions.- Since:
- 21.0
- See Also:
- GCApi:
- dto
-
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 TypeMethodDescriptionReturns the address country id.Returns the address district id.final LonggetId()Returns the address id.Returns the address locality.Returns the address municipality.Returns the address postal code.Returns the address target id (valued only for technical object).Returns the address X coordinate.Returns the address Y coordinate.final voidsetCountry(Optional<String> country) Sets the address country id.final voidsetDistrict(Optional<String> district) Sets the address district id.final voidSets the address id.final voidsetLocality(Optional<String> locality) Sets the address locality.final voidsetMunicipality(Optional<String> municipality) Sets the address municipality.final voidsetPostalCode(Optional<String> postalCode) Sets the address postal code.final voidSets the address target id (valued only for technical object).final voidsetxCoordinate(Optional<Double> xCoordinate) Sets the address X coordinate.final voidsetyCoordinate(Optional<Double> yCoordinate) Sets the address Y coordinate.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
-
DTOAddressUpdatedSpout
public DTOAddressUpdatedSpout()
-
-
Method Details
-
getId
Returns the address id.- Returns:
- the address id
-
setId
Sets the address id.- Parameters:
id- the address id
-
getCountry
Returns the address country id.- Returns:
- the address country id
-
setCountry
Sets the address country id.- Parameters:
country- the address country id
-
getDistrict
Returns the address district id.- Returns:
- the address district id
-
setDistrict
Sets the address district id.- Parameters:
district- the address district id
-
getMunicipality
Returns the address municipality.- Returns:
- the address municipality
-
setMunicipality
Sets the address municipality.- Parameters:
municipality- the address municipality
-
getLocality
Returns the address locality.- Returns:
- the address locality
-
setLocality
Sets the address locality.- Parameters:
locality- the address locality
-
getPostalCode
Returns the address postal code.- Returns:
- the address postal code
-
setPostalCode
Sets the address postal code.- Parameters:
postalCode- the address postal code
-
getTarget
Returns the address target id (valued only for technical object).- Returns:
- the address target id
-
setTarget
Sets the address target id (valued only for technical object).- Parameters:
target- the address target id
-
getxCoordinate
Returns the address X coordinate.- Returns:
- the address X coordinate
-
setxCoordinate
Sets the address X coordinate.- Parameters:
xCoordinate- the address X coordinate
-
getyCoordinate
Returns the address Y coordinate.- Returns:
- the address Y coordinate
-
setyCoordinate
Sets the address Y coordinate.- Parameters:
yCoordinate- the address Y coordinate
-