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

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.ws.beans.WsGroupToSave

public class WsGroupToSave
extends java.lang.Object

 Class to save a group via web service
 
 

Author:
mchyzer

Constructor Summary
WsGroupToSave()
           
 
Method Summary
 java.lang.String getCreateParentStemsIfNotExist()
          if should create parent stems if not exist
 java.lang.String getSaveMode()
          if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default)
 WsGroup getWsGroup()
           
 WsGroupLookup getWsGroupLookup()
           
 void setCreateParentStemsIfNotExist(java.lang.String createParentStemsIfNotExist1)
          if should create parent stems if not exist
 void setSaveMode(java.lang.String saveMode1)
          if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default)
 void setWsGroup(WsGroup wsGroup1)
           
 void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsGroupToSave

public WsGroupToSave()
Method Detail

getCreateParentStemsIfNotExist

public java.lang.String getCreateParentStemsIfNotExist()
if should create parent stems if not exist

Returns:
T or F or null (F)

setCreateParentStemsIfNotExist

public void setCreateParentStemsIfNotExist(java.lang.String createParentStemsIfNotExist1)
if should create parent stems if not exist

Parameters:
createParentStemsIfNotExist1 - T or F or null (F)

getSaveMode

public java.lang.String getSaveMode()
if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default)

Returns:
the saveMode

setSaveMode

public void setSaveMode(java.lang.String saveMode1)
if the save should be constrained to INSERT, UPDATE, or INSERT_OR_UPDATE (default)

Parameters:
saveMode1 - the saveMode to set

getWsGroupLookup

public WsGroupLookup getWsGroupLookup()
Returns:
the wsGroupLookup

setWsGroupLookup

public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
Parameters:
wsGroupLookup1 - the wsGroupLookup to set

getWsGroup

public WsGroup getWsGroup()
Returns:
the wsGroup

setWsGroup

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