public class RemoteStep_Proxy extends MappedObject_Proxy<RemoteStep> implements Step
| Constructor and Description |
|---|
RemoteStep_Proxy(RemoteStep remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
Step |
addNode(int arg0)
Adds node to nodes.
|
String |
getAlias()
Gets the alias associated with this step.
|
SortedSet<Integer> |
getNodes()
Gets nodenumbers for nodes that must be included in this step.
|
String |
getTableName()
Gets the name of the table referred to by this step.
|
RemoteStep |
getWrappedObject() |
void |
setUnmodifiable() |
equals, getMapperCode, hashCode, toStringpublic RemoteStep_Proxy(RemoteStep remoteObject)
public String getTableName()
StepThis corresponds to a table name in SQL SELECT-syntax.
getTableName in interface Steppublic void setUnmodifiable()
setUnmodifiable in interface Steppublic String getAlias()
StepThis corresponds to a table alias in SQL SELECT-syntax.
public SortedSet<Integer> getNodes()
Stepnull value indicates that no such constraint is applied.
This corresponds to a "number IN (....)" constraint in SQL SELECT syntax.
Note that this can also be achieved by using a FieldValueInConstraint on the "number" field.
public RemoteStep getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteStep>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}