Class WsRestGroupSaveLiteRequest

java.lang.Object
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 Details

    • WsRestGroupSaveLiteRequest

      public WsRestGroupSaveLiteRequest()
  • Method Details

    • getTypeOfGroup

      public String getTypeOfGroup()
      Returns:
      type of group can be an enum of TypeOfGroup, e.g. group, role, entity
    • setTypeOfGroup

      public void setTypeOfGroup(String typeOfGroup1)
      Parameters:
      typeOfGroup1 - type of group can be an enum of TypeOfGroup, e.g. group, role, entity
    • 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:
    • 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
    • getAlternateName

      public String getAlternateName()
      Returns:
      the alternateName
    • setAlternateName

      public void setAlternateName(String alternateName1)
      Parameters:
      alternateName1 - the alternateName to set
    • getDisabledTime

      public String getDisabledTime()
      date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS
      Returns:
      disabled time
    • getEnabledTime

      public String getEnabledTime()
      date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS
      Returns:
      date
    • setDisabledTime

      public void setDisabledTime(String disabledTime1)
      date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS
      Parameters:
      disabledTime1 -
    • setEnabledTime

      public void setEnabledTime(String enabledTime1)
      date this membership will be enabled, yyyy/MM/dd HH:mm:ss.SSS
      Parameters:
      enabledTime1 -