com.adobe.icc.dbforms.obj
Class Table

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.Table
All Implemented Interfaces:
Serializable, Comparable

public class Table
extends Object
implements Serializable, Comparable

Represents a table in layout. Will contain all the target areas and fields in the table.

See Also:
Serialized Form

Constructor Summary
Table()
           
 
Method Summary
 int compareTo(Table table)
           
 List getAdditionalTableColumns()
           
 List getBodyRows()
           
 int getConfiguredBodyRowCount()
           
 int getConfiguredColumnCount()
           
 int getContainerFieldPosition()
           
 int getContainerTargetAreaPosition()
           
 TableRow getFooterRow()
           
 TableRow getHeaderRow()
           
 String getId()
           
 int getOriginalBodyRowCount()
           
 int getOriginalColumnCount()
           
 Integer getPosition()
           
 String getTableName()
           
 String getTableSOMExpression()
           
 boolean isDynamicTable()
           
 boolean isShowFooterRow()
           
 boolean isShowHeaderRow()
           
 void setAdditionalTableColumns(List additionalTableColumns)
           
 void setBodyRows(List bodyRows)
           
 void setConfiguredBodyRowCount(int configuredBodyRowCount)
           
 void setConfiguredColumnCount(int configuredColumnCount)
           
 void setContainerFieldPosition(int containerFieldPosition)
           
 void setContainerTargetAreaPosition(int containerTargetAreaPosition)
           
 void setDynamicTable(boolean dynamicTable)
           
 void setFooterRow(TableRow footerRow)
           
 void setHeaderRow(TableRow headerRow)
           
 void setId(String id)
           
 void setOriginalBodyRowCount(int originalBodyRowCount)
           
 void setOriginalColumnCount(int originalColumnCount)
           
 void setPosition(Integer position)
           
 void setShowFooterRow(boolean showFooterRow)
           
 void setShowHeaderRow(boolean showHeaderRow)
           
 void setTableName(String tableName)
           
 void setTableSOMExpression(String tableSOMExpression)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table

public Table()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

isDynamicTable

public boolean isDynamicTable()
Returns:
the dynamicTable

setDynamicTable

public void setDynamicTable(boolean dynamicTable)
Parameters:
dynamicTable - the dynamicTable to set

getTableName

public String getTableName()
Returns:
the tableName

setTableName

public void setTableName(String tableName)
Parameters:
tableName - the tableName to set

getPosition

public Integer getPosition()
Returns:
the position

setPosition

public void setPosition(Integer position)
Parameters:
position - the position to set

getContainerFieldPosition

public int getContainerFieldPosition()
Returns:
the containerFieldPosition

setContainerFieldPosition

public void setContainerFieldPosition(int containerFieldPosition)
Parameters:
containerFieldPosition - the containerFieldPosition to set

getContainerTargetAreaPosition

public int getContainerTargetAreaPosition()
Returns:
the containerTargetAreaPosition

setContainerTargetAreaPosition

public void setContainerTargetAreaPosition(int containerTargetAreaPosition)
Parameters:
containerTargetAreaPosition - the containerTargetAreaPosition to set

getTableSOMExpression

public String getTableSOMExpression()
Returns:
the tableSOMExpression

setTableSOMExpression

public void setTableSOMExpression(String tableSOMExpression)
Parameters:
tableSOMExpression - the tableSOMExpression to set

getHeaderRow

public TableRow getHeaderRow()
Returns:
the headerRow

setHeaderRow

public void setHeaderRow(TableRow headerRow)
Parameters:
headerRow - the headerRow to set

getBodyRows

public List getBodyRows()
Returns:
the bodyRows

setBodyRows

public void setBodyRows(List bodyRows)
Parameters:
bodyRows - the bodyRows to set

getFooterRow

public TableRow getFooterRow()
Returns:
the footerRow

setFooterRow

public void setFooterRow(TableRow footerRow)
Parameters:
footerRow - the footerRow to set

isShowHeaderRow

public boolean isShowHeaderRow()
Returns:
the showHeaderRow

setShowHeaderRow

public void setShowHeaderRow(boolean showHeaderRow)
Parameters:
showHeaderRow - the showHeaderRow to set

isShowFooterRow

public boolean isShowFooterRow()
Returns:
the showFooterRow

setShowFooterRow

public void setShowFooterRow(boolean showFooterRow)
Parameters:
showFooterRow - the showFooterRow to set

getOriginalBodyRowCount

public int getOriginalBodyRowCount()
Returns:
the originalBodyRowCount

setOriginalBodyRowCount

public void setOriginalBodyRowCount(int originalBodyRowCount)
Parameters:
originalBodyRowCount - the originalBodyRowCount to set

getOriginalColumnCount

public int getOriginalColumnCount()
Returns:
the originalColumnCount

setOriginalColumnCount

public void setOriginalColumnCount(int originalColumnCount)
Parameters:
originalColumnCount - the originalColumnCount to set

getConfiguredBodyRowCount

public int getConfiguredBodyRowCount()
Returns:
the configuredBodyRowCount

setConfiguredBodyRowCount

public void setConfiguredBodyRowCount(int configuredBodyRowCount)
Parameters:
configuredBodyRowCount - the configuredBodyRowCount to set

getConfiguredColumnCount

public int getConfiguredColumnCount()
Returns:
the configuredColumnCount

setConfiguredColumnCount

public void setConfiguredColumnCount(int configuredColumnCount)
Parameters:
configuredColumnCount - the configuredColumnCount to set

getAdditionalTableColumns

public List getAdditionalTableColumns()
Returns:
the additionalTableColumns

setAdditionalTableColumns

public void setAdditionalTableColumns(List additionalTableColumns)
Parameters:
additionalTableColumns - the additionalTableColumns to set

compareTo

public int compareTo(Table table)
Specified by:
compareTo in interface Comparable


[an error occurred while processing this directive] [an error occurred while processing this directive]