Package com.soffid.iam.model
Class NetworkEntity
- java.lang.Object
-
- com.soffid.iam.model.NetworkEntity
-
- Direct Known Subclasses:
NetworkEntityImpl
public abstract class NetworkEntity extends Object
Entity NetworkEntity
-
-
Constructor Summary
Constructors Constructor Description NetworkEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an NetworkEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Collection<NetworkDiscoveryAccountEntity>getAccounts()Gets value for attribute accountsStringgetAddress()Gets value for attribute addressCollection<NetworkAuthorizationEntity>getAuthorizations()Gets value for attribute authorizationsStringgetDescription()Gets value for attribute descriptionStringgetDhcp()Gets value for attribute dhcpBooleangetDiscovery()Gets value for attribute discoveryServerEntitygetDiscoveryServer()Gets value for attribute discoveryServerCollection<HostEntity>getHosts()Gets value for attribute hostsLonggetId()Gets value for attribute idBooleangetLoginRestriction()Gets value for attribute loginRestrictionStringgetMask()Gets value for attribute maskStringgetName()Gets value for attribute nameStringgetNormalized()Gets value for attribute normalizedCollection<NetworkDiscoverRangeEntity>getRanges()Gets value for attribute rangesTenantEntitygetTenant()Gets value for attribute tenantinthashCode()Returns a hash code based on this entity's identifiers.booleanisDchpSupport()Gets value for attribute dchpSupportvoidsetAccounts(Collection<NetworkDiscoveryAccountEntity> accounts)Sets value for attribute accountsvoidsetAddress(String address)Sets value for attribute addressvoidsetAuthorizations(Collection<NetworkAuthorizationEntity> authorizations)Sets value for attribute authorizationsvoidsetDchpSupport(boolean dchpSupport)Sets value for attribute dchpSupportvoidsetDescription(String description)Sets value for attribute descriptionvoidsetDhcp(String dhcp)Sets value for attribute dhcpvoidsetDiscovery(Boolean discovery)Sets value for attribute discoveryvoidsetDiscoveryServer(ServerEntity discoveryServer)Sets value for attribute discoveryServervoidsetHosts(Collection<HostEntity> hosts)Sets value for attribute hostsvoidsetId(Long id)Sets value for attribute idvoidsetLoginRestriction(Boolean loginRestriction)Sets value for attribute loginRestrictionvoidsetMask(String mask)Sets value for attribute maskvoidsetName(String name)Sets value for attribute namevoidsetNormalized(String normalized)Sets value for attribute normalizedvoidsetRanges(Collection<NetworkDiscoverRangeEntity> ranges)Sets value for attribute rangesvoidsetTenant(TenantEntity tenant)Sets value for attribute tenant
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getAddress
public String getAddress()
Gets value for attribute address
-
setAddress
public void setAddress(String address)
Sets value for attribute address
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getMask
public String getMask()
Gets value for attribute mask
-
setMask
public void setMask(String mask)
Sets value for attribute mask
-
getNormalized
public String getNormalized()
Gets value for attribute normalized
-
setNormalized
public void setNormalized(String normalized)
Sets value for attribute normalized
-
getDhcp
public String getDhcp()
Gets value for attribute dhcp
-
setDhcp
public void setDhcp(String dhcp)
Sets value for attribute dhcp
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getAuthorizations
public Collection<NetworkAuthorizationEntity> getAuthorizations()
Gets value for attribute authorizations
-
setAuthorizations
public void setAuthorizations(Collection<NetworkAuthorizationEntity> authorizations)
Sets value for attribute authorizations
-
getHosts
public Collection<HostEntity> getHosts()
Gets value for attribute hosts
-
setHosts
public void setHosts(Collection<HostEntity> hosts)
Sets value for attribute hosts
-
isDchpSupport
public boolean isDchpSupport()
Gets value for attribute dchpSupport
-
setDchpSupport
public void setDchpSupport(boolean dchpSupport)
Sets value for attribute dchpSupport
-
getLoginRestriction
public Boolean getLoginRestriction()
Gets value for attribute loginRestriction
-
setLoginRestriction
public void setLoginRestriction(Boolean loginRestriction)
Sets value for attribute loginRestriction
-
getDiscovery
public Boolean getDiscovery()
Gets value for attribute discovery
-
setDiscovery
public void setDiscovery(Boolean discovery)
Sets value for attribute discovery
-
getDiscoveryServer
public ServerEntity getDiscoveryServer()
Gets value for attribute discoveryServer
-
setDiscoveryServer
public void setDiscoveryServer(ServerEntity discoveryServer)
Sets value for attribute discoveryServer
-
getRanges
public Collection<NetworkDiscoverRangeEntity> getRanges()
Gets value for attribute ranges
-
setRanges
public void setRanges(Collection<NetworkDiscoverRangeEntity> ranges)
Sets value for attribute ranges
-
getAccounts
public Collection<NetworkDiscoveryAccountEntity> getAccounts()
Gets value for attribute accounts
-
setAccounts
public void setAccounts(Collection<NetworkDiscoveryAccountEntity> accounts)
Sets value for attribute accounts
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an NetworkEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-