Package org.cyclos.entities.system
Class InternetAddressList
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.system.InternetAddressList
-
- All Implemented Interfaces:
Cloneable,ProcessableForProxying,IEntity
@Entity public class InternetAddressList extends SimpleEntity
Represents an IP address list, which holds individual resolved addresses from a textual addresses list representation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description InternetAddressList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddresses()DategetLastResolutionDate()Set<String>getResolvedAddresses()voidsetAddresses(String addresses)voidsetLastResolutionDate(Date lastResolutionDate)voidsetResolvedAddresses(Set<String> resolvedAddresses)-
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
-
-