de.uka.cmtm.serviceregistry.query
Class ServiceInstanceParameter

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

Constructor Summary
ServiceInstanceParameter()
           
 
Method Summary
 ServiceInstanceParameter clone()
           
 String getBusinessName()
           
 String getProfileUri()
           
 void setBusinessName(String businessName)
           
 void setProfileUri(String profileUri)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceInstanceParameter

public ServiceInstanceParameter()
Method Detail

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