public class BindingImpl extends GEObjectImpl implements Binding
Warning: The BindingImpl class will not be compatible with future Sun™ Grid Engine releases.
Constructor and Description |
---|
BindingImpl()
Create a new instance of BindingImpl.
|
BindingImpl(boolean initWithDefaultValues)
Create a new instanceof
|
BindingImpl(java.lang.String strategy)
Create a new instance of BindingImpl
|
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) |
int |
getParameterCoreOffset()
Get the value of the parameterCoreOffset attribute.
|
java.lang.String |
getParameterExplicit()
Get the value of the parameterExplicit attribute.
|
int |
getParameterN()
Get the value of the parameterN attribute.
|
int |
getParameterSocketOffset()
Get the value of the parameterSocketOffset attribute.
|
int |
getParameterStridingStepSize()
Get the value of the parameterStridingStepSize attribute.
|
java.lang.String |
getStrategy()
Get the value of the strategy attribute.
|
int |
getType()
Get the value of the type attribute.
|
boolean |
isSetParameterCoreOffset()
Determine if the parameterCoreOffset attribute is set
|
boolean |
isSetParameterExplicit()
Determine if the parameterExplicit attribute is set
|
boolean |
isSetParameterN()
Determine if the parameterN attribute is set
|
boolean |
isSetParameterSocketOffset()
Determine if the parameterSocketOffset attribute is set
|
boolean |
isSetParameterStridingStepSize()
Determine if the parameterStridingStepSize attribute is set
|
boolean |
isSetStrategy()
Determine if the strategy attribute is set
|
boolean |
isSetType()
Determine if the type attribute is set
|
void |
setParameterCoreOffset(int aParameterCoreOffset)
Set the parameterCoreOffset attribute.
|
void |
setParameterExplicit(java.lang.String aParameterExplicit)
Set the parameterExplicit attribute.
|
void |
setParameterN(int aParameterN)
Set the parameterN attribute.
|
void |
setParameterSocketOffset(int aParameterSocketOffset)
Set the parameterSocketOffset attribute.
|
void |
setParameterStridingStepSize(int aParameterStridingStepSize)
Set the parameterStridingStepSize attribute.
|
void |
setStrategy(java.lang.String aStrategy)
Set the strategy attribute.
|
void |
setType(int aType)
Set the type attribute.
|
java.lang.String |
toString() |
getName, getParent, getPathName, getRoot, setName, setParent
public BindingImpl()
public BindingImpl(boolean initWithDefaultValues)
initWithDefaultValues
- if true
the new instance will
be initialized with the default values as defined
in the cull definition.public BindingImpl(java.lang.String strategy)
public boolean isSetStrategy()
isSetStrategy
in interface Binding
true
if the strategy attribute is setpublic void setStrategy(java.lang.String aStrategy)
setStrategy
in interface Binding
aStrategy
- the new value for the strategy attributepublic java.lang.String getStrategy()
getStrategy
in interface Binding
public boolean isSetType()
public void setType(int aType)
public int getType()
public boolean isSetParameterN()
isSetParameterN
in interface Binding
true
if the parameterN attribute is setpublic void setParameterN(int aParameterN)
setParameterN
in interface Binding
aParameterN
- the new value for the parameterN attributepublic int getParameterN()
getParameterN
in interface Binding
public boolean isSetParameterSocketOffset()
isSetParameterSocketOffset
in interface Binding
true
if the parameterSocketOffset attribute is setpublic void setParameterSocketOffset(int aParameterSocketOffset)
setParameterSocketOffset
in interface Binding
aParameterSocketOffset
- the new value for the parameterSocketOffset attributepublic int getParameterSocketOffset()
getParameterSocketOffset
in interface Binding
public boolean isSetParameterCoreOffset()
isSetParameterCoreOffset
in interface Binding
true
if the parameterCoreOffset attribute is setpublic void setParameterCoreOffset(int aParameterCoreOffset)
setParameterCoreOffset
in interface Binding
aParameterCoreOffset
- the new value for the parameterCoreOffset attributepublic int getParameterCoreOffset()
getParameterCoreOffset
in interface Binding
public boolean isSetParameterStridingStepSize()
isSetParameterStridingStepSize
in interface Binding
true
if the parameterStridingStepSize attribute is setpublic void setParameterStridingStepSize(int aParameterStridingStepSize)
setParameterStridingStepSize
in interface Binding
aParameterStridingStepSize
- the new value for the parameterStridingStepSize attributepublic int getParameterStridingStepSize()
getParameterStridingStepSize
in interface Binding
public boolean isSetParameterExplicit()
isSetParameterExplicit
in interface Binding
true
if the parameterExplicit attribute is setpublic void setParameterExplicit(java.lang.String aParameterExplicit)
setParameterExplicit
in interface Binding
aParameterExplicit
- the new value for the parameterExplicit attributepublic java.lang.String getParameterExplicit()
getParameterExplicit
in interface Binding
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.