Class FolderPath
- java.lang.Object
-
- com.flowable.platform.service.content.FolderPath
-
public class FolderPath extends Object
-
-
Constructor Summary
Constructors Constructor Description FolderPath()
FolderPath(String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getName()
void
setId(String id)
void
setName(String name)
-