org.axiondb
public abstract class BaseSelectable extends Object implements Serializable, Selectable
Version: $Revision: 1.7 $ $Date: 2005/12/23 01:32:24 $
Field Summary | |
---|---|
protected int | _hash Cache the hash code for the string |
Method Summary | |
---|---|
String | getAlias() |
String | getLabel()
Returns my function alias or name. |
String | getName() |
void | setAlias(String alias) |
void | setName(String name) |
void | setVariableContext(VariableContext ctx) |