public class PathAliasImpl extends GEObjectImpl implements PathAlias
Warning: The PathAliasImpl class will not be compatible with future Sun™ Grid Engine releases.
| Constructor and Description |
|---|
PathAliasImpl()
Create a new instance of PathAliasImpl.
|
PathAliasImpl(boolean initWithDefaultValues)
Create a new instanceof
|
PathAliasImpl(java.lang.String origin)
Create a new instance of PathAliasImpl
|
| 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 |
getExecHost()
Get the value of the execHost attribute.
|
java.lang.String |
getOrigin()
Get the value of the origin attribute.
|
java.lang.String |
getSubmitHost()
Get the value of the submitHost attribute.
|
java.lang.String |
getTranslation()
Get the value of the translation attribute.
|
boolean |
isSetExecHost()
Determine if the execHost attribute is set
|
boolean |
isSetOrigin()
Determine if the origin attribute is set
|
boolean |
isSetSubmitHost()
Determine if the submitHost attribute is set
|
boolean |
isSetTranslation()
Determine if the translation attribute is set
|
void |
setExecHost(java.lang.String aExecHost)
Set the execHost attribute.
|
void |
setOrigin(java.lang.String aOrigin)
Set the origin attribute.
|
void |
setSubmitHost(java.lang.String aSubmitHost)
Set the submitHost attribute.
|
void |
setTranslation(java.lang.String aTranslation)
Set the translation attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParentpublic PathAliasImpl()
public PathAliasImpl(boolean initWithDefaultValues)
initWithDefaultValues - if true the new instance will
be initialized with the default values as defined
in the cull definition.public PathAliasImpl(java.lang.String origin)
public boolean isSetOrigin()
isSetOrigin in interface PathAliastrue if the origin attribute is setpublic void setOrigin(java.lang.String aOrigin)
public java.lang.String getOrigin()
public boolean isSetSubmitHost()
isSetSubmitHost in interface PathAliastrue if the submitHost attribute is setpublic void setSubmitHost(java.lang.String aSubmitHost)
setSubmitHost in interface PathAliasaSubmitHost - the new value for the submitHost attributepublic java.lang.String getSubmitHost()
getSubmitHost in interface PathAliaspublic boolean isSetExecHost()
isSetExecHost in interface PathAliastrue if the execHost attribute is setpublic void setExecHost(java.lang.String aExecHost)
setExecHost in interface PathAliasaExecHost - the new value for the execHost attributepublic java.lang.String getExecHost()
getExecHost in interface PathAliaspublic boolean isSetTranslation()
isSetTranslation in interface PathAliastrue if the translation attribute is setpublic void setTranslation(java.lang.String aTranslation)
setTranslation in interface PathAliasaTranslation - the new value for the translation attributepublic java.lang.String getTranslation()
getTranslation in interface PathAliaspublic 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.