|
||||||||||
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.DtoEventAudit
public class DtoEventAudit
Java class for dtoEventAudit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dtoEventAudit"> <complexContent> <extension base="{http://core.ejb.match.mirth.com/}dtoBase"> <sequence> <element name="auditTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="duration" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="eventDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="eventOutcomeIndicator" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="eventReasonId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
auditTypeId
|
protected java.lang.String |
details
|
protected long |
duration
|
protected javax.xml.datatype.XMLGregorianCalendar |
eventDate
|
protected int |
eventOutcomeIndicator
|
protected java.lang.String |
eventReasonId
|
protected java.lang.String |
sessionId
|
protected java.lang.String |
userId
|
protected java.lang.String |
userName
|
Fields inherited from class com.mirth.match.ejb.core.DtoBase |
---|
identifier |
Constructor Summary | |
---|---|
DtoEventAudit()
|
Method Summary | |
---|---|
java.lang.String |
getAuditTypeId()
Gets the value of the auditTypeId property. |
java.lang.String |
getDetails()
Gets the value of the details property. |
long |
getDuration()
Gets the value of the duration property. |
javax.xml.datatype.XMLGregorianCalendar |
getEventDate()
Gets the value of the eventDate property. |
int |
getEventOutcomeIndicator()
Gets the value of the eventOutcomeIndicator property. |
java.lang.String |
getEventReasonId()
Gets the value of the eventReasonId property. |
java.lang.String |
getSessionId()
Gets the value of the sessionId property. |
java.lang.String |
getUserId()
Gets the value of the userId property. |
java.lang.String |
getUserName()
Gets the value of the userName property. |
void |
setAuditTypeId(java.lang.String value)
Sets the value of the auditTypeId property. |
void |
setDetails(java.lang.String value)
Sets the value of the details property. |
void |
setDuration(long value)
Sets the value of the duration property. |
void |
setEventDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the eventDate property. |
void |
setEventOutcomeIndicator(int value)
Sets the value of the eventOutcomeIndicator property. |
void |
setEventReasonId(java.lang.String value)
Sets the value of the eventReasonId property. |
void |
setSessionId(java.lang.String value)
Sets the value of the sessionId property. |
void |
setUserId(java.lang.String value)
Sets the value of the userId property. |
void |
setUserName(java.lang.String value)
Sets the value of the userName 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 auditTypeId
protected java.lang.String details
protected long duration
protected javax.xml.datatype.XMLGregorianCalendar eventDate
protected int eventOutcomeIndicator
protected java.lang.String eventReasonId
protected java.lang.String sessionId
protected java.lang.String userId
protected java.lang.String userName
Constructor Detail |
---|
public DtoEventAudit()
Method Detail |
---|
public java.lang.String getAuditTypeId()
String
public void setAuditTypeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDetails()
String
public void setDetails(java.lang.String value)
value
- allowed object is
String
public long getDuration()
public void setDuration(long value)
public javax.xml.datatype.XMLGregorianCalendar getEventDate()
XMLGregorianCalendar
public void setEventDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public int getEventOutcomeIndicator()
public void setEventOutcomeIndicator(int value)
public java.lang.String getEventReasonId()
String
public void setEventReasonId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSessionId()
String
public void setSessionId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserId()
String
public void setUserId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserName()
String
public void setUserName(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 |