Class OrderLabelImpl
java.lang.Object
com.commercetools.history.models.label.OrderLabelImpl
- All Implemented Interfaces:
Label,OrderLabel,io.vrap.rmf.base.client.ModelBase
OrderLabel
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Field Summary
Fields inherited from interface com.commercetools.history.models.label.OrderLabel
ORDER_LABEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEmail address of the Customer that the Order belongs to.User-defined unique identifier of the Order that is unique across a Project.getType()inthashCode()voidsetCustomerEmail(String customerEmail) Email address of the Customer that the Order belongs to.voidsetOrderNumber(String orderNumber) User-defined unique identifier of the Order that is unique across a Project.toString()Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.label.OrderLabel
withOrderLabel
-
Constructor Details
-
OrderLabelImpl
public OrderLabelImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLabel- Specified by:
getTypein interfaceOrderLabel- Returns:
- type
-
getCustomerEmail
Email address of the Customer that the Order belongs to.
- Specified by:
getCustomerEmailin interfaceOrderLabel- Returns:
- customerEmail
-
getOrderNumber
User-defined unique identifier of the Order that is unique across a Project.
- Specified by:
getOrderNumberin interfaceOrderLabel- Returns:
- orderNumber
-
setCustomerEmail
Description copied from interface:OrderLabelEmail address of the Customer that the Order belongs to.
- Specified by:
setCustomerEmailin interfaceOrderLabel- Parameters:
customerEmail- value to be set
-
setOrderNumber
Description copied from interface:OrderLabelUser-defined unique identifier of the Order that is unique across a Project.
- Specified by:
setOrderNumberin interfaceOrderLabel- Parameters:
orderNumber- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-