Package de.hybris.platform.core.enums
Class QuoteState
java.lang.Object
de.hybris.platform.core.enums.QuoteState
- All Implemented Interfaces:
de.hybris.platform.core.HybrisEnumValue,Serializable
Generated enum QuoteState declared at extension core.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final QuoteStateGenerated enum value for QuoteState.BUYER_ACCEPTED declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.BUYER_APPROVED declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.BUYER_DRAFT declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.BUYER_OFFER declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.BUYER_ORDERED declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.BUYER_REJECTED declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.BUYER_SUBMITTED declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.CANCELLED declared at extension core.static final QuoteStateGenerated enum value for QuoteState.CREATED declared at extension core.static final QuoteStateGenerated enum value for QuoteState.DRAFT declared at extension core.static final QuoteStateGenerated enum value for QuoteState.EXPIRED declared at extension core.static final QuoteStateGenerated enum value for QuoteState.OFFER declared at extension core.static final QuoteStateGenerated enum value for QuoteState.ORDERED declared at extension core.static final QuoteStateGenerated enum value for QuoteState.SELLER_DRAFT declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.SELLER_REQUEST declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.SELLER_SUBMITTED declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.SELLERAPPROVER_APPROVED declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.SELLERAPPROVER_DRAFT declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.SELLERAPPROVER_PENDING declared at extension commerceservices.static final QuoteStateGenerated enum value for QuoteState.SELLERAPPROVER_REJECTED declared at extension commerceservices.static final StringGenerated simple class name constant.static final QuoteStateGenerated enum value for QuoteState.SUBMITTED declared at extension core. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this object to the specified object.getCode()Gets the code of this enum value.getType()Gets the type this enum value belongs to.inthashCode()Returns a hash code for thisQuoteState.toString()Returns the code representing this enum value.static QuoteStateReturns a QuoteState instance representing the specified enum value.
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
SIMPLE_CLASSNAME
Generated simple class name constant.- See Also:
-
BUYER_APPROVED
Generated enum value for QuoteState.BUYER_APPROVED declared at extension commerceservices. -
CREATED
Generated enum value for QuoteState.CREATED declared at extension core. -
BUYER_DRAFT
Generated enum value for QuoteState.BUYER_DRAFT declared at extension commerceservices. -
DRAFT
Generated enum value for QuoteState.DRAFT declared at extension core. -
BUYER_SUBMITTED
Generated enum value for QuoteState.BUYER_SUBMITTED declared at extension commerceservices. -
SUBMITTED
Generated enum value for QuoteState.SUBMITTED declared at extension core. -
BUYER_OFFER
Generated enum value for QuoteState.BUYER_OFFER declared at extension commerceservices. -
OFFER
Generated enum value for QuoteState.OFFER declared at extension core. -
BUYER_ACCEPTED
Generated enum value for QuoteState.BUYER_ACCEPTED declared at extension commerceservices. -
ORDERED
Generated enum value for QuoteState.ORDERED declared at extension core. -
BUYER_REJECTED
Generated enum value for QuoteState.BUYER_REJECTED declared at extension commerceservices. -
CANCELLED
Generated enum value for QuoteState.CANCELLED declared at extension core. -
BUYER_ORDERED
Generated enum value for QuoteState.BUYER_ORDERED declared at extension commerceservices. -
EXPIRED
Generated enum value for QuoteState.EXPIRED declared at extension core. -
SELLER_REQUEST
Generated enum value for QuoteState.SELLER_REQUEST declared at extension commerceservices. -
SELLER_DRAFT
Generated enum value for QuoteState.SELLER_DRAFT declared at extension commerceservices. -
SELLER_SUBMITTED
Generated enum value for QuoteState.SELLER_SUBMITTED declared at extension commerceservices. -
SELLERAPPROVER_DRAFT
Generated enum value for QuoteState.SELLERAPPROVER_DRAFT declared at extension commerceservices. -
SELLERAPPROVER_PENDING
Generated enum value for QuoteState.SELLERAPPROVER_PENDING declared at extension commerceservices. -
SELLERAPPROVER_REJECTED
Generated enum value for QuoteState.SELLERAPPROVER_REJECTED declared at extension commerceservices. -
SELLERAPPROVER_APPROVED
Generated enum value for QuoteState.SELLERAPPROVER_APPROVED declared at extension commerceservices.
-
-
Method Details
-
equals
Compares this object to the specified object. The result istrueif and only if the argument is notnulland is anQuoteStateobject that contains the enum valuecodeas this object. -
getCode
Gets the code of this enum value.- Specified by:
getCodein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of value
-
getType
Gets the type this enum value belongs to.- Specified by:
getTypein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of type
-
hashCode
public int hashCode()Returns a hash code for thisQuoteState. -
toString
Returns the code representing this enum value. -
valueOf
Returns a QuoteState instance representing the specified enum value.- Parameters:
code- an enum value- Returns:
- a QuoteState instance representing value.
-