Class EntityListEntry<T extends de.fraunhofer.iosb.ilt.sta.model.Entity<T>>
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.sensorthingsmanager.controller.EntityListEntry<T>
-
- Type Parameters:
T- The entity type.
public class EntityListEntry<T extends de.fraunhofer.iosb.ilt.sta.model.Entity<T>> extends Object
- Author:
- scf
-
-
Constructor Summary
Constructors Constructor Description EntityListEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetEntity()booleanisChanged()EntityListEntry<T>setChanged(boolean changed)EntityListEntry<T>setEntity(T entity)StringtoString()
-
-
-
Method Detail
-
getEntity
public T getEntity()
- Returns:
- the entity
-
setEntity
public EntityListEntry<T> setEntity(T entity)
- Parameters:
entity- the entity to set.- Returns:
- this EntityListEntry.
-
isChanged
public boolean isChanged()
- Returns:
- the changed
-
setChanged
public EntityListEntry<T> setChanged(boolean changed)
- Parameters:
changed- the changed to set.- Returns:
- this EntityListEntry.
-
-