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

public class DTOActivityAddress extends DynO
DTO for activity address information. Contains geographical and administrative address details for work order activities.
See Also:
  • Constructor Details

    • DTOActivityAddress

      public DTOActivityAddress()
  • Method Details

    • getNation

      public String getNation()
      Returns:
      the nation/country of the address
    • setNation

      public void setNation(String nation)
      Parameters:
      nation - the nation/country to set
    • getDistrict

      public String getDistrict()
      Returns:
      the district/province of the address
    • setDistrict

      public void setDistrict(String district)
      Parameters:
      district - the district/province to set
    • getMunicipality

      public String getMunicipality()
      Returns:
      the municipality/city of the address
    • setMunicipality

      public void setMunicipality(String municipality)
      Parameters:
      municipality - the municipality/city to set
    • getLocality

      public String getLocality()
      Returns:
      the locality/neighborhood of the address
    • setLocality

      public void setLocality(String locality)
      Parameters:
      locality - the locality/neighborhood to set
    • getPostCode

      public String getPostCode()
      Returns:
      the postal code of the address
    • setPostCode

      public void setPostCode(String postCode)
      Parameters:
      postCode - the postal code to set
    • getToponym

      public String getToponym()
      Returns:
      the toponym/place name of the address
    • setToponym

      public void setToponym(String toponym)
      Parameters:
      toponym - the toponym/place name to set
    • getStreet

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

      public void setStreet(String street)
      Parameters:
      street - the street name to set
    • getStreetNumber

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

      public void setStreetNumber(Long streetNumber)
      Parameters:
      streetNumber - the street number to set
    • getStreetNumberExtension

      public String getStreetNumberExtension()
      Returns:
      the street number extension (e.g., A, B, bis)
    • setStreetNumberExtension

      public void setStreetNumberExtension(String streetNumberExtension)
      Parameters:
      streetNumberExtension - the street number extension to set
    • getxCoordinate

      public Double getxCoordinate()
      Returns:
      the X coordinate (longitude) of the address
    • setxCoordinate

      public void setxCoordinate(Double xCoordinate)
      Parameters:
      xCoordinate - the X coordinate (longitude) to set
    • getyCoordinate

      public Double getyCoordinate()
      Returns:
      the Y coordinate (latitude) of the address
    • setyCoordinate

      public void setyCoordinate(Double yCoordinate)
      Parameters:
      yCoordinate - the Y coordinate (latitude) to set