Class StagedQuoteLabelImpl
java.lang.Object
com.commercetools.history.models.label.StagedQuoteLabelImpl
- All Implemented Interfaces:
Label,StagedQuoteLabel,io.vrap.rmf.base.client.ModelBase
public class StagedQuoteLabelImpl
extends Object
implements StagedQuoteLabel, io.vrap.rmf.base.client.ModelBase
StagedQuoteLabel
-
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.StagedQuoteLabel
STAGED_QUOTE_LABEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Buyer who requested the Quote.getKey()User-defined unique identifier of the Staged Quote.Quote Request related to the Staged Quote.getType()inthashCode()voidsetCustomer(Reference customer) The Buyer who requested the Quote.voidUser-defined unique identifier of the Staged Quote.voidsetQuoteRequest(Reference quoteRequest) Quote Request related to the Staged 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.StagedQuoteLabel
withStagedQuoteLabel
-
Constructor Details
-
StagedQuoteLabelImpl
public StagedQuoteLabelImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLabel- Specified by:
getTypein interfaceStagedQuoteLabel- Returns:
- type
-
getKey
User-defined unique identifier of the Staged Quote.
- Specified by:
getKeyin interfaceStagedQuoteLabel- Returns:
- key
-
getCustomer
The Buyer who requested the Quote.
- Specified by:
getCustomerin interfaceStagedQuoteLabel- Returns:
- customer
-
getQuoteRequest
Quote Request related to the Staged Quote.
- Specified by:
getQuoteRequestin interfaceStagedQuoteLabel- Returns:
- quoteRequest
-
setKey
Description copied from interface:StagedQuoteLabelUser-defined unique identifier of the Staged Quote.
- Specified by:
setKeyin interfaceStagedQuoteLabel- Parameters:
key- value to be set
-
setCustomer
Description copied from interface:StagedQuoteLabelThe Buyer who requested the Quote.
- Specified by:
setCustomerin interfaceStagedQuoteLabel- Parameters:
customer- value to be set
-
setQuoteRequest
Description copied from interface:StagedQuoteLabelQuote Request related to the Staged Quote.
- Specified by:
setQuoteRequestin interfaceStagedQuoteLabel- Parameters:
quoteRequest- value to be set
-
equals
-
hashCode
-