|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EntityResultImpl
public class EntityResultImpl
| Field Summary | |
|---|---|
protected String |
discriminatorColumn
|
protected String |
entityClass
|
protected List<FieldResult> |
fieldResult
|
| Constructor Summary | |
|---|---|
EntityResultImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EntityResultImpl instance. |
|
EntityResultImpl(EntityResultImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EntityResultImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EntityResultImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyFieldResult(List<FieldResult> source,
List<FieldResult> target)
Copies all values of property FieldResult. |
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 |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FieldResult> fieldResult
protected String entityClass
protected String discriminatorColumn
| Constructor Detail |
|---|
public EntityResultImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EntityResultImpl instance.
public EntityResultImpl(EntityResultImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EntityResultImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<FieldResult> getFieldResult()
EntityResult
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
getFieldResult in interface EntityResultpublic String getEntityClass()
EntityResult
getEntityClass in interface EntityResultStringpublic void setEntityClass(String value)
EntityResult
setEntityClass in interface EntityResultvalue - allowed object is
Stringpublic String getDiscriminatorColumn()
EntityResult
getDiscriminatorColumn in interface EntityResultStringpublic void setDiscriminatorColumn(String value)
EntityResult
setDiscriminatorColumn in interface EntityResultvalue - allowed object is
String
public static void copyFieldResult(List<FieldResult> source,
List<FieldResult> target)
FieldResult.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public EntityResultImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||