Class DTOAddressInsertedSpout
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.locations.spout.address.DTOAddressInsertedSpout
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object that represent the spout payload for
BOAddress insert 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 TypeMethodDescriptionfinal StringReturns the address country id.final StringReturns the address district id.final LonggetId()Returns the address id.final StringReturns the address locality.final StringReturns the address municipality.final StringReturns the address postal code.final LongReturns the address target id (valued only for technical object).final DoubleReturns the address X coordinate.final DoubleReturns the address Y coordinate.final voidsetCountry(String country) Sets the address country id.final voidsetDistrict(String district) Sets the address district id.final voidSets the address id.final voidsetLocality(String locality) Sets the address locality.final voidsetMunicipality(String municipality) Sets the address municipality.final voidsetPostalCode(String postalCode) Sets the address postal code.final voidSets the address target id (valued only for technical object).final voidsetxCoordinate(Double xCoordinate) Sets the address X coordinate.final voidsetyCoordinate(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
-
DTOAddressInsertedSpout
public DTOAddressInsertedSpout()
-
-
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
-