com.objex.progeny.anywhere.legend.subtext
Class XRFSubtextLegendItem.Row

java.lang.Object
  extended by com.objex.progeny.anywhere.legend.subtext.XRFSubtextLegendItem.Row
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XRFSubtextLegendItem

public static class XRFSubtextLegendItem.Row
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
XRFSubtextLegendItem.Row()
           
 
Method Summary
 void addItem(XRFSubtextLegendItem a_item)
          Add subitems for legend items that represent a field that is included in the subtext for this table item
 java.util.List<XRFSubtextLegendItem> getColumns()
           
 int getId()
           
 void setColumns(java.util.List<XRFSubtextLegendItem> columns)
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRFSubtextLegendItem.Row

public XRFSubtextLegendItem.Row()
Method Detail

addItem

public void addItem(XRFSubtextLegendItem a_item)
Add subitems for legend items that represent a field that is included in the subtext for this table item

Parameters:
a_item -

getColumns

public java.util.List<XRFSubtextLegendItem> getColumns()

setColumns

public void setColumns(java.util.List<XRFSubtextLegendItem> columns)

getId

public int getId()

setId

public void setId(int id)