edu.internet2.middleware.grouper.ws.rest.group
Class WsRestGroupDeleteLiteRequest

java.lang.Object
  extended by edu.internet2.middleware.grouper.ws.rest.group.WsRestGroupDeleteLiteRequest
All Implemented Interfaces:
WsRequestBean

public class WsRestGroupDeleteLiteRequest
extends Object
implements WsRequestBean

lite bean that will be the data from rest request

See Also:
for lite method

Constructor Summary
WsRestGroupDeleteLiteRequest()
           
 
Method Summary
 String getActAsSubjectId()
          field
 String getActAsSubjectIdentifier()
          field
 String getActAsSubjectSourceId()
          field
 String getClientVersion()
          field
 String getGroupName()
           
 String getGroupUuid()
          field
 String getIncludeGroupDetail()
          field
 String getParamName0()
          field
 String getParamName1()
          field
 String getParamValue0()
          field
 String getParamValue1()
          field
 GrouperRestHttpMethod retrieveRestHttpMethod()
          see which http method this is supposed to be associated with, and override whatever was passed in
 void setActAsSubjectId(String actAsSubjectId1)
          field
 void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
          field
 void setActAsSubjectSourceId(String actAsSubjectSource1)
          field
 void setClientVersion(String clientVersion1)
          field
 void setGroupName(String groupName1)
          field
 void setGroupUuid(String groupUuid1)
          field
 void setIncludeGroupDetail(String includeGroupDetail1)
          field
 void setParamName0(String _paramName0)
          field
 void setParamName1(String _paramName1)
          field
 void setParamValue0(String _paramValue0)
          field
 void setParamValue1(String _paramValue1)
          field
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestGroupDeleteLiteRequest

public WsRestGroupDeleteLiteRequest()
Method Detail

getClientVersion

public String getClientVersion()
field

Returns:
field

setClientVersion

public void setClientVersion(String clientVersion1)
field

Parameters:
clientVersion1 -

getActAsSubjectId

public String getActAsSubjectId()
field

Returns:
field

setActAsSubjectId

public void setActAsSubjectId(String actAsSubjectId1)
field

Parameters:
actAsSubjectId1 -

getActAsSubjectSourceId

public String getActAsSubjectSourceId()
field

Returns:
field

setActAsSubjectSourceId

public void setActAsSubjectSourceId(String actAsSubjectSource1)
field

Parameters:
actAsSubjectSource1 -

getActAsSubjectIdentifier

public String getActAsSubjectIdentifier()
field

Returns:
field

setActAsSubjectIdentifier

public void setActAsSubjectIdentifier(String actAsSubjectIdentifier1)
field

Parameters:
actAsSubjectIdentifier1 -

getParamName0

public String getParamName0()
field

Returns:
field

setParamName0

public void setParamName0(String _paramName0)
field

Parameters:
_paramName0 -

getParamValue0

public String getParamValue0()
field

Returns:
field

setParamValue0

public void setParamValue0(String _paramValue0)
field

Parameters:
_paramValue0 -

getParamName1

public String getParamName1()
field

Returns:
field

setParamName1

public void setParamName1(String _paramName1)
field

Parameters:
_paramName1 -

getParamValue1

public String getParamValue1()
field

Returns:
field

setParamValue1

public void setParamValue1(String _paramValue1)
field

Parameters:
_paramValue1 -

retrieveRestHttpMethod

public GrouperRestHttpMethod retrieveRestHttpMethod()
Description copied from interface: WsRequestBean
see which http method this is supposed to be associated with, and override whatever was passed in

Specified by:
retrieveRestHttpMethod in interface WsRequestBean
Returns:
the method
See Also:
WsRequestBean.retrieveRestHttpMethod()

getGroupName

public String getGroupName()
Returns:
the groupName

setGroupName

public void setGroupName(String groupName1)
field

Parameters:
groupName1 - the groupName to set

getGroupUuid

public String getGroupUuid()
field

Returns:
the groupUuid

setGroupUuid

public void setGroupUuid(String groupUuid1)
field

Parameters:
groupUuid1 - the groupUuid to set

getIncludeGroupDetail

public String getIncludeGroupDetail()
field

Returns:
the includeGroupDetail

setIncludeGroupDetail

public void setIncludeGroupDetail(String includeGroupDetail1)
field

Parameters:
includeGroupDetail1 - the includeGroupDetail to set