Class EntityNetworkDiscovery
- java.lang.Object
-
- de.extio.spacecraft.shared.model.bo.EntityNetworkDiscovery
-
public final class EntityNetworkDiscovery extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityNetworkDiscovery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PhysicalEntity>
getClients()
List<PhysicalEntity>
getClientsWithOperator()
List<PhysicalEntity>
getConsolesAll()
List<PhysicalEntity>
getConsolesLoggedIn()
void
setClients(List<PhysicalEntity> clients)
void
setClientsWithOperator(List<PhysicalEntity> clientsWithOperator)
void
setConsolesAll(List<PhysicalEntity> consoles)
void
setConsolesLoggedIn(List<PhysicalEntity> consolesLoggedIn)
-
-
-
Method Detail
-
getClients
public List<PhysicalEntity> getClients()
-
setClients
public void setClients(List<PhysicalEntity> clients)
-
getConsolesAll
public List<PhysicalEntity> getConsolesAll()
-
setConsolesAll
public void setConsolesAll(List<PhysicalEntity> consoles)
-
getConsolesLoggedIn
public List<PhysicalEntity> getConsolesLoggedIn()
-
setConsolesLoggedIn
public void setConsolesLoggedIn(List<PhysicalEntity> consolesLoggedIn)
-
getClientsWithOperator
public List<PhysicalEntity> getClientsWithOperator()
-
setClientsWithOperator
public void setClientsWithOperator(List<PhysicalEntity> clientsWithOperator)
-
-