Class ConsignmentStatus
java.lang.Object
de.hybris.platform.basecommerce.enums.ConsignmentStatus
- All Implemented Interfaces:
de.hybris.platform.core.HybrisEnumValue,Serializable
Generated enum ConsignmentStatus declared at extension basecommerce.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.CANCELLED declared at extension basecommerce.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.PAYMENT_NOT_CAPTURED declared at extension commerceservices.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.PICKPACK declared at extension basecommerce.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.PICKUP_COMPLETE declared at extension commerceservices.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.READY declared at extension basecommerce.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.READY_FOR_PICKUP declared at extension commerceservices.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.SHIPPED declared at extension basecommerce.static final StringGenerated simple class name constant.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.TAX_NOT_COMMITTED declared at extension commerceservices.static final ConsignmentStatusGenerated enum value for ConsignmentStatus.WAITING declared at extension basecommerce. -
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 thisConsignmentStatus.toString()Returns the code representing this enum value.static ConsignmentStatusReturns a ConsignmentStatus 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:
-
READY_FOR_PICKUP
Generated enum value for ConsignmentStatus.READY_FOR_PICKUP declared at extension commerceservices. -
WAITING
Generated enum value for ConsignmentStatus.WAITING declared at extension basecommerce. -
PICKPACK
Generated enum value for ConsignmentStatus.PICKPACK declared at extension basecommerce. -
PICKUP_COMPLETE
Generated enum value for ConsignmentStatus.PICKUP_COMPLETE declared at extension commerceservices. -
PAYMENT_NOT_CAPTURED
Generated enum value for ConsignmentStatus.PAYMENT_NOT_CAPTURED declared at extension commerceservices. -
READY
Generated enum value for ConsignmentStatus.READY declared at extension basecommerce. -
SHIPPED
Generated enum value for ConsignmentStatus.SHIPPED declared at extension basecommerce. -
TAX_NOT_COMMITTED
Generated enum value for ConsignmentStatus.TAX_NOT_COMMITTED declared at extension commerceservices. -
CANCELLED
Generated enum value for ConsignmentStatus.CANCELLED declared at extension basecommerce.
-
-
Method Details
-
equals
Compares this object to the specified object. The result istrueif and only if the argument is notnulland is anConsignmentStatusobject 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 thisConsignmentStatus. -
toString
Returns the code representing this enum value. -
valueOf
Returns a ConsignmentStatus instance representing the specified enum value.- Parameters:
code- an enum value- Returns:
- a ConsignmentStatus instance representing value.
-