|
||||||||||
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.DtoWorkflowState
public class DtoWorkflowState
Java class for dtoWorkflowState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoWorkflowState"> <complexContent> <extension base="{http://core.ejb.match.mirth.com/}dtoBase"> <sequence> <element name="childStatesIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="stateModeId" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.String> |
childStatesIds
|
protected java.lang.String |
description
|
protected java.lang.String |
label
|
protected int |
stateModeId
|
Fields inherited from class com.mirth.match.ejb.core.DtoBase |
---|
identifier |
Constructor Summary | |
---|---|
DtoWorkflowState()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getChildStatesIds()
Gets the value of the childStatesIds property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
int |
getStateModeId()
Gets the value of the stateModeId property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setStateModeId(int value)
Sets the value of the stateModeId 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.util.List<java.lang.String> childStatesIds
protected java.lang.String description
protected java.lang.String label
protected int stateModeId
Constructor Detail |
---|
public DtoWorkflowState()
Method Detail |
---|
public java.util.List<java.lang.String> getChildStatesIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the childStatesIds property.
For example, to add a new item, do as follows:
getChildStatesIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public int getStateModeId()
public void setStateModeId(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |