Class QuoteRequestLabelImpl
java.lang.Object
com.commercetools.history.models.label.QuoteRequestLabelImpl
- All Implemented Interfaces:
Label,QuoteRequestLabel,io.vrap.rmf.base.client.ModelBase
public class QuoteRequestLabelImpl
extends Object
implements QuoteRequestLabel, io.vrap.rmf.base.client.ModelBase
QuoteRequestLabel
-
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.QuoteRequestLabel
QUOTE_REQUEST_LABEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Buyer who raised the Quote Request.getKey()User-defined unique identifier of the Quote Request.getType()inthashCode()voidsetCustomer(Reference customer) The Buyer who raised the Quote Request.voidUser-defined unique identifier of the Quote Request.toString()Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.label.QuoteRequestLabel
withQuoteRequestLabel
-
Constructor Details
-
QuoteRequestLabelImpl
public QuoteRequestLabelImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLabel- Specified by:
getTypein interfaceQuoteRequestLabel- Returns:
- type
-
getKey
User-defined unique identifier of the Quote Request.
- Specified by:
getKeyin interfaceQuoteRequestLabel- Returns:
- key
-
getCustomer
The Buyer who raised the Quote Request.
- Specified by:
getCustomerin interfaceQuoteRequestLabel- Returns:
- customer
-
setKey
Description copied from interface:QuoteRequestLabelUser-defined unique identifier of the Quote Request.
- Specified by:
setKeyin interfaceQuoteRequestLabel- Parameters:
key- value to be set
-
setCustomer
Description copied from interface:QuoteRequestLabelThe Buyer who raised the Quote Request.
- Specified by:
setCustomerin interfaceQuoteRequestLabel- Parameters:
customer- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-