Class TableModelRowWithObject<T extends java.io.Serializable>
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.TableModelRow
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.TableModelRowWithObject<T>
-
- All Implemented Interfaces:
IIdHolder
,java.io.Serializable
public class TableModelRowWithObject<T extends java.io.Serializable> extends TableModelRow implements IIdHolder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableModelRowWithObject(T objectOrNull, java.util.List<ISerializableComparable> values)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.Long
getId()
Returns the technical ID of this instance.T
getObjectOrNull()
static <T extends java.io.Serializable>
java.util.List<T>getObjects(java.util.List<TableModelRowWithObject<T>> rows)
int
hashCode()
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.TableModelRow
getValues
-
-
-
-
Constructor Detail
-
TableModelRowWithObject
public TableModelRowWithObject(T objectOrNull, java.util.List<ISerializableComparable> values)
-
-
Method Detail
-
getObjects
public static <T extends java.io.Serializable> java.util.List<T> getObjects(java.util.List<TableModelRowWithObject<T>> rows)
-
getObjectOrNull
public T getObjectOrNull()
-
getId
public java.lang.Long getId()
Description copied from interface:IIdHolder
Returns the technical ID of this instance.
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-