|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.grid.jgdi.configuration.GEObjectImpl
public abstract class GEObjectImpl
| Constructor Summary | |
|---|---|
GEObjectImpl()
|
|
GEObjectImpl(GEObjectImpl parent)
Creates a new instance of GEObjectImpl |
|
GEObjectImpl(GEObjectImpl parent,
java.lang.String name)
|
|
GEObjectImpl(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Getter for property name. |
GEObject |
getParent()
Getter for property parent. |
java.lang.String |
getPathName()
|
GEObjectImpl |
getRoot()
|
void |
setName(java.lang.String name)
Setter for property name. |
void |
setParent(GEObjectImpl parent)
Setter for property parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.grid.jgdi.configuration.GEObject |
|---|
equalsCompletely |
| Constructor Detail |
|---|
public GEObjectImpl()
public GEObjectImpl(java.lang.String name)
public GEObjectImpl(GEObjectImpl parent)
public GEObjectImpl(GEObjectImpl parent,
java.lang.String name)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface GEObjectpublic void setName(java.lang.String name)
name - New value of property name.public GEObject getParent()
getParent in interface GEObjectpublic void setParent(GEObjectImpl parent)
parent - New value of property parent.public java.lang.String getPathName()
public GEObjectImpl getRoot()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||