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
name
protected String name
function
protected String function
QueryPropertyImpl
public QueryPropertyImpl(String name)
QueryPropertyImpl
public QueryPropertyImpl(String name,
String function)
getName
public String getName()
- Specified by:
getName in interface QueryProperty
getFunction
public String getFunction()
- Specified by:
getFunction in interface QueryProperty
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015 camunda services GmbH. All rights reserved.