Class CaseView

java.lang.Object
com.aquima.interactions.process.dao.dto.CaseView

public class CaseView extends Object
A data transfer object representing a view of a case model.
Since:
9.9
Author:
Petru Galanton
  • Constructor Details

    • CaseView

      public CaseView()
  • Method Details

    • getCaseId

      public long getCaseId()
    • setCaseId

      public void setCaseId(long caseId)
    • isCaseLocked

      public boolean isCaseLocked()
    • setCaseLocked

      public void setCaseLocked(boolean caseLocked)
    • getCaseProperty

      public IValue getCaseProperty(CaseProperty caseProperty)
    • setCaseProperty

      public void setCaseProperty(CaseProperty caseProperty, IValue value)
    • getCaseProperties

      public CaseProperty[] getCaseProperties()
    • getAttribute

      public IValue getAttribute(AttributeReference attribute)
    • setAttribute

      public void setAttribute(AttributeReference attribute, IValue value)
    • getAttributes

      public AttributeReference[] getAttributes()
    • getMetadataValue

      public IValue getMetadataValue(String metadataKey)
    • setMetadataValue

      public void setMetadataValue(String metadataKey, IValue value)