Class QuoteLabelImpl
java.lang.Object
com.commercetools.history.models.label.QuoteLabelImpl
- All Implemented Interfaces:
Label,QuoteLabel,io.vrap.rmf.base.client.ModelBase
QuoteLabel
-
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.QuoteLabel
QUOTE_LABEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Buyer who requested the Quote.getKey()User-defined unique identifier of the Quote.Quote Request related to the Quote.Staged Quote related to the Quote.getType()inthashCode()voidsetCustomer(Reference customer) The Buyer who requested the Quote.voidUser-defined unique identifier of the Quote.voidsetQuoteRequest(Reference quoteRequest) Quote Request related to the Quote.voidsetStagedQuote(Reference stagedQuote) Staged Quote related to the Quote.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.label.QuoteLabel
withQuoteLabel
-
Constructor Details
-
QuoteLabelImpl
public QuoteLabelImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLabel- Specified by:
getTypein interfaceQuoteLabel- Returns:
- type
-
getKey
User-defined unique identifier of the Quote.
- Specified by:
getKeyin interfaceQuoteLabel- Returns:
- key
-
getCustomer
The Buyer who requested the Quote.
- Specified by:
getCustomerin interfaceQuoteLabel- Returns:
- customer
-
getStagedQuote
Staged Quote related to the Quote.
- Specified by:
getStagedQuotein interfaceQuoteLabel- Returns:
- stagedQuote
-
getQuoteRequest
Quote Request related to the Quote.
- Specified by:
getQuoteRequestin interfaceQuoteLabel- Returns:
- quoteRequest
-
setKey
Description copied from interface:QuoteLabelUser-defined unique identifier of the Quote.
- Specified by:
setKeyin interfaceQuoteLabel- Parameters:
key- value to be set
-
setCustomer
Description copied from interface:QuoteLabelThe Buyer who requested the Quote.
- Specified by:
setCustomerin interfaceQuoteLabel- Parameters:
customer- value to be set
-
setStagedQuote
Description copied from interface:QuoteLabelStaged Quote related to the Quote.
- Specified by:
setStagedQuotein interfaceQuoteLabel- Parameters:
stagedQuote- value to be set
-
setQuoteRequest
Description copied from interface:QuoteLabelQuote Request related to the Quote.
- Specified by:
setQuoteRequestin interfaceQuoteLabel- Parameters:
quoteRequest- value to be set
-
equals
-
hashCode
-