Class Expression<O extends ObjectIdentity>
- Object
-
- ObjectIdentity
-
- BacklinkBuilder<O>
-
- Expression<O>
-
public class Expression<O extends ObjectIdentity> extends BacklinkBuilder<O>
-
-
Constructor Summary
Constructors Constructor Description Expression(O backLink, String instanceId, String classId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expression<O>
setDefaultValue(BigDecimal defaultValue)
Expression<O>
setDescription(String description)
Expression<O>
setExpression(String expression)
-
-
-
Method Detail
-
setExpression
public Expression<O> setExpression(String expression)
-
setDefaultValue
public Expression<O> setDefaultValue(BigDecimal defaultValue)
-
setDescription
public Expression<O> setDescription(String description)
-
-