Class CaseDataInstance

java.lang.Object
com.aquima.interactions.process.dao.impl.CaseDataInstance
All Implemented Interfaces:
com.aquima.interactions.process.dao.ICaseDataInstance, Serializable

public class CaseDataInstance extends Object implements com.aquima.interactions.process.dao.ICaseDataInstance
See Also:
  • Constructor Details

    • CaseDataInstance

      public CaseDataInstance(long id, long caseId, String entityName, com.aquima.interactions.foundation.GUID instanceId, String instanceName, List<com.aquima.interactions.process.dao.ICaseDataValue> values)
  • Method Details

    • getId

      public long getId()
      Specified by:
      getId in interface com.aquima.interactions.process.dao.ICaseDataInstance
    • getCaseId

      public long getCaseId()
      Specified by:
      getCaseId in interface com.aquima.interactions.process.dao.ICaseDataInstance
    • getEntityName

      public String getEntityName()
      Specified by:
      getEntityName in interface com.aquima.interactions.process.dao.ICaseDataInstance
    • getInstanceId

      public com.aquima.interactions.foundation.GUID getInstanceId()
      Specified by:
      getInstanceId in interface com.aquima.interactions.process.dao.ICaseDataInstance
    • getInstanceName

      public String getInstanceName()
      Specified by:
      getInstanceName in interface com.aquima.interactions.process.dao.ICaseDataInstance
    • getValues

      public List<com.aquima.interactions.process.dao.ICaseDataValue> getValues()
      Specified by:
      getValues in interface com.aquima.interactions.process.dao.ICaseDataInstance