public class CaseFileItemImpl extends Object implements CaseFileItem
| Constructor and Description |
|---|
CaseFileItemImpl() |
CaseFileItemImpl(String caseId,
String name,
String value,
String type,
String lastModifiedBy,
Date lastModified) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaseId()
Returns unique case identifier that this item belongs to
|
Date |
getLastModified()
Returns last modification timestamp for this data item
|
String |
getLastModifiedBy()
Returns user id who made the last modification of this data item
|
String |
getName()
Returns name of the data item
|
String |
getType()
Returns type of the data item - FQCN
|
String |
getValue()
Returns "toString" version of the latest value of the data item
|
String |
toString() |
public String getCaseId()
CaseFileItemgetCaseId in interface CaseFileItempublic String getName()
CaseFileItemgetName in interface CaseFileItempublic String getValue()
CaseFileItemgetValue in interface CaseFileItempublic String getType()
CaseFileItemgetType in interface CaseFileItempublic String getLastModifiedBy()
CaseFileItemgetLastModifiedBy in interface CaseFileItempublic Date getLastModified()
CaseFileItemgetLastModified in interface CaseFileItemCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.