|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectExtentImpl
public class ExtentImpl
Constructor Summary | |
---|---|
ExtentImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(Object obj)
|
String |
getName()
DOCUMENT ME! |
String |
getValue()
DOCUMENT ME! |
int |
hashCode()
|
void |
setName(String name)
DOCUMENT ME! |
void |
setValue(String value)
DOCUMENT ME! |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtentImpl()
Method Detail |
---|
public String getName()
Extent
getName
in interface Extent
public void setName(String name)
Extent
setName
in interface Extent
name
- Thw new name of the extent.public String getValue()
Extent
getValue
in interface Extent
public void setValue(String value)
Extent
setValue
in interface Extent
value
- The new value of the exent.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public Object clone()
Cloneable
clone
in class Object
Object.clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |