edu.internet2.middleware.grouperClient.ws.beans
Class WsFindGroupsResults

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsFindGroupsResults
All Implemented Interfaces:
ResultMetadataHolder, WsResponseBean

public class WsFindGroupsResults
extends java.lang.Object
implements WsResponseBean, ResultMetadataHolder

returned from the group find query

Author:
mchyzer

Constructor Summary
WsFindGroupsResults()
           
 
Method Summary
 WsGroup[] getGroupResults()
          has 0 to many groups that match the query by example
 WsResponseMeta getResponseMetadata()
          get the response metadata
 WsResultMeta getResultMetadata()
          get the result metadata
 void setGroupResults(WsGroup[] groupResults1)
          basic results to the query
 void setResponseMetadata(WsResponseMeta responseMetadata1)
           
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsFindGroupsResults

public WsFindGroupsResults()
Method Detail

getGroupResults

public WsGroup[] getGroupResults()
has 0 to many groups that match the query by example

Returns:
the groupResults

setGroupResults

public void setGroupResults(WsGroup[] groupResults1)
basic results to the query

Parameters:
groupResults1 - the groupResults to set

getResultMetadata

public WsResultMeta getResultMetadata()
Description copied from interface: WsResponseBean
get the result metadata

Specified by:
getResultMetadata in interface ResultMetadataHolder
Specified by:
getResultMetadata in interface WsResponseBean
Returns:
the resultMetadata

getResponseMetadata

public WsResponseMeta getResponseMetadata()
Description copied from interface: WsResponseBean
get the response metadata

Specified by:
getResponseMetadata in interface WsResponseBean
Returns:
the response metadata
See Also:
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()

setResponseMetadata

public void setResponseMetadata(WsResponseMeta responseMetadata1)
Parameters:
responseMetadata1 - the responseMetadata to set

setResultMetadata

public void setResultMetadata(WsResultMeta resultMetadata1)
Parameters:
resultMetadata1 - the resultMetadata to set