Package org.activiti.application
Class ApplicationEntry
- java.lang.Object
-
- org.activiti.application.ApplicationEntry
-
public class ApplicationEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationEntry(String type, FileContent fileContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileContentgetFileContent()StringgetType()
-
-
-
Constructor Detail
-
ApplicationEntry
public ApplicationEntry(String type, FileContent fileContent)
-
-
Method Detail
-
getType
public String getType()
-
getFileContent
public FileContent getFileContent()
-
-