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()
CaseFileItem
getCaseId
in interface CaseFileItem
public String getName()
CaseFileItem
getName
in interface CaseFileItem
public String getValue()
CaseFileItem
getValue
in interface CaseFileItem
public String getType()
CaseFileItem
getType
in interface CaseFileItem
public String getLastModifiedBy()
CaseFileItem
getLastModifiedBy
in interface CaseFileItem
public Date getLastModified()
CaseFileItem
getLastModified
in interface CaseFileItem
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.