Class ExtentImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ExtentImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object clone()
      Creates and returns a copy of this object.
      boolean equals​(Object obj)  
      String getName()  
      String getValue()  
      int hashCode()  
      void setName​(String name)  
      void setValue​(String value)  
      • Methods inherited from class Object

        finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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.
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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()