p2ps.group
Interface GroupQuery
- All Superinterfaces:
- Advertisement, Query, java.io.Serializable
- All Known Implementing Classes:
- GroupQueryImp
- public interface GroupQuery
- extends Query
A query for locating group advertisements.
- Version:
- $Revision: 295 $
- Author:
- Ian Wang
GROUP_QUERY_TYPE
public static final java.lang.String GROUP_QUERY_TYPE
- See Also:
- Constant Field Values
QUERY_PEER_ID_TAG
public static final java.lang.String QUERY_PEER_ID_TAG
- See Also:
- Constant Field Values
QUERY_GROUP_ID_TAG
public static final java.lang.String QUERY_GROUP_ID_TAG
- See Also:
- Constant Field Values
QUERY_GROUP_NAME_TAG
public static final java.lang.String QUERY_GROUP_NAME_TAG
- See Also:
- Constant Field Values
getQueryGroupID
public java.lang.String getQueryGroupID()
- Returns:
- the unique id for the group
setQueryGroupID
public void setQueryGroupID(java.lang.String groupid)
- Set the unique id for the group
getQueryGroupName
public java.lang.String getQueryGroupName()
- Returns:
- the name for the group
setQueryGroupName
public void setQueryGroupName(java.lang.String groupname)
- Sets the name for the group