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 boolean
equals(Object object)
Returnstrue
if 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 accountsString
getAddress()
Gets value for attribute addressCollection<NetworkAuthorizationEntity>
getAuthorizations()
Gets value for attribute authorizationsString
getDescription()
Gets value for attribute descriptionString
getDhcp()
Gets value for attribute dhcpBoolean
getDiscovery()
Gets value for attribute discoveryServerEntity
getDiscoveryServer()
Gets value for attribute discoveryServerCollection<HostEntity>
getHosts()
Gets value for attribute hostsLong
getId()
Gets value for attribute idBoolean
getLoginRestriction()
Gets value for attribute loginRestrictionString
getMask()
Gets value for attribute maskString
getName()
Gets value for attribute nameString
getNormalized()
Gets value for attribute normalizedCollection<NetworkDiscoverRangeEntity>
getRanges()
Gets value for attribute rangesTenantEntity
getTenant()
Gets value for attribute tenantint
hashCode()
Returns a hash code based on this entity's identifiers.boolean
isDchpSupport()
Gets value for attribute dchpSupportvoid
setAccounts(Collection<NetworkDiscoveryAccountEntity> accounts)
Sets value for attribute accountsvoid
setAddress(String address)
Sets value for attribute addressvoid
setAuthorizations(Collection<NetworkAuthorizationEntity> authorizations)
Sets value for attribute authorizationsvoid
setDchpSupport(boolean dchpSupport)
Sets value for attribute dchpSupportvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setDhcp(String dhcp)
Sets value for attribute dhcpvoid
setDiscovery(Boolean discovery)
Sets value for attribute discoveryvoid
setDiscoveryServer(ServerEntity discoveryServer)
Sets value for attribute discoveryServervoid
setHosts(Collection<HostEntity> hosts)
Sets value for attribute hostsvoid
setId(Long id)
Sets value for attribute idvoid
setLoginRestriction(Boolean loginRestriction)
Sets value for attribute loginRestrictionvoid
setMask(String mask)
Sets value for attribute maskvoid
setName(String name)
Sets value for attribute namevoid
setNormalized(String normalized)
Sets value for attribute normalizedvoid
setRanges(Collection<NetworkDiscoverRangeEntity> ranges)
Sets value for attribute rangesvoid
setTenant(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)
Returnstrue
if the argument is an NetworkEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-