com.mirth.match.ejb.inex
Class EntityExportModel

java.lang.Object
  extended by com.mirth.match.ejb.inex.BaseEntityImportExportModel
      extended by com.mirth.match.ejb.inex.EntityExportModel

public class EntityExportModel
extends BaseEntityImportExportModel

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

exportFilePath

protected java.lang.String exportFilePath

filter

protected EntityFilter filter
Constructor Detail

EntityExportModel

public EntityExportModel()
Method Detail

getExportFilePath

public java.lang.String getExportFilePath()
Gets the value of the exportFilePath property.

Returns:
possible object is String

setExportFilePath

public void setExportFilePath(java.lang.String value)
Sets the value of the exportFilePath property.

Parameters:
value - allowed object is String

getFilter

public EntityFilter getFilter()
Gets the value of the filter property.

Returns:
possible object is EntityFilter

setFilter

public void setFilter(EntityFilter value)
Sets the value of the filter property.

Parameters:
value - allowed object is EntityFilter


Copyright © 2011 Mirth Corp. All Rights Reserved.