@Embeddable public static class RegionEntity.EmbeddableControlledDevice extends Object
| Constructor and Description |
|---|
RegionEntity.EmbeddableControlledDevice()
Default constructor needed by JPA.
|
RegionEntity.EmbeddableControlledDevice(IpAddress ipAddress,
MacAddress macAddress)
Creates a controlled device.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
IpAddress |
getIpAddress()
Gets the IP Address.
|
MacAddress |
getMacAddress()
Gets the MAC address.
|
int |
hashCode() |
public RegionEntity.EmbeddableControlledDevice()
public RegionEntity.EmbeddableControlledDevice(IpAddress ipAddress, MacAddress macAddress)
ipAddress - IP Address.macAddress - MAC address.public IpAddress getIpAddress()
public MacAddress getMacAddress()
Copyright © 2014. All Rights Reserved.