Package org.cyclos.entities.system
Class IpAddressLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.system.IpAddressLog
-
- All Implemented Interfaces:
Cloneable,ProcessableForProxying,IEntity
@Entity public class IpAddressLog extends SimpleEntity
Represents a status change of an IP address
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description IpAddressLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()BasicUsergetBy()DategetDate()IpAddressLogStatusgetStatus()voidsetAddress(String address)voidsetBy(BasicUser by)voidsetDate(Date date)voidsetStatus(IpAddressLogStatus status)-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getAddress
public String getAddress()
-
getBy
public BasicUser getBy()
-
getDate
public Date getDate()
-
getStatus
public IpAddressLogStatus getStatus()
-
setAddress
public void setAddress(String address)
-
setBy
public void setBy(BasicUser by)
-
setDate
public void setDate(Date date)
-
setStatus
public void setStatus(IpAddressLogStatus status)
-
-