org.camunda.bpm.engine.impl
Class QueryPropertyImpl

java.lang.Object
  extended by 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

Field Summary
protected  String function
           
protected  String name
           
 
Constructor Summary
QueryPropertyImpl(String name)
           
QueryPropertyImpl(String name, String function)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFunction()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

protected String name

function

protected String function
Constructor Detail

QueryPropertyImpl

public QueryPropertyImpl(String name)

QueryPropertyImpl

public QueryPropertyImpl(String name,
                         String function)
Method Detail

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 © 2017 camunda services GmbH. All rights reserved.