public class CaseStageImpl extends Object implements CaseStage, Serializable
| Constructor and Description |
|---|
CaseStageImpl() |
CaseStageImpl(String id,
String name,
Collection<AdHocFragment> adHocFragments) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AdHocFragment> |
getAdHocFragments()
Returns names of the adhoc fragments within this stage that can be triggered.
|
String |
getId()
Returns id of the stage
|
String |
getName()
Returns name of the stage
|
void |
setId(String id) |
void |
setName(String name) |
String |
toString() |
public CaseStageImpl()
public CaseStageImpl(String id, String name, Collection<AdHocFragment> adHocFragments)
public void setId(String id)
public String getName()
CaseStagepublic void setName(String name)
public Collection<AdHocFragment> getAdHocFragments()
CaseStagegetAdHocFragments in interface CaseStageCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.