Class CaseStatusType

java.lang.Object
com.aquima.interactions.process.dao.CaseStatusType
All Implemented Interfaces:
Serializable

public final class CaseStatusType extends Object implements Serializable
This class defines the possible case status types.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Field Details

    • OPEN

      public static final CaseStatusType OPEN
      This member defines the OPEN status type.
    • LOCKED

      public static final CaseStatusType LOCKED
      This member defines the LOCKED status type.
    • CLOSED

      public static final CaseStatusType CLOSED
      This member defines the CLOSED status type.
  • Method Details

    • valueOf

      public static CaseStatusType valueOf(String name)
      This method may be used to request the status for the specified name.
      Parameters:
      name - The name of the requested status.
      Returns:
      The status for the specified name.
    • getName

      public String getName()
      This method returns the name of the type.
      Returns:
      The name of the type.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object