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