com.tonbeller.jpivot.table.span
Class PropertyHeading

java.lang.Object
  extended by com.tonbeller.jpivot.table.span.PropertyHeading
All Implemented Interfaces:
Displayable, Visitable

public class PropertyHeading
extends java.lang.Object
implements Displayable


Field Summary
 
Fields inherited from interface com.tonbeller.jpivot.olap.model.Displayable
LABEL_COMPARATOR
 
Constructor Summary
PropertyHeading(java.lang.String label)
           
 
Method Summary
 void accept(Visitor visitor)
           
 java.lang.String getLabel()
          name of this item
 void setLabel(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHeading

public PropertyHeading(java.lang.String label)
Method Detail

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Visitable

getLabel

public java.lang.String getLabel()
Description copied from interface: Displayable
name of this item

Specified by:
getLabel in interface Displayable

setLabel

public void setLabel(java.lang.String string)