Class WsGroupSaveResult

java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsGroupSaveResult
All Implemented Interfaces:
ResultMetadataHolder

public class WsGroupSaveResult extends Object implements ResultMetadataHolder
Result of one group being saved. The number of these result objects will equal the number of groups sent in to the method to be saved
  • Constructor Details

    • WsGroupSaveResult

      public WsGroupSaveResult()
      empty
  • Method Details

    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Description copied from interface: ResultMetadataHolder
      get the result metadata
      Specified by:
      getResultMetadata in interface ResultMetadataHolder
      Returns:
      the resultMetadata
    • getWsGroup

      public WsGroup getWsGroup()
      Returns:
      the wsGroup
    • setWsGroup

      public void setWsGroup(WsGroup wsGroup1)
      Parameters:
      wsGroup1 - the wsGroup to set
    • setResultMetadata

      public void setResultMetadata(WsResultMeta resultMetadata1)
      Parameters:
      resultMetadata1 - the resultMetadata to set