Package org.camunda.bpm.engine.impl
Class QueryPropertyImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.QueryPropertyImpl
-
- All Implemented Interfaces:
Serializable
,QueryProperty
public class QueryPropertyImpl extends Object implements QueryProperty
- Author:
- Thorben Lindhauer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryPropertyImpl(String name)
QueryPropertyImpl(String name, String function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getFunction()
String
getName()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceQueryProperty
-
getFunction
public String getFunction()
- Specified by:
getFunction
in interfaceQueryProperty
-
-