public class QueryInfo extends Object implements Serializable, Info
| Modifier and Type | Field and Description |
|---|---|
protected String |
domain
Heimat-LocalServer.*
|
protected String |
fileName |
protected int |
id
QueryID.*
|
protected String |
name
Name des Suchergebnisses.*
|
protected HashSet |
userGroups |
| Constructor and Description |
|---|
QueryInfo(int id,
String name,
String domain,
String fileName)
Creates a new instance of QueryInfo.
|
QueryInfo(int id,
String name,
String domain,
String fileName,
HashSet userGroups)
Creates a new instance of QueryInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addUserGroup(String userGroupKey)
DOCUMENT ME!
|
String |
getDomain()
Getter for property domain.
|
String |
getFileName()
Getter for property fileName.
|
int |
getID()
Getter for property id.
|
String |
getName()
Getter for property name.
|
HashSet |
getUserGroups()
Getter for property userGroups.
|
void |
setDomain(String domain)
Setter for property domain.
|
void |
setFileName(String fileName)
Setter for property fileName.
|
void |
setID(int id)
Setter for property id.
|
void |
setName(String name)
Setter for property name.
|
void |
setUserGroups(HashSet userGroups)
Setter for property userGroups.
|
String |
toString() |
protected int id
protected String domain
protected String name
protected String fileName
protected HashSet userGroups
public QueryInfo(int id,
String name,
String domain,
String fileName)
id - DOCUMENT ME!name - DOCUMENT ME!domain - DOCUMENT ME!fileName - DOCUMENT ME!public String getDomain()
public void setDomain(String domain)
domain - New value of property domain.public int getID()
public void setID(int id)
id - New value of property id.public String getName()
public void setName(String name)
name - New value of property name.public HashSet getUserGroups()
public void setUserGroups(HashSet userGroups)
userGroups - New value of property userGroups.public void addUserGroup(String userGroupKey)
userGroupKey - DOCUMENT ME!public String getFileName()
public void setFileName(String fileName)
fileName - New value of property fileName.Copyright © 2012–2026 cismet GmbH. All rights reserved.