org.base.apps.beans.view.swing
Class ColumnInfo

java.lang.Object
  extended by org.base.apps.util.BaseNameable
      extended by org.base.apps.beans.view.swing.ColumnInfo
All Implemented Interfaces:
Nameable, Named

public class ColumnInfo
extends BaseNameable

Author:
Kevan Simpson

Constructor Summary
ColumnInfo(String name, String tooltip, Class<?> type)
           
ColumnInfo(String name, String tooltip, Class<?> type, Expr expr)
           
 
Method Summary
 Expr getExpr()
           
 String getTooltip()
           
 Class<?> getType()
           
 void setExpr(Expr expr)
           
 void setTooltip(String tooltip)
           
 void setType(Class<?> type)
           
 
Methods inherited from class org.base.apps.util.BaseNameable
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnInfo

public ColumnInfo(String name,
                  String tooltip,
                  Class<?> type)

ColumnInfo

public ColumnInfo(String name,
                  String tooltip,
                  Class<?> type,
                  Expr expr)
Method Detail

getTooltip

public String getTooltip()
Returns:
the tooltip

setTooltip

public void setTooltip(String tooltip)
Parameters:
tooltip - the tooltip to set

getType

public Class<?> getType()
Returns:
the type

setType

public void setType(Class<?> type)
Parameters:
type - the type to set

getExpr

public Expr getExpr()
Returns:
the expr

setExpr

public void setExpr(Expr expr)
Parameters:
expr - the expr to set

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)