inetsoft.sree.soap
Class XTableRowStruct
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XTableRowStruct
public XTableRowStruct()
XTableRowStruct
public XTableRowStruct(String[] row)
getRow
public String[] getRow()
setRow
public void setRow(String[] row)
getRow
public Object getRow(int i)
setRow
public void setRow(int i,
String obj)