Class DomainMappingConfigBean

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

    public class DomainMappingConfigBean
    extends java.lang.Object
    implements org.springframework.beans.factory.BeanNameAware
    The Class DomainMappingConfigBean.
    Author:
    dward
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMask()
      Gets the mask.
      java.lang.String getName()
      Gets the name.
      java.lang.String getRangeFrom()
      Gets the range from.
      java.lang.String getRangeTo()
      Gets the range to.
      java.lang.String getSubnet()
      Gets the subnet.
      void setBeanName​(java.lang.String name)  
      void setMask​(java.lang.String mask)
      Sets the mask.
      void setRangeFrom​(java.lang.String rangeFrom)
      Sets the range from.
      void setRangeTo​(java.lang.String rangeTo)
      Sets the range to.
      void setSubnet​(java.lang.String subnet)
      Sets the subnet.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DomainMappingConfigBean

        public DomainMappingConfigBean()
    • Method Detail

      • getName

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

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

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

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

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

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

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

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

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

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