Package org.cyclos.entities.system
Class IpAddress
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.system.IpAddress
-
- All Implemented Interfaces:
Cloneable,ProcessableForProxying,IEntity
@Entity public class IpAddress extends SimpleEntity
Represents a status of an IP address
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description IpAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()DategetBlockedUntil()TimeIntervalgetBlockTime()StringgetComment()IpAddressStatusgetStatus()voidsetAddress(String address)voidsetBlockedUntil(Date blockedUntil)voidsetBlockTime(TimeInterval blockTime)voidsetComment(String comment)voidsetStatus(IpAddressStatus 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()
-
getBlockedUntil
public Date getBlockedUntil()
-
getBlockTime
public TimeInterval getBlockTime()
-
getComment
public String getComment()
-
getStatus
public IpAddressStatus getStatus()
-
setAddress
public void setAddress(String address)
-
setBlockedUntil
public void setBlockedUntil(Date blockedUntil)
-
setBlockTime
public void setBlockTime(TimeInterval blockTime)
-
setComment
public void setComment(String comment)
-
setStatus
public void setStatus(IpAddressStatus status)
-
-