org.extremecomponents.table.bean
Class Export

java.lang.Object
  extended byorg.extremecomponents.table.bean.Export
All Implemented Interfaces:
ExportAttributes

public class Export
extends java.lang.Object
implements ExportAttributes

Author:
jeff johnston

Constructor Summary
Export(TableModel model)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getHeaderBackgroundColor()
           
 java.lang.String getHeaderColor()
           
 java.lang.String getImage()
           
 java.lang.String getName()
           
 java.lang.String getTitle()
           
 java.lang.String getView()
           
 void setDescription(java.lang.String description)
           
 void setHeaderBackgroundColor(java.lang.String headerBackgroundColor)
           
 void setHeaderColor(java.lang.String headerColor)
           
 void setName(java.lang.String name)
           
 void setTitle(java.lang.String title)
           
 void setView(java.lang.String view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Export

public Export(TableModel model)
Method Detail

getImage

public java.lang.String getImage()

getName

public java.lang.String getName()
Specified by:
getName in interface ExportAttributes

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ExportAttributes

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ExportAttributes

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface ExportAttributes

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface ExportAttributes

setTitle

public void setTitle(java.lang.String title)
Specified by:
setTitle in interface ExportAttributes

getView

public java.lang.String getView()
Specified by:
getView in interface ExportAttributes

setView

public void setView(java.lang.String view)
Specified by:
setView in interface ExportAttributes

getHeaderColor

public java.lang.String getHeaderColor()
Specified by:
getHeaderColor in interface ExportAttributes

setHeaderColor

public void setHeaderColor(java.lang.String headerColor)
Specified by:
setHeaderColor in interface ExportAttributes

getHeaderBackgroundColor

public java.lang.String getHeaderBackgroundColor()
Specified by:
getHeaderBackgroundColor in interface ExportAttributes

setHeaderBackgroundColor

public void setHeaderBackgroundColor(java.lang.String headerBackgroundColor)
Specified by:
setHeaderBackgroundColor in interface ExportAttributes


Copyright © 2004 sourceforge. All Rights Reserved.