Class IFnetConfigurationModel

java.lang.Object
com.jgoodies.common.bean.Bean
com.jgoodies.binding.beans.Model
org.bidib.wizard.mvc.ifnet.model.IFnetConfigurationModel
All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean, com.jgoodies.common.bean.ObservableBean2, Serializable

public class IFnetConfigurationModel extends com.jgoodies.binding.beans.Model
See Also:
  • Field Details

  • Constructor Details

    • IFnetConfigurationModel

      public IFnetConfigurationModel()
  • Method Details

    • getIpMode

      public IFnetConfigurationModel.IpMode getIpMode()
      Returns:
      the ipMode
    • setIpMode

      public void setIpMode(IFnetConfigurationModel.IpMode ipMode)
      Parameters:
      ipMode - the ipMode to set
    • getStaticAddress

      public String getStaticAddress()
      Returns:
      the staticAddress
    • setStaticAddress

      public void setStaticAddress(String staticAddress)
      Parameters:
      staticAddress - the staticAddress to set
    • getSubnetMask

      public String getSubnetMask()
      Returns:
      the subnetMask
    • setSubnetMask

      public void setSubnetMask(String subnetMask)
      Parameters:
      subnetMask - the subnetMask to set
    • getGateway

      public String getGateway()
      Returns:
      the gateway
    • setGateway

      public void setGateway(String gateway)
      Parameters:
      gateway - the gateway to set