public class EntityResult extends Object
Java class for entity-result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entity-result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field-result" type="{http://java.sun.com/xml/ns/persistence/orm}field-result" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="discriminator-column" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity-class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
discriminatorColumn |
protected String |
entityClass |
protected List<FieldResult> |
fieldResult |
| Constructor and Description |
|---|
EntityResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiscriminatorColumn()
Gets the value of the discriminatorColumn property.
|
String |
getEntityClass()
Gets the value of the entityClass property.
|
List<FieldResult> |
getFieldResult()
Gets the value of the fieldResult property.
|
void |
setDiscriminatorColumn(String value)
Sets the value of the discriminatorColumn property.
|
void |
setEntityClass(String value)
Sets the value of the entityClass property.
|
protected List<FieldResult> fieldResult
protected String discriminatorColumn
protected String entityClass
public List<FieldResult> getFieldResult()
set method for the fieldResult property.
For example, to add a new item, do as follows:
getFieldResult().add(newItem);
Objects of the following type(s) are allowed in the list
FieldResultpublic String getDiscriminatorColumn()
Stringpublic void setDiscriminatorColumn(String value)
value - allowed object is
Stringpublic String getEntityClass()
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.