|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.core.DtoBase
com.mirth.match.ejb.core.DtoWorkflowCondition
public class DtoWorkflowCondition
Java class for dtoWorkflowCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoWorkflowCondition"> <complexContent> <extension base="{http://core.ejb.match.mirth.com/}dtoBase"> <sequence> <element name="conditionalStateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="precursorState" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
conditionalStateId
|
protected boolean |
precursorState
|
Fields inherited from class com.mirth.match.ejb.core.DtoBase |
---|
identifier |
Constructor Summary | |
---|---|
DtoWorkflowCondition()
|
Method Summary | |
---|---|
java.lang.String |
getConditionalStateId()
Gets the value of the conditionalStateId property. |
boolean |
isPrecursorState()
Gets the value of the precursorState property. |
void |
setConditionalStateId(java.lang.String value)
Sets the value of the conditionalStateId property. |
void |
setPrecursorState(boolean value)
Sets the value of the precursorState property. |
Methods inherited from class com.mirth.match.ejb.core.DtoBase |
---|
getIdentifier, setIdentifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String conditionalStateId
protected boolean precursorState
Constructor Detail |
---|
public DtoWorkflowCondition()
Method Detail |
---|
public java.lang.String getConditionalStateId()
String
public void setConditionalStateId(java.lang.String value)
value
- allowed object is
String
public boolean isPrecursorState()
public void setPrecursorState(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |