Class CaseProperty

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

public final class CaseProperty extends Object implements Serializable
This class describes a case propery and contains all possible case properties.
Since:
9.2
Author:
B van de Ven
See Also:
  • Field Details

    • NAME

      public static final CaseProperty NAME
      This member defines the NAME case property.
    • CREATIONDATE

      public static final CaseProperty CREATIONDATE
      This member defines the CREATIONDATE case property.
    • LASTUPDATED

      public static final CaseProperty LASTUPDATED
      This member defines the LASTUPDATED case property.
    • DISPLAYNAME

      public static final CaseProperty DISPLAYNAME
      This member defines the DISPLAYNAME case property.
    • APPLICATION_ID

      public static final CaseProperty APPLICATION_ID
      This member defines the APPLICATION ID case property.
    • STATUS

      public static final CaseProperty STATUS
      This member defines the STATUS case property.
    • ID

      public static final CaseProperty ID
      This member defines the CASE ID case property.
    • REFERENCE

      public static final CaseProperty REFERENCE
      This member defines the CASE REFERENCE case property.
  • Method Details

    • forName

      public static CaseProperty forName(String name)
      This method may be used to request the type with a specified name.
      Parameters:
      name - The name of the requested type.
      Returns:
      The type for the specified name.
    • getName

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

      public DataType getDataType()
    • 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