public class Filter extends MapObject
attributes, fields, xmlrpcNoSend, xmlrpcRefs
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
User |
getAuthor()
the username of this filter's owner
|
String |
getDescription()
the description of this filter
|
int |
getId()
the id of this filter
|
String |
getName()
the name of the filter
|
String |
getXml()
a complete XML representation of this search request - I don't recommend you use this for now, it's complex :)
|
int |
hashCode() |
void |
setAuthor(String author) |
void |
setAuthor(User author) |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setName(String name) |
void |
setXml(String xml) |
getAttributes, getBoolean, getDate, getFields, getInt, getList, getMapObject, getMapObjects, getString, getUrl, hasField, merge, setBoolean, setDate, setInt, setList, setMapObject, setMapObjects, setString, setUrl, toList, toMap
public Filter()
public Filter(Map data)
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public User getAuthor()
public void setAuthor(String author)
public void setAuthor(User author)
public String getXml()
public void setXml(String xml)
Copyright © 2017 The Codehaus Foundation. All rights reserved.