com.mirth.match.ejb.inex
Class EntityImportModel

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

public class EntityImportModel
extends BaseEntityImportExportModel

Java class for entityImportModel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entityImportModel">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}baseEntityImportExportModel">
       <sequence>
         <element name="origSourceFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceFilePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String origSourceFileName
           
protected  java.lang.String sourceFilePath
           
 
Fields inherited from class com.mirth.match.ejb.inex.BaseEntityImportExportModel
delimiter, entityDomainId, format, hasHeaders, hasTextQualifer, headers, identifierDomainId, includeDerivedTraits, limit, offset, textQualifier, traits
 
Constructor Summary
EntityImportModel()
           
 
Method Summary
 java.lang.String getOrigSourceFileName()
          Gets the value of the origSourceFileName property.
 java.lang.String getSourceFilePath()
          Gets the value of the sourceFilePath property.
 void setOrigSourceFileName(java.lang.String value)
          Sets the value of the origSourceFileName property.
 void setSourceFilePath(java.lang.String value)
          Sets the value of the sourceFilePath 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

origSourceFileName

protected java.lang.String origSourceFileName

sourceFilePath

protected java.lang.String sourceFilePath
Constructor Detail

EntityImportModel

public EntityImportModel()
Method Detail

getOrigSourceFileName

public java.lang.String getOrigSourceFileName()
Gets the value of the origSourceFileName property.

Returns:
possible object is String

setOrigSourceFileName

public void setOrigSourceFileName(java.lang.String value)
Sets the value of the origSourceFileName property.

Parameters:
value - allowed object is String

getSourceFilePath

public java.lang.String getSourceFilePath()
Gets the value of the sourceFilePath property.

Returns:
possible object is String

setSourceFilePath

public void setSourceFilePath(java.lang.String value)
Sets the value of the sourceFilePath property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.