Package com.fluig.sdk.api.workflow
Class CancelInstancesVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.CancelInstancesVO
-
- All Implemented Interfaces:
Serializable
public class CancelInstancesVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelInstancesVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CancelInstanceVO>
getCancelInstanceList()
String
getCancelText()
void
setCancelInstanceList(List<CancelInstanceVO> cancelInstanceList)
void
setCancelText(String cancelText)
-
-
-
Method Detail
-
getCancelInstanceList
public List<CancelInstanceVO> getCancelInstanceList()
-
setCancelInstanceList
public void setCancelInstanceList(List<CancelInstanceVO> cancelInstanceList)
-
getCancelText
public String getCancelText()
-
setCancelText
public void setCancelText(String cancelText)
-
-