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

public class BOAddress extends DynO
Business object representing a address
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOAddress

      public BOAddress()
  • Method Details

    • getId

      public Long getId()
      Returns the address id.
      Returns:
      the the address id
    • setId

      public void setId(Long id)
      Sets the address id.
      Parameters:
      id - the address id
    • getCode

      public String getCode()
      Returns the address code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets the address code.
      Parameters:
      code - the code
    • getDescription

      public String getDescription()
      Returns the address description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the address description.
      Parameters:
      description - the description
    • getType

      public Long getType()
      Returns the address type id.
      Returns:
      the type id
    • setType

      public void setType(Long type)
      Sets the type id.
      Parameters:
      type - the type id
    • getyCoordinate

      public Double getyCoordinate()
      Returns the address y coordinate.
      Returns:
      the y coordinate
    • setyCoordinate

      public void setyCoordinate(Double yCoordinate)
      Sets the address y coordinate.
      Parameters:
      yCoordinate - the y coordinate
    • getxCoordinate

      public Double getxCoordinate()
      Returns the address x coordinate.
      Returns:
      the x coordinate
    • setxCoordinate

      public void setxCoordinate(Double xCoordinate)
      Sets the address x coordinate.
      Parameters:
      xCoordinate - the x coordinate
    • getValidityStart

      public Date getValidityStart()
      Returns the address validity start.
      Returns:
      the validity start
    • setValidityStart

      public void setValidityStart(Date validityStart)
      Sets the address validity start.
      Parameters:
      validityStart - the validity start
    • getValidityEnd

      public Date getValidityEnd()
      Returns the address validity end.
      Returns:
      the validity end
    • setValidityEnd

      public void setValidityEnd(Date validityEnd)
      Sets the address validity end.
      Parameters:
      validityEnd - the validity end
    • getToponym

      public String getToponym()
      Returns the address toponym.
      Returns:
      the toponym
    • setToponym

      public void setToponym(String toponym)
      Sets the address toponym.
      Parameters:
      toponym - the toponym
    • getTarget

      public Long getTarget()
      Returns the address target id.
      Returns:
      the address target id
      See Also:
    • setTarget

      public void setTarget(Long target)
      Sets the address target id.
      Parameters:
      target - the target id
      See Also:
    • getStreetNumberExtention

      public String getStreetNumberExtention()
      Returns the address street number extention.
      Returns:
      the address street number extention
    • setStreetNumberExtention

      public void setStreetNumberExtention(String streetNumberExtention)
      Sets the address street number extention.
      Parameters:
      streetNumberExtention - the street number extention
    • getStreetNumber

      public Long getStreetNumber()
      Returns the address street number.
      Returns:
      the street number
    • setStreetNumber

      public void setStreetNumber(Long streetNumber)
      Sets the address street number.
      Parameters:
      streetNumber - the street number
    • getStreet

      public String getStreet()
      Returns the address street.
      Returns:
      the street
    • setStreet

      public void setStreet(String street)
      Sets the address street.
      Parameters:
      street - the street
    • getStaircase

      public String getStaircase()
      Returns the address staircase.
      Returns:
      the staircase
    • setStaircase

      public void setStaircase(String staircase)
      Sets the address staircase.
      Parameters:
      staircase - the staircase
    • getPostalCode

      public String getPostalCode()
      Returns the address postal code.
      Returns:
      the postal code
    • setPostalCode

      public void setPostalCode(String postalCode)
      Sets the address postal code.
      Parameters:
      postalCode - the postal code
    • getPlantYCoordinate

      public Double getPlantYCoordinate()
      Returns the address plant Y coordinate.
      Returns:
      the plant Y coordinate
    • setPlantYCoordinate

      public void setPlantYCoordinate(Double plantYCoordinate)
      Sets the address plant Y coordinate.
      Parameters:
      plantYCoordinate - the plant Y coordinate
    • getPlantXCoordinate

      public Double getPlantXCoordinate()
      Returns the address plant X coordinate.
      Returns:
      the plant X coordinate
    • setPlantXCoordinate

      public void setPlantXCoordinate(Double plantXCoordinate)
      Sets the address plant X coordinate.
      Parameters:
      plantXCoordinate - the plant X coordinate
    • getOperationCenter

      public Long getOperationCenter()
      Returns the id of the address operation center.
      Returns:
      the operation center id
      See Also:
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the id of the address operation center.
      Parameters:
      operationCenter - the operation center id
      See Also:
    • getNote

      public String getNote()
      Returns the address note.
      Returns:
      the note
    • setNote

      public void setNote(String note)
      Sets the address note.
      Parameters:
      note - the note
    • getNation

      public String getNation()
      Returns the id of the address nation.
      Returns:
      the nation
      See Also:
    • setNation

      public void setNation(String nation)
      Sets the id of the address nation.
      Parameters:
      nation - the nation
      See Also:
    • getMunicipalityCode

      public String getMunicipalityCode()
      Returns the address municipality code.
      Returns:
      the municipality code
    • setMunicipalityCode

      public void setMunicipalityCode(String municipalityCode)
      Sets the address municipality code.
      Parameters:
      municipalityCode - the municipality code
    • getMunicipalityDescription

      public String getMunicipalityDescription()
      Returns the address municipality description.
      Returns:
      the municipality description
    • setMunicipalityDescription

      public void setMunicipalityDescription(String municipalityDescription)
      Sets the address municipality description.
      Parameters:
      municipalityDescription - the municipality description
    • getMunicipality

      public Long getMunicipality()
      Returns the id of the address municipality.
      Returns:
      the municipality id
      See Also:
    • setMunicipality

      public void setMunicipality(Long municipality)
      Sets the id of the address municipality.
      Parameters:
      municipality - the municipality id
      See Also:
    • isManual

      public Boolean isManual()
      Checks if the address is manual inserted.
      Returns:
      true if is manual inserted, false otherwise
    • setManual

      public void setManual(Boolean manual)
      Sets the address to manual.
      Parameters:
      manual - true if the address must be manual inserted, false otherwise
    • getLot

      public String getLot()
      Returns the address lot.
      Returns:
      the lot
    • setLot

      public void setLot(String lot)
      Sets the address lot.
      Parameters:
      lot - the lot
    • getLocality

      public String getLocality()
      Returns the address locality.
      Returns:
      the locality
    • setLocality

      public void setLocality(String locality)
      Sets the address locality.
      Parameters:
      locality - the locality
    • isInvertible

      public Boolean isInvertible()
      Checks if is the address is invertible.
      Returns:
      true if the address is invertible, false otherwise
    • setInvertible

      public void setInvertible(Boolean invertible)
      Sets the address to invertible.
      Parameters:
      invertible - true if the address must be invertible, false otherwise
    • getFloor

      public String getFloor()
      Returns the id of the address floor.
      Returns:
      the floor id
    • setFloor

      public void setFloor(String floor)
      Sets the id of the address floor.
      Parameters:
      floor - the floor id
    • getEndPointYCoordinate

      public Double getEndPointYCoordinate()
      Returns the address end point Y coordinate.
      Returns:
      the end point Y coordinate
    • setEndPointYCoordinate

      public void setEndPointYCoordinate(Double endPointYCoordinate)
      Sets the address end point Y coordinate.
      Parameters:
      endPointYCoordinate - the end point Y coordinate
    • getEndPointXCoordinate

      public Double getEndPointXCoordinate()
      Returns the address end point X coordinate.
      Returns:
      the end point X coordinate
    • setEndPointXCoordinate

      public void setEndPointXCoordinate(Double endPointXCoordinate)
      Sets the address end point X coordinate.
      Parameters:
      endPointXCoordinate - the end point X coordinate
    • getEditUser

      public Long getEditUser()
      Returns the id of the address editing user.
      Returns:
      the user id
      See Also:
    • setEditUser

      public void setEditUser(Long editUser)
      Sets the id of the address editing user id.
      Parameters:
      editUser - the user id
      See Also:
    • getEditDate

      public Date getEditDate()
      Returns the address edit date.
      Returns:
      the edit date
    • setEditDate

      public void setEditDate(Date editDate)
      Sets the address edit date.
      Parameters:
      editDate - the edit date
    • getDistrictCode

      public String getDistrictCode()
      Returns the code of the address district.
      Returns:
      the district code
      See Also:
    • setDistrictCode

      public void setDistrictCode(String districtCode)
      Sets the code of the address district.
      Parameters:
      districtCode - the district code
      See Also:
    • getDirections

      public String getDirections()
      Returns the address directions.
      Returns:
      the directions
    • setDirections

      public void setDirections(String directions)
      Sets the address directions.
      Parameters:
      directions - the directions
    • getCreationUser

      public Long getCreationUser()
      Returns the id of the address creation user.
      Returns:
      the creation user id
      See Also:
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Sets the id of the address creation user.
      Parameters:
      creationUser - the creation user id
      See Also:
    • getCreationDate

      public Date getCreationDate()
      Returns the address creation date.
      Returns:
      the creation date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the address creation date.
      Parameters:
      creationDate - the creation date
    • getApartment

      public String getApartment()
      Returns the address apartment.
      Returns:
      the apartment
    • setApartment

      public void setApartment(String apartment)
      Sets the address apartment.
      Parameters:
      apartment - the apartment
    • getMicrocluster

      public String getMicrocluster()
      Returns the address microcluster identifier.
      Returns:
      the microcluster identifier
    • setMicrocluster

      public void setMicrocluster(String microcluster)
      Sets the address microcluster identifier.
      Parameters:
      microcluster - the microcluster identifier
    • getNormalizedToponym

      public String getNormalizedToponym()
      Returns the address normalized toponym.
      Returns:
      the normalized toponym
    • setNormalizedToponym

      public void setNormalizedToponym(String normalizedToponym)
      Sets the address normalized toponym.
      Parameters:
      normalizedToponym - the normalized toponym
    • getNormalizedStreetNumber

      public Long getNormalizedStreetNumber()
      Returns the address normalized street number.
      Returns:
      the normalized street number
    • setNormalizedStreetNumber

      public void setNormalizedStreetNumber(Long normalizedStreetNumber)
      Sets the address normalized street number.
      Parameters:
      normalizedStreetNumber - the normalized street number
    • getNormalizedStreet

      public String getNormalizedStreet()
      Returns the address normalized street.
      Returns:
      the normalized street
    • setNormalizedStreet

      public void setNormalizedStreet(String normalizedStreet)
      Sets the address normalized street.
      Parameters:
      normalizedStreet - the normalized street
    • getNormalizedPostalCode

      public String getNormalizedPostalCode()
      Returns the address normalized postal code.
      Returns:
      the normalized postal code
    • setNormalizedPostalCode

      public void setNormalizedPostalCode(String normalizedPostalCode)
      Sets the address normalized postal code.
      Parameters:
      normalizedPostalCode - the normalized postal code
    • getNormalizedMunicipality

      public String getNormalizedMunicipality()
      Returns the address normalized municipality.
      Returns:
      the normalized municipality
    • setNormalizedMunicipality

      public void setNormalizedMunicipality(String normalizedMunicipality)
      Sets the address normalized municipality.
      Parameters:
      normalizedMunicipality - the normalized municipality
    • getNormalizedLocality

      public String getNormalizedLocality()
      Returns the address normalized locality.
      Returns:
      the normalized locality
    • setNormalizedLocality

      public void setNormalizedLocality(String normalizedLocality)
      Sets the address normalized locality.
      Parameters:
      normalizedLocality - the normalized locality
    • getNormalizedApartment

      public String getNormalizedApartment()
      Returns the address normalized apartment.
      Returns:
      the normalized apartment
    • setNormalizedApartment

      public void setNormalizedApartment(String normalizedApartment)
      Sets the address normalized apartment.
      Parameters:
      normalizedApartment - the normalized apartment
    • getNormalizationState

      public Long getNormalizationState()
      Returns the id of the address normalization state.
      Returns:
      the normalization state id
    • setNormalizationState

      public void setNormalizationState(Long normalizationState)
      Sets the id of the address normalization state.
      Parameters:
      normalizationState - the normalization state id
    • getAccessYCoordinate

      public Double getAccessYCoordinate()
      Returns the address access Y coordinate.
      Returns:
      the access Y coordinate
    • setAccessYCoordinate

      public void setAccessYCoordinate(Double accessYCoordinate)
      Sets the address access Y coordinate.
      Parameters:
      accessYCoordinate - the access Y coordinate
    • getAccessXCoordinate

      public Double getAccessXCoordinate()
      Returns the address access X coordinate.
      Returns:
      the access X coordinate
    • setAccessXCoordinate

      public void setAccessXCoordinate(Double accessXCoordinate)
      Sets the address access X coordinate.
      Parameters:
      accessXCoordinate - the access X coordinate
    • getAccessTime

      public Long getAccessTime()
      Returns the address access time id.
      Returns:
      the access time id
    • setAccessTime

      public void setAccessTime(Long accessTime)
      Sets the address access time id.
      Parameters:
      accessTime - the access time id
    • getAccessEndPointYCoordinate

      public Double getAccessEndPointYCoordinate()
      Returns the address access end point Y coordinate.
      Returns:
      the access end point Y coordinate
    • setAccessEndPointYCoordinate

      public void setAccessEndPointYCoordinate(Double accessEndPointYCoordinate)
      Sets the address access end point Y coordinate.
      Parameters:
      accessEndPointYCoordinate - the access end point Y coordinate
    • getAccessEndPointXCoordinate

      public Double getAccessEndPointXCoordinate()
      Returns the address access end point X coordinate.
      Returns:
      the access end point X coordinate
    • setAccessEndPointXCoordinate

      public void setAccessEndPointXCoordinate(Double accessEndPointXCoordinate)
      Sets the address access end point X coordinate.
      Parameters:
      accessEndPointXCoordinate - the access end point X coordinate
    • getAccessEndPointAccessTime

      public Long getAccessEndPointAccessTime()
      Returns the address access end point access time.
      Returns:
      the access end point access time
    • setAccessEndPointAccessTime

      public void setAccessEndPointAccessTime(Long accessEndPointAccessTime)
      Sets the address access end point access time.
      Parameters:
      accessEndPointAccessTime - the access end point access time