|
||||||||||
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.DtoWorkitemState
public class DtoWorkitemState
Java class for dtoWorkitemState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoWorkitemState"> <complexContent> <extension base="{http://core.ejb.match.mirth.com/}dtoBase"> <sequence> <element name="stateId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="stateSetDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="workitemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
stateId
|
protected javax.xml.datatype.XMLGregorianCalendar |
stateSetDate
|
protected java.lang.String |
workitemId
|
Fields inherited from class com.mirth.match.ejb.core.DtoBase |
---|
identifier |
Constructor Summary | |
---|---|
DtoWorkitemState()
|
Method Summary | |
---|---|
java.lang.String |
getStateId()
Gets the value of the stateId property. |
javax.xml.datatype.XMLGregorianCalendar |
getStateSetDate()
Gets the value of the stateSetDate property. |
java.lang.String |
getWorkitemId()
Gets the value of the workitemId property. |
void |
setStateId(java.lang.String value)
Sets the value of the stateId property. |
void |
setStateSetDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the stateSetDate property. |
void |
setWorkitemId(java.lang.String value)
Sets the value of the workitemId 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 stateId
protected javax.xml.datatype.XMLGregorianCalendar stateSetDate
protected java.lang.String workitemId
Constructor Detail |
---|
public DtoWorkitemState()
Method Detail |
---|
public java.lang.String getStateId()
String
public void setStateId(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getStateSetDate()
XMLGregorianCalendar
public void setStateSetDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getWorkitemId()
String
public void setWorkitemId(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |