Class TableModelRow
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.TableModelRow
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TableModelRowWithObject
public class TableModelRow extends java.lang.Object implements java.io.Serializable
The content of one row, without the header specification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TableModelRow()
TableModelRow(java.util.List<ISerializableComparable> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ISerializableComparable>
getValues()
-
-
-
Constructor Detail
-
TableModelRow
public TableModelRow(java.util.List<ISerializableComparable> values)
-
TableModelRow
protected TableModelRow()
-
-
Method Detail
-
getValues
public java.util.List<ISerializableComparable> getValues()
-
-