|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jpa.EntityResult
public class EntityResult
| Field Summary | |
|---|---|
protected String |
discriminatorColumn
|
protected String |
entityClass
|
protected List<FieldResult> |
fieldResult
|
| Constructor Summary | |
|---|---|
EntityResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FieldResult> fieldResult
protected String discriminatorColumn
protected String entityClass
| Constructor Detail |
|---|
public EntityResult()
| Method Detail |
|---|
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
FieldResult
public String getDiscriminatorColumn()
Stringpublic void setDiscriminatorColumn(String value)
value - allowed object is
Stringpublic String getEntityClass()
Stringpublic void setEntityClass(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||