Class BOAddress
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.location.address.BOAddress
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a address
- Since:
- 9.2
- See Also:
- GCApi:
- bo
-
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 access end point access time.Returns the address access end point X coordinate.Returns the address access end point Y coordinate.Returns the address access time id.Returns the address access X coordinate.Returns the address access Y coordinate.Returns the address apartment.getCode()Returns the address code.Returns the address creation date.Returns the id of the address creation user.Returns the address description.Returns the address directions.Returns the code of the address district.Returns the address edit date.Returns the id of the address editing user.Returns the address end point X coordinate.Returns the address end point Y coordinate.getFloor()Returns the id of the address floor.getId()Returns the address id.Returns the address locality.getLot()Returns the address lot.Returns the address microcluster identifier.Returns the id of the address municipality.Returns the address municipality code.Returns the address municipality description.Returns the id of the address nation.Returns the id of the address normalization state.Returns the address normalized apartment.Returns the address normalized locality.Returns the address normalized municipality.Returns the address normalized postal code.Returns the address normalized street.Returns the address normalized street number.Returns the address normalized toponym.getNote()Returns the address note.Returns the id of the address operation center.Returns the address plant X coordinate.Returns the address plant Y coordinate.Returns the address postal code.Returns the address staircase.Returns the address street.Returns the address street number.Returns the address street number extention.Returns the address target id.Returns the address toponym.getType()Returns the address type id.Returns the address validity end.Returns the address validity start.Returns the address x coordinate.Returns the address y coordinate.Checks if is the address is invertible.isManual()Checks if the address is manual inserted.voidsetAccessEndPointAccessTime(Long accessEndPointAccessTime) Sets the address access end point access time.voidsetAccessEndPointXCoordinate(Double accessEndPointXCoordinate) Sets the address access end point X coordinate.voidsetAccessEndPointYCoordinate(Double accessEndPointYCoordinate) Sets the address access end point Y coordinate.voidsetAccessTime(Long accessTime) Sets the address access time id.voidsetAccessXCoordinate(Double accessXCoordinate) Sets the address access X coordinate.voidsetAccessYCoordinate(Double accessYCoordinate) Sets the address access Y coordinate.voidsetApartment(String apartment) Sets the address apartment.voidSets the address code.voidsetCreationDate(Date creationDate) Sets the address creation date.voidsetCreationUser(Long creationUser) Sets the id of the address creation user.voidsetDescription(String description) Sets the address description.voidsetDirections(String directions) Sets the address directions.voidsetDistrictCode(String districtCode) Sets the code of the address district.voidsetEditDate(Date editDate) Sets the address edit date.voidsetEditUser(Long editUser) Sets the id of the address editing user id.voidsetEndPointXCoordinate(Double endPointXCoordinate) Sets the address end point X coordinate.voidsetEndPointYCoordinate(Double endPointYCoordinate) Sets the address end point Y coordinate.voidSets the id of the address floor.voidSets the address id.voidsetInvertible(Boolean invertible) Sets the address to invertible.voidsetLocality(String locality) Sets the address locality.voidSets the address lot.voidSets the address to manual.voidsetMicrocluster(String microcluster) Sets the address microcluster identifier.voidsetMunicipality(Long municipality) Sets the id of the address municipality.voidsetMunicipalityCode(String municipalityCode) Sets the address municipality code.voidsetMunicipalityDescription(String municipalityDescription) Sets the address municipality description.voidSets the id of the address nation.voidsetNormalizationState(Long normalizationState) Sets the id of the address normalization state.voidsetNormalizedApartment(String normalizedApartment) Sets the address normalized apartment.voidsetNormalizedLocality(String normalizedLocality) Sets the address normalized locality.voidsetNormalizedMunicipality(String normalizedMunicipality) Sets the address normalized municipality.voidsetNormalizedPostalCode(String normalizedPostalCode) Sets the address normalized postal code.voidsetNormalizedStreet(String normalizedStreet) Sets the address normalized street.voidsetNormalizedStreetNumber(Long normalizedStreetNumber) Sets the address normalized street number.voidsetNormalizedToponym(String normalizedToponym) Sets the address normalized toponym.voidSets the address note.voidsetOperationCenter(Long operationCenter) Sets the id of the address operation center.voidsetPlantXCoordinate(Double plantXCoordinate) Sets the address plant X coordinate.voidsetPlantYCoordinate(Double plantYCoordinate) Sets the address plant Y coordinate.voidsetPostalCode(String postalCode) Sets the address postal code.voidsetStaircase(String staircase) Sets the address staircase.voidSets the address street.voidsetStreetNumber(Long streetNumber) Sets the address street number.voidsetStreetNumberExtention(String streetNumberExtention) Sets the address street number extention.voidSets the address target id.voidsetToponym(String toponym) Sets the address toponym.voidSets the type id.voidsetValidityEnd(Date validityEnd) Sets the address validity end.voidsetValidityStart(Date validityStart) Sets the address validity start.voidsetxCoordinate(Double xCoordinate) Sets the address x coordinate.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
-
BOAddress
public BOAddress()
-
-
Method Details
-
getId
Returns the address id.- Returns:
- the the address id
-
setId
Sets the address id.- Parameters:
id- the address id
-
getCode
Returns the address code.- Returns:
- the code
-
setCode
Sets the address code.- Parameters:
code- the code
-
getDescription
Returns the address description.- Returns:
- the description
-
setDescription
Sets the address description.- Parameters:
description- the description
-
getType
Returns the address type id.- Returns:
- the type id
-
setType
Sets the type id.- Parameters:
type- the type id
-
getyCoordinate
Returns the address y coordinate.- Returns:
- the y coordinate
-
setyCoordinate
Sets the address y coordinate.- Parameters:
yCoordinate- the y coordinate
-
getxCoordinate
Returns the address x coordinate.- Returns:
- the x coordinate
-
setxCoordinate
Sets the address x coordinate.- Parameters:
xCoordinate- the x coordinate
-
getValidityStart
Returns the address validity start.- Returns:
- the validity start
-
setValidityStart
Sets the address validity start.- Parameters:
validityStart- the validity start
-
getValidityEnd
Returns the address validity end.- Returns:
- the validity end
-
setValidityEnd
Sets the address validity end.- Parameters:
validityEnd- the validity end
-
getToponym
Returns the address toponym.- Returns:
- the toponym
-
setToponym
Sets the address toponym.- Parameters:
toponym- the toponym
-
getTarget
Returns the address target id.- Returns:
- the address target id
- See Also:
-
setTarget
Sets the address target id.- Parameters:
target- the target id- See Also:
-
getStreetNumberExtention
Returns the address street number extention.- Returns:
- the address street number extention
-
setStreetNumberExtention
Sets the address street number extention.- Parameters:
streetNumberExtention- the street number extention
-
getStreetNumber
Returns the address street number.- Returns:
- the street number
-
setStreetNumber
Sets the address street number.- Parameters:
streetNumber- the street number
-
getStreet
Returns the address street.- Returns:
- the street
-
setStreet
Sets the address street.- Parameters:
street- the street
-
getStaircase
Returns the address staircase.- Returns:
- the staircase
-
setStaircase
Sets the address staircase.- Parameters:
staircase- the staircase
-
getPostalCode
Returns the address postal code.- Returns:
- the postal code
-
setPostalCode
Sets the address postal code.- Parameters:
postalCode- the postal code
-
getPlantYCoordinate
Returns the address plant Y coordinate.- Returns:
- the plant Y coordinate
-
setPlantYCoordinate
Sets the address plant Y coordinate.- Parameters:
plantYCoordinate- the plant Y coordinate
-
getPlantXCoordinate
Returns the address plant X coordinate.- Returns:
- the plant X coordinate
-
setPlantXCoordinate
Sets the address plant X coordinate.- Parameters:
plantXCoordinate- the plant X coordinate
-
getOperationCenter
Returns the id of the address operation center.- Returns:
- the operation center id
- See Also:
-
setOperationCenter
Sets the id of the address operation center.- Parameters:
operationCenter- the operation center id- See Also:
-
getNote
Returns the address note.- Returns:
- the note
-
setNote
Sets the address note.- Parameters:
note- the note
-
getNation
Returns the id of the address nation.- Returns:
- the nation
- See Also:
-
setNation
Sets the id of the address nation.- Parameters:
nation- the nation- See Also:
-
getMunicipalityCode
Returns the address municipality code.- Returns:
- the municipality code
-
setMunicipalityCode
Sets the address municipality code.- Parameters:
municipalityCode- the municipality code
-
getMunicipalityDescription
Returns the address municipality description.- Returns:
- the municipality description
-
setMunicipalityDescription
Sets the address municipality description.- Parameters:
municipalityDescription- the municipality description
-
getMunicipality
Returns the id of the address municipality.- Returns:
- the municipality id
- See Also:
-
setMunicipality
Sets the id of the address municipality.- Parameters:
municipality- the municipality id- See Also:
-
isManual
Checks if the address is manual inserted.- Returns:
- true if is manual inserted, false otherwise
-
setManual
Sets the address to manual.- Parameters:
manual- true if the address must be manual inserted, false otherwise
-
getLot
Returns the address lot.- Returns:
- the lot
-
setLot
Sets the address lot.- Parameters:
lot- the lot
-
getLocality
Returns the address locality.- Returns:
- the locality
-
setLocality
Sets the address locality.- Parameters:
locality- the locality
-
isInvertible
Checks if is the address is invertible.- Returns:
- true if the address is invertible, false otherwise
-
setInvertible
Sets the address to invertible.- Parameters:
invertible- true if the address must be invertible, false otherwise
-
getFloor
Returns the id of the address floor.- Returns:
- the floor id
-
setFloor
Sets the id of the address floor.- Parameters:
floor- the floor id
-
getEndPointYCoordinate
Returns the address end point Y coordinate.- Returns:
- the end point Y coordinate
-
setEndPointYCoordinate
Sets the address end point Y coordinate.- Parameters:
endPointYCoordinate- the end point Y coordinate
-
getEndPointXCoordinate
Returns the address end point X coordinate.- Returns:
- the end point X coordinate
-
setEndPointXCoordinate
Sets the address end point X coordinate.- Parameters:
endPointXCoordinate- the end point X coordinate
-
getEditUser
Returns the id of the address editing user.- Returns:
- the user id
- See Also:
-
setEditUser
Sets the id of the address editing user id.- Parameters:
editUser- the user id- See Also:
-
getEditDate
Returns the address edit date.- Returns:
- the edit date
-
setEditDate
Sets the address edit date.- Parameters:
editDate- the edit date
-
getDistrictCode
Returns the code of the address district.- Returns:
- the district code
- See Also:
-
setDistrictCode
Sets the code of the address district.- Parameters:
districtCode- the district code- See Also:
-
getDirections
Returns the address directions.- Returns:
- the directions
-
setDirections
Sets the address directions.- Parameters:
directions- the directions
-
getCreationUser
Returns the id of the address creation user.- Returns:
- the creation user id
- See Also:
-
setCreationUser
Sets the id of the address creation user.- Parameters:
creationUser- the creation user id- See Also:
-
getCreationDate
Returns the address creation date.- Returns:
- the creation date
-
setCreationDate
Sets the address creation date.- Parameters:
creationDate- the creation date
-
getApartment
Returns the address apartment.- Returns:
- the apartment
-
setApartment
Sets the address apartment.- Parameters:
apartment- the apartment
-
getMicrocluster
Returns the address microcluster identifier.- Returns:
- the microcluster identifier
-
setMicrocluster
Sets the address microcluster identifier.- Parameters:
microcluster- the microcluster identifier
-
getNormalizedToponym
Returns the address normalized toponym.- Returns:
- the normalized toponym
-
setNormalizedToponym
Sets the address normalized toponym.- Parameters:
normalizedToponym- the normalized toponym
-
getNormalizedStreetNumber
Returns the address normalized street number.- Returns:
- the normalized street number
-
setNormalizedStreetNumber
Sets the address normalized street number.- Parameters:
normalizedStreetNumber- the normalized street number
-
getNormalizedStreet
Returns the address normalized street.- Returns:
- the normalized street
-
setNormalizedStreet
Sets the address normalized street.- Parameters:
normalizedStreet- the normalized street
-
getNormalizedPostalCode
Returns the address normalized postal code.- Returns:
- the normalized postal code
-
setNormalizedPostalCode
Sets the address normalized postal code.- Parameters:
normalizedPostalCode- the normalized postal code
-
getNormalizedMunicipality
Returns the address normalized municipality.- Returns:
- the normalized municipality
-
setNormalizedMunicipality
Sets the address normalized municipality.- Parameters:
normalizedMunicipality- the normalized municipality
-
getNormalizedLocality
Returns the address normalized locality.- Returns:
- the normalized locality
-
setNormalizedLocality
Sets the address normalized locality.- Parameters:
normalizedLocality- the normalized locality
-
getNormalizedApartment
Returns the address normalized apartment.- Returns:
- the normalized apartment
-
setNormalizedApartment
Sets the address normalized apartment.- Parameters:
normalizedApartment- the normalized apartment
-
getNormalizationState
Returns the id of the address normalization state.- Returns:
- the normalization state id
-
setNormalizationState
Sets the id of the address normalization state.- Parameters:
normalizationState- the normalization state id
-
getAccessYCoordinate
Returns the address access Y coordinate.- Returns:
- the access Y coordinate
-
setAccessYCoordinate
Sets the address access Y coordinate.- Parameters:
accessYCoordinate- the access Y coordinate
-
getAccessXCoordinate
Returns the address access X coordinate.- Returns:
- the access X coordinate
-
setAccessXCoordinate
Sets the address access X coordinate.- Parameters:
accessXCoordinate- the access X coordinate
-
getAccessTime
Returns the address access time id.- Returns:
- the access time id
-
setAccessTime
Sets the address access time id.- Parameters:
accessTime- the access time id
-
getAccessEndPointYCoordinate
Returns the address access end point Y coordinate.- Returns:
- the access end point Y coordinate
-
setAccessEndPointYCoordinate
Sets the address access end point Y coordinate.- Parameters:
accessEndPointYCoordinate- the access end point Y coordinate
-
getAccessEndPointXCoordinate
Returns the address access end point X coordinate.- Returns:
- the access end point X coordinate
-
setAccessEndPointXCoordinate
Sets the address access end point X coordinate.- Parameters:
accessEndPointXCoordinate- the access end point X coordinate
-
getAccessEndPointAccessTime
Returns the address access end point access time.- Returns:
- the access end point access time
-
setAccessEndPointAccessTime
Sets the address access end point access time.- Parameters:
accessEndPointAccessTime- the access end point access time
-