de.uka.cmtm.serviceregistry.query
Class ServiceInstanceParameter
java.lang.Object
de.uka.cmtm.serviceregistry.query.ServiceInstanceParameter
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- ServiceInstanceInfo
public class ServiceInstanceParameter
- extends Object
- implements Cloneable
This class represents search parameters used during the search for service
instance.
- Author:
- tilmann
ServiceInstanceParameter
public ServiceInstanceParameter()
getBusinessName
public String getBusinessName()
- Returns:
- Returns the businessName.
setBusinessName
public void setBusinessName(String businessName)
- Parameters:
businessName
- The businessName to set.
getProfileUri
public String getProfileUri()
- Returns:
- Returns the profileUri.
setProfileUri
public void setProfileUri(String profileUri)
- Parameters:
profileUri
- The profileUri to set.
toString
public String toString()
- Overrides:
toString
in class Object
clone
public ServiceInstanceParameter clone()
- Overrides:
clone
in class Object