com.mirth.match.ejb.core
Class DtoWorkitemState

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoWorkitemState

public class DtoWorkitemState
extends DtoBase

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

stateId

protected java.lang.String stateId

stateSetDate

protected javax.xml.datatype.XMLGregorianCalendar stateSetDate

workitemId

protected java.lang.String workitemId
Constructor Detail

DtoWorkitemState

public DtoWorkitemState()
Method Detail

getStateId

public java.lang.String getStateId()
Gets the value of the stateId property.

Returns:
possible object is String

setStateId

public void setStateId(java.lang.String value)
Sets the value of the stateId property.

Parameters:
value - allowed object is String

getStateSetDate

public javax.xml.datatype.XMLGregorianCalendar getStateSetDate()
Gets the value of the stateSetDate property.

Returns:
possible object is XMLGregorianCalendar

setStateSetDate

public void setStateSetDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the stateSetDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getWorkitemId

public java.lang.String getWorkitemId()
Gets the value of the workitemId property.

Returns:
possible object is String

setWorkitemId

public void setWorkitemId(java.lang.String value)
Sets the value of the workitemId property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.