com.mirth.match.ejb.core
Class DtoEntity

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

public class DtoEntity
extends DtoBase

Java class for dtoEntity complex type.

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

 <complexType name="dtoEntity">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="domainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="globalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="idDomainName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="localId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="statusId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="traitListHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="traitListHTMLCompared" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String domainId
           
protected  java.lang.String domainName
           
protected  java.lang.String entityTypeId
           
protected  java.lang.String globalId
           
protected  java.lang.String idDomainName
           
protected  java.lang.String localId
           
protected  java.lang.String statusId
           
protected  java.lang.String traitListHTML
           
protected  java.lang.String traitListHTMLCompared
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoEntity()
           
 
Method Summary
 java.lang.String getDomainId()
          Gets the value of the domainId property.
 java.lang.String getDomainName()
          Gets the value of the domainName property.
 java.lang.String getEntityTypeId()
          Gets the value of the entityTypeId property.
 java.lang.String getGlobalId()
          Gets the value of the globalId property.
 java.lang.String getIdDomainName()
          Gets the value of the idDomainName property.
 java.lang.String getLocalId()
          Gets the value of the localId property.
 java.lang.String getStatusId()
          Gets the value of the statusId property.
 java.lang.String getTraitListHTML()
          Gets the value of the traitListHTML property.
 java.lang.String getTraitListHTMLCompared()
          Gets the value of the traitListHTMLCompared property.
 void setDomainId(java.lang.String value)
          Sets the value of the domainId property.
 void setDomainName(java.lang.String value)
          Sets the value of the domainName property.
 void setEntityTypeId(java.lang.String value)
          Sets the value of the entityTypeId property.
 void setGlobalId(java.lang.String value)
          Sets the value of the globalId property.
 void setIdDomainName(java.lang.String value)
          Sets the value of the idDomainName property.
 void setLocalId(java.lang.String value)
          Sets the value of the localId property.
 void setStatusId(java.lang.String value)
          Sets the value of the statusId property.
 void setTraitListHTML(java.lang.String value)
          Sets the value of the traitListHTML property.
 void setTraitListHTMLCompared(java.lang.String value)
          Sets the value of the traitListHTMLCompared 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

domainId

protected java.lang.String domainId

domainName

protected java.lang.String domainName

entityTypeId

protected java.lang.String entityTypeId

globalId

protected java.lang.String globalId

idDomainName

protected java.lang.String idDomainName

localId

protected java.lang.String localId

statusId

protected java.lang.String statusId

traitListHTML

protected java.lang.String traitListHTML

traitListHTMLCompared

protected java.lang.String traitListHTMLCompared
Constructor Detail

DtoEntity

public DtoEntity()
Method Detail

getDomainId

public java.lang.String getDomainId()
Gets the value of the domainId property.

Returns:
possible object is String

setDomainId

public void setDomainId(java.lang.String value)
Sets the value of the domainId property.

Parameters:
value - allowed object is String

getDomainName

public java.lang.String getDomainName()
Gets the value of the domainName property.

Returns:
possible object is String

setDomainName

public void setDomainName(java.lang.String value)
Sets the value of the domainName property.

Parameters:
value - allowed object is String

getEntityTypeId

public java.lang.String getEntityTypeId()
Gets the value of the entityTypeId property.

Returns:
possible object is String

setEntityTypeId

public void setEntityTypeId(java.lang.String value)
Sets the value of the entityTypeId property.

Parameters:
value - allowed object is String

getGlobalId

public java.lang.String getGlobalId()
Gets the value of the globalId property.

Returns:
possible object is String

setGlobalId

public void setGlobalId(java.lang.String value)
Sets the value of the globalId property.

Parameters:
value - allowed object is String

getIdDomainName

public java.lang.String getIdDomainName()
Gets the value of the idDomainName property.

Returns:
possible object is String

setIdDomainName

public void setIdDomainName(java.lang.String value)
Sets the value of the idDomainName property.

Parameters:
value - allowed object is String

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

getStatusId

public java.lang.String getStatusId()
Gets the value of the statusId property.

Returns:
possible object is String

setStatusId

public void setStatusId(java.lang.String value)
Sets the value of the statusId property.

Parameters:
value - allowed object is String

getTraitListHTML

public java.lang.String getTraitListHTML()
Gets the value of the traitListHTML property.

Returns:
possible object is String

setTraitListHTML

public void setTraitListHTML(java.lang.String value)
Sets the value of the traitListHTML property.

Parameters:
value - allowed object is String

getTraitListHTMLCompared

public java.lang.String getTraitListHTMLCompared()
Gets the value of the traitListHTMLCompared property.

Returns:
possible object is String

setTraitListHTMLCompared

public void setTraitListHTMLCompared(java.lang.String value)
Sets the value of the traitListHTMLCompared property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.