Package com.soffid.iam.model
Class NetworkDiscoverRangeEntity
- java.lang.Object
-
- com.soffid.iam.model.NetworkDiscoverRangeEntity
-
- Direct Known Subclasses:
NetworkDiscoverRangeEntityImpl
public abstract class NetworkDiscoverRangeEntity extends Object
Entity NetworkDiscoverRangeEntity
-
-
Constructor Summary
Constructors Constructor Description NetworkDiscoverRangeEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an NetworkDiscoverRangeEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getId()
Gets value for attribute idNetworkEntity
getNetwork()
Gets value for attribute networkString
getRange()
Gets value for attribute rangeint
hashCode()
Returns a hash code based on this entity's identifiers.void
setId(Long id)
Sets value for attribute idvoid
setNetwork(NetworkEntity network)
Sets value for attribute networkvoid
setRange(String range)
Sets value for attribute range
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getNetwork
public NetworkEntity getNetwork()
Gets value for attribute network
-
setNetwork
public void setNetwork(NetworkEntity network)
Sets value for attribute network
-
getRange
public String getRange()
Gets value for attribute range
-
setRange
public void setRange(String range)
Sets value for attribute range
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an NetworkDiscoverRangeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-