Package org.apache.syncope.common.lib.to
Class FIQLQueryTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.FIQLQueryTO
-
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO,NamedEntityTO
public class FIQLQueryTO extends Object implements NamedEntityTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FIQLQueryTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetFiql()StringgetKey()StringgetName()StringgetTarget()inthashCode()voidsetFiql(String fiql)voidsetKey(String key)voidsetName(String name)voidsetTarget(String target)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceNamedEntityTO
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceNamedEntityTO
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String target)
-
getFiql
public String getFiql()
-
setFiql
public void setFiql(String fiql)
-
-