public class SqlResultSetMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnResult> |
columnResult |
protected String |
description |
protected List<EntityResult> |
entityResult |
protected String |
name |
| Constructor and Description |
|---|
SqlResultSetMapping() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnResult> |
getColumnResult()
Gets the value of the columnResult property.
|
String |
getDescription()
Gets the value of the description property.
|
List<EntityResult> |
getEntityResult()
Gets the value of the entityResult property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected List<EntityResult> entityResult
protected List<ColumnResult> columnResult
protected String name
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<EntityResult> getEntityResult()
set method for the entityResult property.
For example, to add a new item, do as follows:
getEntityResult().add(newItem);
Objects of the following type(s) are allowed in the list
EntityResultpublic List<ColumnResult> getColumnResult()
set method for the columnResult property.
For example, to add a new item, do as follows:
getColumnResult().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnResultpublic String getName()
StringCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.