java.lang.Object
com.sap.hybris.saprevenuecloudcustomer.dto.Customer
All Implemented Interfaces:
Serializable

public class Customer extends Object implements Serializable
See Also:
  • Constructor Details

    • Customer

      public Customer()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPersonalInfo

      public PersonalInfo getPersonalInfo()
      Returns:
      the personalInfo
    • setPersonalInfo

      public void setPersonalInfo(PersonalInfo personalInfo)
      Parameters:
      personalInfo - the personalInfo to set
    • getCustomerType

      public String getCustomerType()
      Returns:
      the customerType
    • setCustomerType

      public void setCustomerType(String customerType)
      Parameters:
      customerType - the customerType to set
    • getRevenueCloudId

      public String getRevenueCloudId()
      Returns:
      the revenueCloudId
    • setRevenueCloudId

      public void setRevenueCloudId(String revenueCloudId)
      Parameters:
      revenueCloudId - the revenueCloudId to set
    • getMarkets

      public List<Market> getMarkets()
      Returns:
      the markets
    • setMarkets

      public void setMarkets(List<Market> markets)
      Parameters:
      markets - the markets to set
    • getAddresses

      public List<Address> getAddresses()
      Returns:
      the addresses
    • setAddresses

      public void setAddresses(List<Address> addresses)
      Parameters:
      addresses - the addresses to set
    • getCustomerId

      public String getCustomerId()
      Returns:
      the customerId
    • setCustomerId

      public void setCustomerId(String customerId)
      Parameters:
      customerId - the customerId to set