|
||||||||||
| 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.valueclass.persistence.orm.EntityResult
public class EntityResult
| Field Summary | |
|---|---|
protected String |
discriminatorColumn
|
protected String |
entityClass
|
protected FieldResult[] |
fieldResult
|
| Constructor Summary | |
|---|---|
EntityResult()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EntityResult instance. |
|
EntityResult(EntityResult o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EntityResult instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EntityResult |
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 EntityResult()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EntityResult instance.
public EntityResult(EntityResult o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.EntityResult instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public FieldResult[] getFieldResult()
FieldResultpublic FieldResult getFieldResult(int idx)
FieldResultpublic int getFieldResultLength()
public void setFieldResult(FieldResult[] values)
values - allowed objects are
FieldResult
public FieldResult setFieldResult(int idx,
FieldResult value)
value - allowed object is
FieldResultpublic String getEntityClass()
Stringpublic void setEntityClass(String value)
value - allowed object is
Stringpublic String getDiscriminatorColumn()
Stringpublic void setDiscriminatorColumn(String value)
value - allowed object is
Stringpublic void copyFieldResult(FieldResult[] source)
FieldResult.
source - The source to copy from.
NullPointerException - if source is null.public EntityResult clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||