Class EntityConditionValue.ConstantNumberValue
java.lang.Object
org.apache.ofbiz.entity.condition.EntityConditionValue
org.apache.ofbiz.entity.condition.EntityConditionValue.ConstantNumberValue
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EntityConditionValue
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.ofbiz.entity.condition.EntityConditionValue
EntityConditionValue.ConstantNumberValue
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSqlValue
(StringBuilder sql, Map<String, String> tableAliases, ModelEntity modelEntity, List<EntityConditionParam> entityConditionParams, boolean includeTableNamePrefix, Datasource datasourceinfo) freeze()
getModelField
(ModelEntity modelEntity) void
setModelField
(ModelField field) void
validateSql
(ModelEntity modelEntity) Methods inherited from class org.apache.ofbiz.entity.condition.EntityConditionValue
addSqlValue, constantNumber, equals, getValue, hashCode, toString, toString
-
Method Details
-
addSqlValue
public void addSqlValue(StringBuilder sql, Map<String, String> tableAliases, ModelEntity modelEntity, List<EntityConditionParam> entityConditionParams, boolean includeTableNamePrefix, Datasource datasourceinfo) - Specified by:
addSqlValue
in classEntityConditionValue
-
freeze
- Specified by:
freeze
in classEntityConditionValue
-
getModelField
- Specified by:
getModelField
in classEntityConditionValue
-
setModelField
- Specified by:
setModelField
in classEntityConditionValue
-
getValue
- Specified by:
getValue
in classEntityConditionValue
-
validateSql
- Specified by:
validateSql
in classEntityConditionValue
-