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

public class DTOAddressInsertedSpout extends DynO
Object that represent the spout payload for BOAddress insert actions.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAddressInsertedSpout

      public DTOAddressInsertedSpout()
  • Method Details

    • getId

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

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

      public final String getCountry()
      Returns the address country id.
      Returns:
      the address country id
    • setCountry

      public final void setCountry(String country)
      Sets the address country id.
      Parameters:
      country - the address country id
    • getDistrict

      public final String getDistrict()
      Returns the address district id.
      Returns:
      the address district id
    • setDistrict

      public final void setDistrict(String district)
      Sets the address district id.
      Parameters:
      district - the address district id
    • getMunicipality

      public final String getMunicipality()
      Returns the address municipality.
      Returns:
      the address municipality
    • setMunicipality

      public final void setMunicipality(String municipality)
      Sets the address municipality.
      Parameters:
      municipality - the address municipality
    • getLocality

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

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

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

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

      public final Long getTarget()
      Returns the address target id (valued only for technical object).
      Returns:
      the address target id
    • setTarget

      public final void setTarget(Long target)
      Sets the address target id (valued only for technical object).
      Parameters:
      target - the address target id
    • getxCoordinate

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

      public final void setxCoordinate(Double xCoordinate)
      Sets the address X coordinate.
      Parameters:
      xCoordinate - the address X coordinate
    • getyCoordinate

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

      public final void setyCoordinate(Double yCoordinate)
      Sets the address Y coordinate.
      Parameters:
      yCoordinate - the address Y coordinate