Package org.openl.rules.data
Class RowIdField
- java.lang.Object
-
- org.openl.types.impl.AOpenField
-
- org.openl.rules.data.RowIdField
-
- All Implemented Interfaces:
INamedThing,IOpenField,IOpenMember
public class RowIdField extends AOpenField
-
-
Constructor Summary
Constructors Constructor Description RowIdField(ITable table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object target, IRuntimeEnv env)booleanisWritable()voidset(Object target, Object value, IRuntimeEnv env)-
Methods inherited from class org.openl.types.impl.AOpenField
getDeclaringClass, getDisplayName, getInfo, getName, getType, isConst, isReadable, isStatic, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.types.IOpenField
getContextProperty, isContextProperty, isTransient
-
-
-
-
Field Detail
-
ROW_ID
public static final String ROW_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RowIdField
public RowIdField(ITable table)
-
-
Method Detail
-
get
public Object get(Object target, IRuntimeEnv env)
-
isWritable
public boolean isWritable()
- Specified by:
isWritablein interfaceIOpenField- Overrides:
isWritablein classAOpenField
-
set
public void set(Object target, Object value, IRuntimeEnv env)
-
-