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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated model type code constant.
    static final BmPartyBillStatus
    Deprecated, 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 BmPartyBillStatus
    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.
    static final BmPartyBillStatus
    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.
    static final BmPartyBillStatus
    Deprecated, 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 BmPartyBillStatus
    Deprecated, 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 String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generated simple class name constant.
    static final BmPartyBillStatus
    Deprecated, 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 Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Compares this object to the specified object.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the code of this enum value.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the type this enum value belongs to.
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a hash code for this BmPartyBillStatus.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the code representing this enum value.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns a BmPartyBillStatus instance representing the specified enum value.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated model type code constant.
      See Also:
    • SIMPLE_CLASSNAME

      public static final String SIMPLE_CLASSNAME
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated simple class name constant.
      See Also:
    • NEW

      public static final BmPartyBillStatus 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

      public static final BmPartyBillStatus 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

      public static final BmPartyBillStatus 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

      public static final BmPartyBillStatus 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

      public static final BmPartyBillStatus 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

      public static final BmPartyBillStatus 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

      public boolean equals(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Compares this object to the specified object. The result is true if and only if the argument is not null and is an BmPartyBillStatus object that contains the enum value code as this object.
      Overrides:
      equals in class Object
      Parameters:
      obj - the object to compare with.
      Returns:
      true if the objects are the same; false otherwise.
    • getCode

      public String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the code of this enum value.
      Specified by:
      getCode in interface de.hybris.platform.core.HybrisEnumValue
      Returns:
      code of value
    • getType

      public String 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:
      getType in interface de.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 this BmPartyBillStatus.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for this object, equal to the enum value code represented by this BmPartyBillStatus object.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the code representing this enum value.
      Overrides:
      toString in class Object
      Returns:
      a string representation of the value of this object.
    • valueOf

      public static BmPartyBillStatus valueOf(String code)
      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.