Class Customer
java.lang.Object
com.sap.hybris.saprevenuecloudcustomer.dto.Customer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAddresses(List<Address> addresses) voidsetCustomerId(String customerId) voidsetCustomerType(String customerType) voidsetMarkets(List<Market> markets) voidsetPersonalInfo(PersonalInfo personalInfo) voidsetRevenueCloudId(String revenueCloudId) toString()
-
Constructor Details
-
Customer
public Customer()
-
-
Method Details
-
toString
-
getPersonalInfo
- Returns:
- the personalInfo
-
setPersonalInfo
- Parameters:
personalInfo- the personalInfo to set
-
getCustomerType
- Returns:
- the customerType
-
setCustomerType
- Parameters:
customerType- the customerType to set
-
getRevenueCloudId
- Returns:
- the revenueCloudId
-
setRevenueCloudId
- Parameters:
revenueCloudId- the revenueCloudId to set
-
getMarkets
- Returns:
- the markets
-
setMarkets
- Parameters:
markets- the markets to set
-
getAddresses
- Returns:
- the addresses
-
setAddresses
- Parameters:
addresses- the addresses to set
-
getCustomerId
- Returns:
- the customerId
-
setCustomerId
- Parameters:
customerId- the customerId to set
-