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

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

public class WsRestGroupDeleteRequest
extends java.lang.Object
implements WsRequestBean

bean that will be the data from rest request


Constructor Summary
WsRestGroupDeleteRequest()
           
 
Method Summary
 WsSubjectLookup getActAsSubjectLookup()
           
 java.lang.String getClientVersion()
           
 java.lang.String getIncludeGroupDetail()
          field
 WsParam[] getParams()
           
 java.lang.String getTxType()
          field
 WsGroupLookup[] getWsGroupLookups()
          field
 void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
           
 void setClientVersion(java.lang.String clientVersion1)
           
 void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
          field
 void setParams(WsParam[] params1)
           
 void setTxType(java.lang.String txType1)
          field
 void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
          field
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestGroupDeleteRequest

public WsRestGroupDeleteRequest()
Method Detail

getClientVersion

public java.lang.String getClientVersion()
Returns:
the clientVersion

setClientVersion

public void setClientVersion(java.lang.String clientVersion1)
Parameters:
clientVersion1 - the clientVersion to set

getActAsSubjectLookup

public WsSubjectLookup getActAsSubjectLookup()
Returns:
the actAsSubjectLookup

setActAsSubjectLookup

public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
Parameters:
actAsSubjectLookup1 - the actAsSubjectLookup to set

getParams

public WsParam[] getParams()
Returns:
the params

setParams

public void setParams(WsParam[] params1)
Parameters:
params1 - the params to set

getTxType

public java.lang.String getTxType()
field

Returns:
the txType

setTxType

public void setTxType(java.lang.String txType1)
field

Parameters:
txType1 - the txType to set

getWsGroupLookups

public WsGroupLookup[] getWsGroupLookups()
field

Returns:
the wsGroupLookups

setWsGroupLookups

public void setWsGroupLookups(WsGroupLookup[] wsGroupLookups1)
field

Parameters:
wsGroupLookups1 - the wsGroupLookups to set

getIncludeGroupDetail

public java.lang.String getIncludeGroupDetail()
field

Returns:
the includeGroupDetail

setIncludeGroupDetail

public void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
field

Parameters:
includeGroupDetail1 - the includeGroupDetail to set