|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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. |
| Method Detail |
|---|
List<FieldResult> getFieldResult()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a 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
String getEntityClass()
Stringvoid setEntityClass(String value)
value - allowed object is
StringString getDiscriminatorColumn()
Stringvoid setDiscriminatorColumn(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||