Class DTOAddressUpdatedSpout

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.locations.spout.address.DTOAddressUpdatedSpout
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

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

    • DTOAddressUpdatedSpout

      public DTOAddressUpdatedSpout()
  • 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 Optional<String> getCountry()
      Returns the address country id.
      Returns:
      the address country id
    • setCountry

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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