|
||||||||||
| 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.DtoEntityIdentifier
public class DtoEntityIdentifier
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 |
|---|
protected java.lang.String localId
protected java.lang.String systemId
| Constructor Detail |
|---|
public DtoEntityIdentifier()
| Method Detail |
|---|
public java.lang.String getLocalId()
Stringpublic void setLocalId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystemId()
Stringpublic void setSystemId(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 | |||||||||