Style Intelligence v12.0

inetsoft.sree.soap
Class XTableRowStruct

java.lang.Object
  extended by inetsoft.sree.soap.XTableRowStruct
All Implemented Interfaces:
Serializable

public class XTableRowStruct
extends Object
implements Serializable

BeanSerializable version of an XTable Row for SOAP transport. This is used internally by XTableStruct.

See Also:
Serialized Form

Constructor Summary
XTableRowStruct()
           
XTableRowStruct(String[] row)
           
 
Method Summary
 String[] getRow()
           
 Object getRow(int i)
           
 void setRow(int i, String obj)
           
 void setRow(String[] row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XTableRowStruct

public XTableRowStruct()

XTableRowStruct

public XTableRowStruct(String[] row)
Method Detail

getRow

public String[] getRow()

setRow

public void setRow(String[] row)

getRow

public Object getRow(int i)

setRow

public void setRow(int i,
                   String obj)

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.