com.adobe.icc.dbforms.obj
Class TableRow

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.Asset
      extended by com.adobe.icc.dbforms.obj.ContainerLayout
          extended by com.adobe.icc.dbforms.obj.TableRow
All Implemented Interfaces:
Serializable

public class TableRow
extends ContainerLayout

Represents a table row. Contains a list of table cells in a row.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.adobe.icc.dbforms.obj.Asset
ASSET_CLASS, ASSOCIATION_CUTPOINT, FIRST_LEVEL_CUTPOINT, HIERARCHY_CUTPOINT
 
Constructor Summary
TableRow()
           
 
Method Summary
 int getLastDrawPosition()
           
 String getLastDrawSOMExpression()
           
 String getRowSOMExpression()
           
 void setLastDrawPosition(int lastDrawPosition)
           
 void setLastDrawSOMExpression(String lastDrawSOMExpression)
           
 void setRowSOMExpression(String rowSOMExpression)
           
 String toString()
           
 
Methods inherited from class com.adobe.icc.dbforms.obj.ContainerLayout
getFields, getTables, getTargetAreas, isCustomizedLayout, setCustomizedLayout, setFields, setTables, setTargetAreas
 
Methods inherited from class com.adobe.icc.dbforms.obj.Asset
getActiveEndDate, getActiveStartDate, getComment, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setName, setState, setUcat, setUpdatedBy, setVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableRow

public TableRow()
Method Detail

getRowSOMExpression

public String getRowSOMExpression()
Returns:
the rowSOMExpression

setRowSOMExpression

public void setRowSOMExpression(String rowSOMExpression)
Parameters:
rowSOMExpression - the rowSOMExpression to set

getLastDrawSOMExpression

public String getLastDrawSOMExpression()
Returns:
the lastDrawSOMExpression

setLastDrawSOMExpression

public void setLastDrawSOMExpression(String lastDrawSOMExpression)
Parameters:
lastDrawSOMExpression - the lastDrawSOMExpression to set

getLastDrawPosition

public int getLastDrawPosition()
Returns:
the lastDrawPosition

setLastDrawPosition

public void setLastDrawPosition(int lastDrawPosition)
Parameters:
lastDrawPosition - the lastDrawPosition to set

toString

public String toString()
Overrides:
toString in class Object


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