com.jtri.base
Class Row
java.lang.Object
com.jtri.base.Row
- All Implemented Interfaces:
- java.io.Serializable
- public class Row
- extends java.lang.Object
- implements java.io.Serializable
A Row is a transfer object that represent a map of links to other rows and one
or more beans that contain properties. The row's properties is the sum of
all beans properties. Note that Row is intended to be "flat": it does not contain
property collections or composite types.
- Author:
- atorres
- See Also:
- Serialized Form
|
Constructor Summary |
Row()
|
|
Method Summary |
java.lang.Object[] |
getBeans()
|
java.util.Map |
getLinks()
Data is a map of PageInfo->Row[]
* @return |
void |
setBeans(java.lang.Object[] objects)
|
void |
setLinks(java.util.Map map)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Row
public Row()
getLinks
public java.util.Map getLinks()
- Data is a map of PageInfo->Row[]
* @return
setLinks
public void setLinks(java.util.Map map)
- Parameters:
map -
getBeans
public java.lang.Object[] getBeans()
- Returns:
setBeans
public void setBeans(java.lang.Object[] objects)
- Parameters:
objects -