Class DomainMappingConfigBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

    public class DomainMappingConfigBean
    extends Object
    implements org.springframework.beans.factory.BeanNameAware
    The Class DomainMappingConfigBean.
    Author:
    dward
    • Constructor Detail

      • DomainMappingConfigBean

        public DomainMappingConfigBean()
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • setBeanName

        public void setBeanName​(String name)
        Specified by:
        setBeanName in interface org.springframework.beans.factory.BeanNameAware
      • getSubnet

        public String getSubnet()
        Gets the subnet.
        Returns:
        the subnet
      • setSubnet

        public void setSubnet​(String subnet)
        Sets the subnet.
        Parameters:
        subnet - the new subnet
      • getMask

        public String getMask()
        Gets the mask.
        Returns:
        the mask
      • setMask

        public void setMask​(String mask)
        Sets the mask.
        Parameters:
        mask - the new mask
      • getRangeFrom

        public String getRangeFrom()
        Gets the range from.
        Returns:
        the range from
      • setRangeFrom

        public void setRangeFrom​(String rangeFrom)
        Sets the range from.
        Parameters:
        rangeFrom - the new range from
      • getRangeTo

        public String getRangeTo()
        Gets the range to.
        Returns:
        the range to
      • setRangeTo

        public void setRangeTo​(String rangeTo)
        Sets the range to.
        Parameters:
        rangeTo - the new range to