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

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

public class WsRestGroupSaveLiteRequest
extends Object
implements WsRequestBean

lite bean that will be the data from rest request

See Also:
for lite method

Constructor Summary
WsRestGroupSaveLiteRequest()
           
 
Method Summary
 String getActAsSubjectId()
          field
 String getActAsSubjectIdentifier()
          field
 String getActAsSubjectSourceId()
          field
 String getClientVersion()
          field
 String getDescription()
          field
 String getDisplayExtension()
          field
 String getGroupLookupName()
          field
 String getGroupLookupUuid()
          field
 String getGroupName()
          field
 String getGroupUuid()
          field
 String getIncludeGroupDetail()
          field
 String getParamName0()
          field
 String getParamName1()
          field
 String getParamValue0()
          field
 String getParamValue1()
          field
 String getSaveMode()
          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 setDescription(String description1)
          field
 void setDisplayExtension(String displayExtension1)
          field
 void setGroupLookupName(String stemLookupName1)
          field
 void setGroupLookupUuid(String stemLookupUuid1)
          field
 void setGroupName(String stemName1)
          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
 void setSaveMode(String saveMode1)
          field
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsRestGroupSaveLiteRequest

public WsRestGroupSaveLiteRequest()
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()
field

Returns:
the stemName

setGroupName

public void setGroupName(String stemName1)
field

Parameters:
stemName1 - the stemName to set

getGroupUuid

public String getGroupUuid()
field

Returns:
the groupUuid

setGroupUuid

public void setGroupUuid(String groupUuid1)
field

Parameters:
groupUuid1 - the groupUuid to set

getGroupLookupUuid

public String getGroupLookupUuid()
field

Returns:
the stemLookupUuid

setGroupLookupUuid

public void setGroupLookupUuid(String stemLookupUuid1)
field

Parameters:
stemLookupUuid1 - the stemLookupUuid to set

getGroupLookupName

public String getGroupLookupName()
field

Returns:
the stemLookupName

setGroupLookupName

public void setGroupLookupName(String stemLookupName1)
field

Parameters:
stemLookupName1 - the stemLookupName to set

getDescription

public String getDescription()
field

Returns:
the description

setDescription

public void setDescription(String description1)
field

Parameters:
description1 - the description to set

getDisplayExtension

public String getDisplayExtension()
field

Returns:
the displayExtension

setDisplayExtension

public void setDisplayExtension(String displayExtension1)
field

Parameters:
displayExtension1 - the displayExtension to set

getSaveMode

public String getSaveMode()
field

Returns:
the saveMode

setSaveMode

public void setSaveMode(String saveMode1)
field

Parameters:
saveMode1 - the saveMode to set

getIncludeGroupDetail

public String getIncludeGroupDetail()
field

Returns:
the includeGroupDetail

setIncludeGroupDetail

public void setIncludeGroupDetail(String includeGroupDetail1)
field

Parameters:
includeGroupDetail1 - the includeGroupDetail to set