java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.api.http.data.RegistryData

public class RegistryData extends Object
The RegistryData class is used to store the location of the registry.
  • Constructor Details

    • RegistryData

      public RegistryData()
      Constructs a new RegistryData object.
  • Method Details

    • setLocation

      public void setLocation(String location)
      Sets the location of the registry.
      Parameters:
      location - the location of the registry
    • getLocation

      public String getLocation()
      Gets the location of the registry.
      Returns:
      the location of the registry