Arquillian Persistence Extension Implementation 1.0.0.Alpha4

org.jboss.arquillian.persistence.data.dbunit.dataset
Class Table

java.lang.Object
  extended by org.jboss.arquillian.persistence.data.dbunit.dataset.Table

public class Table
extends Object

Represents table described in data set. Stores information such as table's name, list of columns and Rows.

Author:
Bartosz Majsak

Constructor Summary
Table(String tableName)
           
 
Method Summary
 void addColumns(Collection<String> columns)
           
 void addRows(Collection<Row> rows)
           
 Set<String> getColumns()
           
 List<Row> getRows()
           
 String getTableName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table

public Table(String tableName)
Method Detail

addRows

public void addRows(Collection<Row> rows)

addColumns

public void addColumns(Collection<String> columns)

getTableName

public String getTableName()

getColumns

public Set<String> getColumns()

getRows

public List<Row> getRows()

Arquillian Persistence Extension Implementation 1.0.0.Alpha4

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.