|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsGroupToSave
public class WsGroupToSave
Class to save a group via web service
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 |
---|
public WsGroupToSave()
Method Detail |
---|
public java.lang.String getCreateParentStemsIfNotExist()
public void setCreateParentStemsIfNotExist(java.lang.String createParentStemsIfNotExist1)
createParentStemsIfNotExist1
- T or F or null (F)public java.lang.String getSaveMode()
public void setSaveMode(java.lang.String saveMode1)
saveMode1
- the saveMode to setpublic WsGroupLookup getWsGroupLookup()
public void setWsGroupLookup(WsGroupLookup wsGroupLookup1)
wsGroupLookup1
- the wsGroupLookup to setpublic WsGroup getWsGroup()
public void setWsGroup(WsGroup wsGroup1)
wsGroup1
- the wsGroup to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |