Package com.fluig.sdk.api.workflow
Class BPMAssignmentVO
- java.lang.Object
-
- com.fluig.sdk.api.workflow.BPMAssignmentVO
-
- All Implemented Interfaces:
Serializable
public class BPMAssignmentVO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BPMAssignmentVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetId()StringgetImpl()StringgetName()voidsetDescription(String description)voidsetId(String id)voidsetImpl(String impl)voidsetName(String name)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getImpl
public String getImpl()
-
setImpl
public void setImpl(String impl)
-
-