java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.bl.workorder.address.ActivityAddress
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class ActivityAddress extends DynO
Represents an address associated with an activity in the work order management system. Contains geographical and administrative location information.
See Also:
  • Constructor Details

    • ActivityAddress

      public ActivityAddress()
  • Method Details

    • getNation

      public String getNation()
      Gets the nation/country name.
      Returns:
      the nation
    • setNation

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

      public String getDistrict()
      Gets the district name.
      Returns:
      the district
    • setDistrict

      public void setDistrict(String district)
      Sets the district name.
      Parameters:
      district - the district to set
    • getMunicipality

      public String getMunicipality()
      Gets the municipality name.
      Returns:
      the municipality
    • setMunicipality

      public void setMunicipality(String municipality)
      Sets the municipality name.
      Parameters:
      municipality - the municipality to set
    • getLocality

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

      public void setLocality(String locality)
      Sets the locality name.
      Parameters:
      locality - the locality to set
    • getPostCode

      public String getPostCode()
      Gets the postal code.
      Returns:
      the post code
    • setPostCode

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

      public String getToponym()
      Gets the toponym (place name).
      Returns:
      the toponym
    • setToponym

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

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

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

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

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

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

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

      public Double getxCoordinate()
      Gets the X coordinate (longitude).
      Returns:
      the X coordinate
    • setxCoordinate

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

      public Double getyCoordinate()
      Gets the Y coordinate (latitude).
      Returns:
      the Y coordinate
    • setyCoordinate

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