|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.BaseEntityImportExportModel
com.mirth.match.ejb.inex.EntityExportModel
public class EntityExportModel
Java class for entityExportModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityExportModel"> <complexContent> <extension base="{http://inex.ejb.match.mirth.com/}baseEntityImportExportModel"> <sequence> <element name="exportFilePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="filter" type="{http://inex.ejb.match.mirth.com/}entityFilter" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
exportFilePath
|
protected EntityFilter |
filter
|
Fields inherited from class com.mirth.match.ejb.inex.BaseEntityImportExportModel |
---|
delimiter, entityDomainId, format, hasHeaders, hasTextQualifer, headers, identifierDomainId, includeDerivedTraits, limit, offset, textQualifier, traits |
Constructor Summary | |
---|---|
EntityExportModel()
|
Method Summary | |
---|---|
java.lang.String |
getExportFilePath()
Gets the value of the exportFilePath property. |
EntityFilter |
getFilter()
Gets the value of the filter property. |
void |
setExportFilePath(java.lang.String value)
Sets the value of the exportFilePath property. |
void |
setFilter(EntityFilter value)
Sets the value of the filter property. |
Methods inherited from class com.mirth.match.ejb.inex.BaseEntityImportExportModel |
---|
getDelimiter, getEntityDomainId, getFormat, getHeaders, getIdentifierDomainId, getLimit, getOffset, getTextQualifier, getTraits, isHasHeaders, isHasTextQualifer, isIncludeDerivedTraits, setDelimiter, setEntityDomainId, setFormat, setHasHeaders, setHasTextQualifer, setIdentifierDomainId, setIncludeDerivedTraits, setLimit, setOffset, setTextQualifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String exportFilePath
protected EntityFilter filter
Constructor Detail |
---|
public EntityExportModel()
Method Detail |
---|
public java.lang.String getExportFilePath()
String
public void setExportFilePath(java.lang.String value)
value
- allowed object is
String
public EntityFilter getFilter()
EntityFilter
public void setFilter(EntityFilter value)
value
- allowed object is
EntityFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |