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

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

public class WsGroupSaveResult
extends java.lang.Object
implements ResultMetadataHolder

Result of one group being saved. The number of these result objects will equal the number of groups sent in to the method to be saved

Author:
mchyzer

Constructor Summary
WsGroupSaveResult()
          empty
 
Method Summary
 WsResultMeta getResultMetadata()
          get the result metadata
 WsGroup getWsGroup()
           
 void setResultMetadata(WsResultMeta resultMetadata1)
           
 void setWsGroup(WsGroup wsGroup1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsGroupSaveResult

public WsGroupSaveResult()
empty

Method Detail

getResultMetadata

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

Specified by:
getResultMetadata in interface ResultMetadataHolder
Returns:
the resultMetadata

getWsGroup

public WsGroup getWsGroup()
Returns:
the wsGroup

setWsGroup

public void setWsGroup(WsGroup wsGroup1)
Parameters:
wsGroup1 - the wsGroup to set

setResultMetadata

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