Class Zone


  • public class Zone
    extends Object
    Class to parse the part of infobase configuration file into an object.
    • Constructor Detail

      • Zone

        public Zone()
    • Method Detail

      • getValue

        public String getValue()
        Returns:
        value, never null
      • copy

        public Zone copy()
        Creates a copy of the instance.
        Returns:
        the copy instance, never null
      • setValue

        public void setValue​(String value)
        Set value
        Parameters:
        value - to set, cannot be null
      • isSafe

        public boolean isSafe()
        Returns:
        safe, never null
      • setSafe

        public void setSafe​(boolean safe)
        Set safe
        Parameters:
        safe - to set, cannot be null
      • isSpecify

        public boolean isSpecify()
        Returns:
        specify, never null
      • setSpecify

        public void setSpecify​(boolean specify)
        Set specify
        Parameters:
        specify - to set, cannot be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object