org.outerj.xreporter.report.instance
Class Column
java.lang.Object
org.outerj.xreporter.report.instance.Column
- All Implemented Interfaces:
- FormatCache
- public class Column
- extends java.lang.Object
- implements FormatCache
Column instance. Holds a reference to a ColumnDefinition
. Caches the formatting
pattern used for values in this column by implementing FormatCache
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
columnDefinition
protected ColumnDefinition columnDefinition
cachedFormat
protected java.lang.Object cachedFormat
Column
protected Column(ColumnDefinition columnDefinition)
getColumnDefinition
public ColumnDefinition getColumnDefinition()
get
public java.lang.Object get()
- Specified by:
get
in interface FormatCache
store
public void store(java.lang.Object format)
- Specified by:
store
in interface FormatCache