public class CtlAddrEntity extends SystemModel<CtlAddrEntity> implements Timeable
| Constructor and Description |
|---|
CtlAddrEntity(Id<CtlAddrEntity,UUID> id,
Id<SystemInformation,UUID> sysId,
IpAddress ipAddr,
IpAddress maskIpAddr,
MacAddress macAddr,
VId vid) |
CtlAddrEntity(Id<SystemInformation,UUID> sysId,
IpAddress ipAddr,
IpAddress maskIpAddr,
MacAddress macAddr,
VId vid) |
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
getIpAddr() |
MacAddress |
getMacAddr() |
IpAddress |
getMaskIpAddr() |
Date |
getTimestamp()
Gets the time the event occurred.
|
VId |
getVid() |
getSysId, toStringequals, getId, hashCodepublic CtlAddrEntity(Id<SystemInformation,UUID> sysId, IpAddress ipAddr, IpAddress maskIpAddr, MacAddress macAddr, VId vid)
public CtlAddrEntity(Id<CtlAddrEntity,UUID> id, Id<SystemInformation,UUID> sysId, IpAddress ipAddr, IpAddress maskIpAddr, MacAddress macAddr, VId vid)
public IpAddress getIpAddr()
public IpAddress getMaskIpAddr()
public MacAddress getMacAddr()
public VId getVid()
public Date getTimestamp()
TimeablegetTimestamp in interface TimeableCopyright © 2014. All Rights Reserved.