@Entity public class RemoteAddessBlock extends NetworkedEntity implements DefinesNetwork
| Constructor and Description |
|---|
RemoteAddessBlock() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getBlockedUntil() |
Network |
getNetwork()
Returns the network this entity belongs to
|
java.lang.String |
getRemoteAddress() |
void |
setBlockedUntil(java.util.Date blockedUntil) |
void |
setNetwork(Network network) |
void |
setRemoteAddress(java.lang.String remoteAddress) |
isGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic java.util.Date getBlockedUntil()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic java.lang.String getRemoteAddress()
public void setBlockedUntil(java.util.Date blockedUntil)
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setRemoteAddress(java.lang.String remoteAddress)