public class PathNameImpl extends GEObjectImpl implements PathName
Warning: The PathNameImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
PathNameImpl()
Create a new instance of PathNameImpl.
|
PathNameImpl(boolean initWithDefaultValues)
Create a new instanceof
|
PathNameImpl(java.lang.String path)
Create a new instance of PathNameImpl
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
boolean |
equals(java.lang.Object obj)
Is the primary key information equal to the primary key information
of
obj. |
boolean |
equalsCompletely(java.lang.Object obj) |
java.lang.String |
getFileHost()
Get the value of the fileHost attribute.
|
java.lang.String |
getHost()
Get the value of the host attribute.
|
java.lang.String |
getPath()
Get the value of the path attribute.
|
boolean |
isFileStaging()
Get the value of the fileStaging attribute.
|
boolean |
isSetFileHost()
Determine if the fileHost attribute is set
|
boolean |
isSetFileStaging()
Determine if the fileStaging attribute is set
|
boolean |
isSetHost()
Determine if the host attribute is set
|
boolean |
isSetPath()
Determine if the path attribute is set
|
void |
setFileHost(java.lang.String aFileHost)
Set the fileHost attribute.
|
void |
setFileStaging(boolean aFileStaging)
Set the fileStaging attribute.
|
void |
setHost(java.lang.String aHost)
Set the host attribute.
|
void |
setPath(java.lang.String aPath)
Set the path attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic PathNameImpl()
public PathNameImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public PathNameImpl(java.lang.String path)
public boolean isSetPath()
public void setPath(java.lang.String aPath)
public java.lang.String getPath()
public boolean isSetHost()
public void setHost(java.lang.String aHost)
public java.lang.String getHost()
public boolean isSetFileHost()
isSetFileHost in interface PathNametrue if the fileHost attribute is setpublic void setFileHost(java.lang.String aFileHost)
setFileHost in interface PathNameaFileHost - the new value for the fileHost attributepublic java.lang.String getFileHost()
getFileHost in interface PathNamepublic boolean isSetFileStaging()
isSetFileStaging in interface PathNametrue if the fileStaging attribute is setpublic void setFileStaging(boolean aFileStaging)
setFileStaging in interface PathNameaFileStaging - the new value for the fileStaging attributepublic boolean isFileStaging()
isFileStaging in interface PathNamepublic boolean equals(java.lang.Object obj)
obj.equals in class java.lang.Objectobj - the compared objecttrue if the primary key information is equal to the
primary key informations of obj.public boolean equalsCompletely(java.lang.Object obj)
equalsCompletely in interface GEObjectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007 Sun Microsystems, Inc. All rights reserved.