Class ExtentImpl

    • Constructor Detail

      • ExtentImpl

        public ExtentImpl()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface Extent
        Returns:
        The name of the extent.
      • setName

        public void setName​(String name)
        Specified by:
        setName in interface Extent
        Parameters:
        name - Thw new name of the extent.
      • getValue

        public String getValue()
        Specified by:
        getValue in interface Extent
        Returns:
        The value of the exent.
      • setValue

        public void setValue​(String value)
        Specified by:
        setValue in interface Extent
        Parameters:
        value - The new value of the exent.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • clone

        public Object clone()
        Description copied from interface: Cloneable
        Creates and returns a copy of this object. The precise meaning of "copy" may depend on the class of the object.
        Specified by:
        clone in interface Cloneable
        Overrides:
        clone in class Object
        Returns:
        A copy of this object.
        See Also:
        Object.clone()