Interface IExpressionUpdates
-
- All Superinterfaces:
IIdHolder
,java.io.Serializable
- All Known Implementing Classes:
AbstractExpression
,AbstractExpressionWithParameters
,GridCustomColumn
,GridCustomFilter
public interface IExpressionUpdates extends IIdHolder, java.io.Serializable
Description of the updates which should be performed on a stored expression (e.g. grid custom filter or column expression).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getExpression()
java.util.Date
getModificationDate()
java.lang.String
getName()
boolean
isPublic()
-