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 booleanequals(Object object)Returnstrueif the argument is an NetworkDiscoverRangeEntity instance and all identifiers for this entity equal the identifiers of the argument entity.LonggetId()Gets value for attribute idNetworkEntitygetNetwork()Gets value for attribute networkStringgetRange()Gets value for attribute rangeinthashCode()Returns a hash code based on this entity's identifiers.voidsetId(Long id)Sets value for attribute idvoidsetNetwork(NetworkEntity network)Sets value for attribute networkvoidsetRange(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)
Returnstrueif the argument is an NetworkDiscoverRangeEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-