public class EntityResult
extends java.lang.Object
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