Class CaseFileItemImpl
- java.lang.Object
-
- org.jbpm.casemgmt.impl.model.instance.CaseFileItemImpl
-
- All Implemented Interfaces:
Serializable,org.jbpm.casemgmt.api.model.CaseFileItem
public class CaseFileItemImpl extends Object implements org.jbpm.casemgmt.api.model.CaseFileItem
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CaseFileItemImpl()CaseFileItemImpl(String caseId, String name, String value, String type, String lastModifiedBy, Date lastModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCaseId()DategetLastModified()StringgetLastModifiedBy()StringgetName()StringgetType()StringgetValue()StringtoString()
-
-
-
Method Detail
-
getCaseId
public String getCaseId()
- Specified by:
getCaseIdin interfaceorg.jbpm.casemgmt.api.model.CaseFileItem
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.jbpm.casemgmt.api.model.CaseFileItem
-
getValue
public String getValue()
- Specified by:
getValuein interfaceorg.jbpm.casemgmt.api.model.CaseFileItem
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.jbpm.casemgmt.api.model.CaseFileItem
-
getLastModifiedBy
public String getLastModifiedBy()
- Specified by:
getLastModifiedByin interfaceorg.jbpm.casemgmt.api.model.CaseFileItem
-
getLastModified
public Date getLastModified()
- Specified by:
getLastModifiedin interfaceorg.jbpm.casemgmt.api.model.CaseFileItem
-
-