|
||||||||||
| 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.novalueclass.persistence.orm.impl.SqlResultSetMappingImpl
public class SqlResultSetMappingImpl
| Field Summary | |
|---|---|
protected ColumnResult[] |
columnResult
|
protected EntityResult[] |
entityResult
|
protected String |
name
|
| Constructor Summary | |
|---|---|
SqlResultSetMappingImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.SqlResultSetMappingImpl instance. |
|
SqlResultSetMappingImpl(SqlResultSetMappingImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.SqlResultSetMappingImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SqlResultSetMappingImpl |
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 SqlResultSetMappingImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.SqlResultSetMappingImpl instance.
public SqlResultSetMappingImpl(SqlResultSetMappingImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.SqlResultSetMappingImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public EntityResult[] getEntityResult()
getEntityResult in interface SqlResultSetMappingEntityResultpublic EntityResult getEntityResult(int idx)
getEntityResult in interface SqlResultSetMappingEntityResultpublic int getEntityResultLength()
getEntityResultLength in interface SqlResultSetMappingpublic void setEntityResult(EntityResult[] values)
setEntityResult in interface SqlResultSetMappingvalues - allowed objects are
EntityResult
public EntityResult setEntityResult(int idx,
EntityResult value)
setEntityResult in interface SqlResultSetMappingvalue - allowed object is
EntityResultpublic ColumnResult[] getColumnResult()
getColumnResult in interface SqlResultSetMappingColumnResultpublic ColumnResult getColumnResult(int idx)
getColumnResult in interface SqlResultSetMappingColumnResultpublic int getColumnResultLength()
getColumnResultLength in interface SqlResultSetMappingpublic void setColumnResult(ColumnResult[] values)
setColumnResult in interface SqlResultSetMappingvalues - allowed objects are
ColumnResult
public ColumnResult setColumnResult(int idx,
ColumnResult value)
setColumnResult in interface SqlResultSetMappingvalue - allowed object is
ColumnResultpublic String getName()
SqlResultSetMapping
getName in interface SqlResultSetMappingStringpublic void setName(String value)
SqlResultSetMapping
setName in interface SqlResultSetMappingvalue - 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 SqlResultSetMappingImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||