public class RemoteStepField_Proxy extends MappedObject_Proxy<RemoteStepField> implements StepField
| Constructor and Description |
|---|
RemoteStepField_Proxy(RemoteStepField remoteObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the alias for the associated field.
|
String |
getFieldName()
Gets the name of the associated field (without prefix).
|
Step |
getStep()
Gets the step associated with this fieldstep.
|
int |
getType()
Gets the type of the associated field.
|
RemoteStepField |
getWrappedObject() |
void |
setUnmodifiable() |
equals, getMapperCode, hashCode, toStringpublic RemoteStepField_Proxy(RemoteStepField remoteObject)
public void setUnmodifiable()
setUnmodifiable in interface StepFieldpublic Step getStep()
StepFieldpublic String getAlias()
StepFieldThis corresponds to the field alias in SQL SELECT-syntax.
public String getFieldName()
StepFieldThis corresponds to the fieldname in SQL SELECT-syntax.
getFieldName in interface StepFieldpublic int getType()
StepFieldField.public RemoteStepField getWrappedObject()
getWrappedObject in interface MappedObjectgetWrappedObject in class MappedObject_Proxy<RemoteStepField>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}