Class C360AddressWsDTO

java.lang.Object
de.hybris.platform.assistedservicewebservices.dto.C360AddressWsDTO
All Implemented Interfaces:
Serializable

public class C360AddressWsDTO extends Object implements Serializable
Customer360 profile address
See Also:
  • Constructor Details

    • C360AddressWsDTO

      public C360AddressWsDTO()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setLine1

      public void setLine1(String line1)
    • getLine1

      public String getLine1()
    • setLine2

      public void setLine2(String line2)
    • getLine2

      public String getLine2()
    • setTown

      public void setTown(String town)
    • getTown

      public String getTown()
    • setRegion

      public void setRegion(RegionWsDTO region)
    • getRegion

      public RegionWsDTO getRegion()
    • setCountry

      public void setCountry(CountryWsDTO country)
    • getCountry

      public CountryWsDTO getCountry()