public class

LookupRequest

extends Object
java.lang.Object
   ↳ org.mule.module.servicesource.model.lookup.LookupRequest

Summary

Fields
private ServiceSourceCollection collection
private String displayName
private String propertyPath
Public Constructors
LookupRequest(ServiceSourceCollection collection, String propertyPath, String displayName)
Public Methods
boolean equals(Object obj)
ServiceSourceCollection getCollection()
String getDisplayName()
String getPropertyPath()
int hashCode()
void setCollection(ServiceSourceCollection collection)
void setDisplayName(String displayName)
void setPropertyPath(String propertyPath)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private ServiceSourceCollection collection

private String displayName

private String propertyPath

Public Constructors

public LookupRequest (ServiceSourceCollection collection, String propertyPath, String displayName)

Parameters
collection
propertyPath
displayName

Public Methods

public boolean equals (Object obj)

Parameters
obj

public ServiceSourceCollection getCollection ()

public String getDisplayName ()

public String getPropertyPath ()

public int hashCode ()

public void setCollection (ServiceSourceCollection collection)

Parameters
collection

public void setDisplayName (String displayName)

Parameters
displayName

public void setPropertyPath (String propertyPath)

Parameters
propertyPath