com.mirth.match.ejb.core
Class DtoEntityIdentifier

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

public class DtoEntityIdentifier
extends DtoBase

Java class for dtoEntityIdentifier complex type.

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

 <complexType name="dtoEntityIdentifier">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="localId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="systemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String localId
           
protected  java.lang.String systemId
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoEntityIdentifier()
           
 
Method Summary
 java.lang.String getLocalId()
          Gets the value of the localId property.
 java.lang.String getSystemId()
          Gets the value of the systemId property.
 void setLocalId(java.lang.String value)
          Sets the value of the localId property.
 void setSystemId(java.lang.String value)
          Sets the value of the systemId 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

localId

protected java.lang.String localId

systemId

protected java.lang.String systemId
Constructor Detail

DtoEntityIdentifier

public DtoEntityIdentifier()
Method Detail

getLocalId

public java.lang.String getLocalId()
Gets the value of the localId property.

Returns:
possible object is String

setLocalId

public void setLocalId(java.lang.String value)
Sets the value of the localId property.

Parameters:
value - allowed object is String

getSystemId

public java.lang.String getSystemId()
Gets the value of the systemId property.

Returns:
possible object is String

setSystemId

public void setSystemId(java.lang.String value)
Sets the value of the systemId property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.