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