|
||||||||||
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.DtoEntity
public class DtoEntity
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 |
---|
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
Constructor Detail |
---|
public DtoEntity()
Method Detail |
---|
public java.lang.String getDomainId()
String
public void setDomainId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDomainName()
String
public void setDomainName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityTypeId()
String
public void setEntityTypeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGlobalId()
String
public void setGlobalId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIdDomainName()
String
public void setIdDomainName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocalId()
String
public void setLocalId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatusId()
String
public void setStatusId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTraitListHTML()
String
public void setTraitListHTML(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTraitListHTMLCompared()
String
public void setTraitListHTMLCompared(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 |