Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.framework.export.vo.presentation
Classe TableVO
java.lang.Object
  acube.framework.export.vo.presentation.TableVO
Interfaces à implémenter:
Serializable

public class TableVO
hérite de Object
implémente Serializable

Presentation VO for Excel table

Version:
2.6.1

Sommaire des Attributs
private String
private Collection
columnsTitles
Columns titles
private Date
private int
nbColumns
Number of columns of the table
private int
nbColumnsToEscape
Number of columns to escape
private ArrayList
rows
Rows of the table
private static final long
serialVersionUID
Comment for serialVersionUID
private String
Sommaire des Constructeurs
Sommaire des Méthodes
String
Collection
Date
int
int
ArrayList
String
void
setAuthor(String author)
void
setColumnsTitles(Collection columnsTitles)
void
setDate(Date date)
void
setNbColumns(int nbColumns)
void
setNbColumnsToEscape(int nbColumnsToEscape)
void
setRows(ArrayList rows)
void
setTitle(String title)
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
serialVersionUID
private static final long serialVersionUID
Comment for serialVersionUID

rows
private ArrayList rows
Rows of the table

nbColumns
private int nbColumns
Number of columns of the table

nbColumnsToEscape
private int nbColumnsToEscape
Number of columns to escape

title
private String title

author
private String author

date
private Date date

columnsTitles
private Collection columnsTitles
Columns titles
Détail des Constructeurs
TableVO
public TableVO()
Détail des méthodes
getRows
public ArrayList getRows()
Retours:
Returns the rows.

setRows
public void setRows(ArrayList rows)
Paramètres:
rows - The rows to set.

getNbColumns
public int getNbColumns()
Retours:
Returns the nbColonne.

setNbColumns
public void setNbColumns(int nbColumns)
Paramètres:
nbColumns - The nbColumns to set.

getTitle
public String getTitle()

setTitle
public void setTitle(String title)

getDate
public Date getDate()

setDate
public void setDate(Date date)

getAuthor
public String getAuthor()

setAuthor
public void setAuthor(String author)

getNbColumnsToEscape
public int getNbColumnsToEscape()

setNbColumnsToEscape
public void setNbColumnsToEscape(int nbColumnsToEscape)

getColumnsTitles
public Collection getColumnsTitles()

setColumnsTitles
public void setColumnsTitles(Collection columnsTitles)

Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Version 3.1.0 du 06/11/2009 / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.
Documentation generated by DocFlex