com.sun.grid.jgdi.configuration
public abstract class GEObjectImpl extends java.lang.Object implements java.io.Serializable, GEObject, java.lang.Cloneable
Constructor and Description |
---|
GEObjectImpl() |
GEObjectImpl(GEObjectImpl parent)
Creates a new instance of GEObjectImpl
|
GEObjectImpl(GEObjectImpl parent,
java.lang.String name) |
GEObjectImpl(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equalsCompletely
public GEObjectImpl()
public GEObjectImpl(java.lang.String name)
public GEObjectImpl(GEObjectImpl parent)
public GEObjectImpl(GEObjectImpl parent, java.lang.String name)
public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of property name.public GEObject getParent()
public void setParent(GEObjectImpl parent)
parent
- New value of property parent.public java.lang.String getPathName()
public GEObjectImpl getRoot()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.