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