Class Network

java.lang.Object
com.soffid.iam.am.api.Network
All Implemented Interfaces:
Serializable

public class Network extends Object implements Serializable
ValueObject Network
See Also:
  • Constructor Details

  • Method Details

    • 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
    • getCode

      public String getCode()
      Gets value for attribute name
    • setCode

      public void setCode(String name)
      Sets value for attribute name
    • getIp

      public String getIp()
      Gets value for attribute ip
    • setIp

      public void setIp(String ip)
      Sets value for attribute ip
    • 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
    • getType

      public NetworkType getType()
      Gets value for attribute type
    • setType

      public void setType(NetworkType type)
      Sets value for attribute type
    • getLanAccess

      public Boolean getLanAccess()
      Gets value for attribute lanAccess
    • setLanAccess

      public void setLanAccess(Boolean lanAccess)
      Sets value for attribute lanAccess
    • getDhcp

      public String getDhcp()
      Gets value for attribute dhcp
    • setDhcp

      public void setDhcp(String dhcp)
      Sets value for attribute dhcp
    • isDhcpSupport

      public boolean isDhcpSupport()
      Gets value for attribute dhcpSupport
    • setDhcpSupport

      public void setDhcpSupport(boolean dhcpSupport)
      Sets value for attribute dhcpSupport
    • 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 String getDiscoveryServer()
      Gets value for attribute discoveryServer
    • setDiscoveryServer

      public void setDiscoveryServer(String discoveryServer)
      Sets value for attribute discoveryServer
    • getDiscoveryRanges

      public List<String> getDiscoveryRanges()
      Gets value for attribute discoveryRanges
    • setDiscoveryRanges

      public void setDiscoveryRanges(List<String> discoveryRanges)
      Sets value for attribute discoveryRanges
    • getCountryCode

      public String getCountryCode()
      Gets value for attribute countryCode
    • setCountryCode

      public void setCountryCode(String countryCode)
      Sets value for attribute countryCode
    • getCreatedOn

      public Date getCreatedOn()
      Gets value for attribute createdOn
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Sets value for attribute createdOn
    • getCreatedBy

      public String getCreatedBy()
      Gets value for attribute createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets value for attribute createdBy
    • getUpdatedOn

      public Date getUpdatedOn()
      Gets value for attribute updatedOn
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
      Sets value for attribute updatedOn
    • getUpdatedBy

      public String getUpdatedBy()
      Gets value for attribute updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Sets value for attribute updatedBy
    • getDeletedOn

      public Date getDeletedOn()
      Gets value for attribute deletedOn
    • setDeletedOn

      public void setDeletedOn(Date deletedOn)
      Sets value for attribute deletedOn
    • getDeletedBy

      public String getDeletedBy()
      Gets value for attribute deletedBy
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
      Sets value for attribute deletedBy
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object