public final class BackOfficeCustomer extends Object
Constructor and Description |
---|
BackOfficeCustomer(int id,
int totalOrders,
int totalLicenses,
CustomerLabel[] labels,
String email,
String firstName,
String lastName,
String companyName,
String phone,
String reference,
String address,
String postcode,
String city,
String country,
String state,
String allLabelNames,
int company,
String licenseUser,
int[] labelIds) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress()
Address set on the customer while making an order.
|
String |
getAllLabelNames()
All names of the labels that are assigned to this customer, appended in one consecutive String.
|
String |
getCity()
City set on the customer while making an order.
|
int |
getCompany()
Company id of that the customer belongs to.
|
String |
getCompanyName()
Name of the company the user belongs to.
|
String |
getCountry()
Country set on the customer while making an order.
|
String |
getEmail()
Customer email set on the customer while making an order.
|
String |
getFirstName()
Customer's first name set on the customer while making an order.
|
int |
getId()
Id of the customer, is automatically generated by the LicenseSpring.
|
int[] |
getLabelIds()
List of the label ids that are assigned to this customer.
|
CustomerLabel[] |
getLabels()
List of label objects that are assigned to this customer.
|
String |
getLastName()
Customer's Last name set on the customer while making an order.
|
String |
getLicenseUser()
If the user is also a license user.
|
String |
getPhone()
Phone number of the user.
|
String |
getPostcode()
Postal code set on the customer while making an order.
|
String |
getReference()
Reference on this customer.
|
String |
getState()
State set on the customer while making an order.
|
int |
getTotalLicenses()
Number of licenses this customer has ordered.
|
int |
getTotalOrders()
Number of orders this customer has placed.
|
int |
hashCode() |
String |
toString() |
public BackOfficeCustomer(int id, int totalOrders, int totalLicenses, CustomerLabel[] labels, String email, String firstName, String lastName, String companyName, String phone, String reference, String address, String postcode, String city, String country, String state, String allLabelNames, int company, String licenseUser, int[] labelIds)
public int getId()
public int getTotalOrders()
public int getTotalLicenses()
public CustomerLabel[] getLabels()
public String getEmail()
public String getFirstName()
public String getLastName()
public String getCompanyName()
public String getPhone()
public String getReference()
public String getAddress()
public String getPostcode()
public String getCity()
public String getCountry()
public String getState()
public String getAllLabelNames()
public int getCompany()
public String getLicenseUser()
public int[] getLabelIds()
Copyright © 2023 Cense Data Inc.. All rights reserved.