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 String
getDescription()
String
getId()
String
getImpl()
String
getName()
void
setDescription(String description)
void
setId(String id)
void
setImpl(String impl)
void
setName(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)
-
-