Class ExtentImpl

Object
ExtentImpl
All Implemented Interfaces:
Cloneable, Extent, Cloneable

public class ExtentImpl extends Object implements Extent, Cloneable
  • Constructor Details

    • ExtentImpl

      public ExtentImpl()
  • Method Details

    • 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: