|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.SqlResultSetMapping
public class SqlResultSetMapping
| Field Summary | |
|---|---|
protected ColumnResult[] |
columnResult
|
protected EntityResult[] |
entityResult
|
protected String |
name
|
| Constructor Summary | |
|---|---|
SqlResultSetMapping()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.SqlResultSetMapping instance. |
|
SqlResultSetMapping(SqlResultSetMapping o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.SqlResultSetMapping instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SqlResultSetMapping |
clone()
Creates and returns a copy of this object. |
protected void |
copyColumnResult(ColumnResult[] source)
Copies all values of property ColumnResult. |
protected void |
copyEntityResult(EntityResult[] source)
Copies all values of property EntityResult. |
ColumnResult[] |
getColumnResult()
|
ColumnResult |
getColumnResult(int idx)
|
int |
getColumnResultLength()
|
EntityResult[] |
getEntityResult()
|
EntityResult |
getEntityResult(int idx)
|
int |
getEntityResultLength()
|
String |
getName()
Gets the value of the name property. |
void |
setColumnResult(ColumnResult[] values)
|
ColumnResult |
setColumnResult(int idx,
ColumnResult value)
|
void |
setEntityResult(EntityResult[] values)
|
EntityResult |
setEntityResult(int idx,
EntityResult value)
|
void |
setName(String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EntityResult[] entityResult
protected ColumnResult[] columnResult
protected String name
| Constructor Detail |
|---|
public SqlResultSetMapping()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.SqlResultSetMapping instance.
public SqlResultSetMapping(SqlResultSetMapping o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.persistence.orm.SqlResultSetMapping instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public EntityResult[] getEntityResult()
EntityResultpublic EntityResult getEntityResult(int idx)
EntityResultpublic int getEntityResultLength()
public void setEntityResult(EntityResult[] values)
values - allowed objects are
EntityResult
public EntityResult setEntityResult(int idx,
EntityResult value)
value - allowed object is
EntityResultpublic ColumnResult[] getColumnResult()
ColumnResultpublic ColumnResult getColumnResult(int idx)
ColumnResultpublic int getColumnResultLength()
public void setColumnResult(ColumnResult[] values)
values - allowed objects are
ColumnResult
public ColumnResult setColumnResult(int idx,
ColumnResult value)
value - allowed object is
ColumnResultpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringprotected void copyEntityResult(EntityResult[] source)
EntityResult.
source - The source to copy from.
NullPointerException - if source is null.protected void copyColumnResult(ColumnResult[] source)
ColumnResult.
source - The source to copy from.
NullPointerException - if source is null.public SqlResultSetMapping clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||