org.base.apps.beans.view.swing
Class ColumnInfo
java.lang.Object
org.base.apps.util.BaseNameable
org.base.apps.beans.view.swing.ColumnInfo
- All Implemented Interfaces:
- Nameable, Named
public class ColumnInfo
- extends BaseNameable
- Author:
- Kevan Simpson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnInfo
public ColumnInfo(String name,
String tooltip,
Class<?> type)
ColumnInfo
public ColumnInfo(String name,
String tooltip,
Class<?> type,
Expr expr)
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
Copyright 2011, Blue Agate Software Entity (BASE)