public class EntityResult
extends java.lang.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 java.lang.String |
discriminatorColumn |
protected java.lang.String |
entityClass |
protected java.util.List<FieldResult> |
fieldResult |
Constructor and Description |
---|
EntityResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDiscriminatorColumn()
Gets the value of the discriminatorColumn property.
|
java.lang.String |
getEntityClass()
Gets the value of the entityClass property.
|
java.util.List<FieldResult> |
getFieldResult()
Gets the value of the fieldResult property.
|
void |
setDiscriminatorColumn(java.lang.String value)
Sets the value of the discriminatorColumn property.
|
void |
setEntityClass(java.lang.String value)
Sets the value of the entityClass property.
|
protected java.util.List<FieldResult> fieldResult
protected java.lang.String discriminatorColumn
protected java.lang.String entityClass
public java.util.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
FieldResult
public java.lang.String getDiscriminatorColumn()
String
public void setDiscriminatorColumn(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityClass()
String
public void setEntityClass(java.lang.String value)
value
- allowed object is
String