All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.internet2.middleware.grouper.plugins.testInterface.SamplePluginProviderInput Maven / Gradle / Ivy

There is a newer version: 5.12.2
Show newest version
package edu.internet2.middleware.grouper.plugins.testInterface;

public class SamplePluginProviderInput {

  private String input1;

  public String getInput1() {
    return input1;
  }

  public void setInput1(String input1) {
    this.input1 = input1;
  }
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy