Class BmPartyBillStatus
java.lang.Object
de.hybris.platform.billmanagementservices.enums.BmPartyBillStatus
- All Implemented Interfaces:
de.hybris.platform.core.HybrisEnumValue,Serializable
@Deprecated(since="2208",
forRemoval=true)
public class BmPartyBillStatus
extends Object
implements de.hybris.platform.core.HybrisEnumValue
Deprecated, for removal: This API element is subject to removal in a future version.
Generated enum BmPartyBillStatus declared at extension billmanagementservices.
Status of a party bill.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final BmPartyBillStatusDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.NEW declared at extension billmanagementservices.static final BmPartyBillStatusDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.ON_HOLD declared at extension billmanagementservices.static final BmPartyBillStatusDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.PARTIALLY_PAID declared at extension billmanagementservices.static final BmPartyBillStatusDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.SENT declared at extension billmanagementservices.static final BmPartyBillStatusDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.SETTLED declared at extension billmanagementservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated simple class name constant.static final BmPartyBillStatusDeprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.VALIDATED declared at extension billmanagementservices. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Compares this object to the specified object.getCode()Deprecated, for removal: This API element is subject to removal in a future version.Gets the code of this enum value.getType()Deprecated, for removal: This API element is subject to removal in a future version.Gets the type this enum value belongs to.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns a hash code for thisBmPartyBillStatus.toString()Deprecated, for removal: This API element is subject to removal in a future version.Returns the code representing this enum value.static BmPartyBillStatusDeprecated, for removal: This API element is subject to removal in a future version.Returns a BmPartyBillStatus instance representing the specified enum value.
-
Field Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
SIMPLE_CLASSNAME
Deprecated, for removal: This API element is subject to removal in a future version.Generated simple class name constant.- See Also:
-
NEW
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.NEW declared at extension billmanagementservices. -
ON_HOLD
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.ON_HOLD declared at extension billmanagementservices. -
VALIDATED
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.VALIDATED declared at extension billmanagementservices. -
SENT
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.SENT declared at extension billmanagementservices. -
SETTLED
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.SETTLED declared at extension billmanagementservices. -
PARTIALLY_PAID
Deprecated, for removal: This API element is subject to removal in a future version.Generated enum value for BmPartyBillStatus.PARTIALLY_PAID declared at extension billmanagementservices.
-
-
Method Details
-
equals
Deprecated, for removal: This API element is subject to removal in a future version.Compares this object to the specified object. The result istrueif and only if the argument is notnulland is anBmPartyBillStatusobject that contains the enum valuecodeas this object. -
getCode
Deprecated, for removal: This API element is subject to removal in a future version.Gets the code of this enum value.- Specified by:
getCodein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of value
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.Gets the type this enum value belongs to.- Specified by:
getTypein interfacede.hybris.platform.core.HybrisEnumValue- Returns:
- code of type
-
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns a hash code for thisBmPartyBillStatus. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.Returns the code representing this enum value. -
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns a BmPartyBillStatus instance representing the specified enum value.- Parameters:
code- an enum value- Returns:
- a BmPartyBillStatus instance representing value.
-