com.sun.grid.jgdi.configuration
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, setParent
public 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 PathAlias
true
if the origin attribute is setpublic void setOrigin(java.lang.String aOrigin)
public java.lang.String getOrigin()
public boolean isSetSubmitHost()
isSetSubmitHost
in interface PathAlias
true
if the submitHost attribute is setpublic void setSubmitHost(java.lang.String aSubmitHost)
setSubmitHost
in interface PathAlias
aSubmitHost
- the new value for the submitHost attributepublic java.lang.String getSubmitHost()
getSubmitHost
in interface PathAlias
public boolean isSetExecHost()
isSetExecHost
in interface PathAlias
true
if the execHost attribute is setpublic void setExecHost(java.lang.String aExecHost)
setExecHost
in interface PathAlias
aExecHost
- the new value for the execHost attributepublic java.lang.String getExecHost()
getExecHost
in interface PathAlias
public boolean isSetTranslation()
isSetTranslation
in interface PathAlias
true
if the translation attribute is setpublic void setTranslation(java.lang.String aTranslation)
setTranslation
in interface PathAlias
aTranslation
- the new value for the translation attributepublic java.lang.String getTranslation()
getTranslation
in interface PathAlias
public boolean equals(java.lang.Object obj)
obj
.equals
in class java.lang.Object
obj
- 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 GEObject
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.