public class PlanItem extends Object implements Serializable
Constructor and Description |
---|
PlanItem(String id,
String definitionRef) |
Modifier and Type | Method and Description |
---|---|
String |
getDefinitionRef() |
Sentry |
getEntryCriterion() |
Sentry |
getExitCriterion() |
String |
getId() |
void |
setDefinitionRef(String definitionRef) |
void |
setEntryCriterion(Sentry entryCriterion) |
void |
setExitCriterion(Sentry exitCriterion) |
void |
setId(String id) |
String |
toString() |
public String getId()
public void setId(String id)
public String getDefinitionRef()
public void setDefinitionRef(String definitionRef)
public Sentry getEntryCriterion()
public void setEntryCriterion(Sentry entryCriterion)
public Sentry getExitCriterion()
public void setExitCriterion(Sentry exitCriterion)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.