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 boolean
equals(Object obj)
String
getFiql()
String
getKey()
String
getName()
String
getTarget()
int
hashCode()
void
setFiql(String fiql)
void
setKey(String key)
void
setName(String name)
void
setTarget(String target)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceNamedEntityTO
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceNamedEntityTO
-
getTarget
public String getTarget()
-
setTarget
public void setTarget(String target)
-
getFiql
public String getFiql()
-
setFiql
public void setFiql(String fiql)
-
-