@Entity public class RemoteAddessBlock extends org.cyclos.entities.BaseEntity implements DefinesNetwork
| Constructor and Description |
|---|
RemoteAddessBlock() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getBlockedUntil() |
org.cyclos.entities.EntityImportance |
getEntityImportance() |
Network |
getNetwork() |
java.lang.String |
getRemoteAddress() |
void |
setBlockedUntil(java.util.Date blockedUntil) |
void |
setNetwork(Network network) |
void |
setRemoteAddress(java.lang.String remoteAddress) |
getDataTranslationType, getVersion, isGlobal, isPersistent, isTransientpublic java.util.Date getBlockedUntil()
public org.cyclos.entities.EntityImportance getEntityImportance()
getEntityImportance in interface org.cyclos.entities.HasEntityImportancegetEntityImportance in class org.cyclos.entities.SimpleEntitypublic Network getNetwork()
getNetwork in class org.cyclos.entities.BaseEntitypublic 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)