Class ServiceIdFilter
java.lang.Object
jadex.providedservice.impl.search.ServiceIdFilter
- All Implemented Interfaces:
jadex.model.IAsyncFilter<Object>
Filter for service ids.
-
Nested Class Summary
Nested classes/interfaces inherited from interface jadex.model.IAsyncFilter
jadex.model.IAsyncFilter.AlwaysFilter<E>, jadex.model.IAsyncFilter.NeverFilter<E>
-
Field Summary
FieldsFields inherited from interface jadex.model.IAsyncFilter
ALWAYS, NEVER
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sid
The service id.
-
-
Constructor Details
-
ServiceIdFilter
public ServiceIdFilter()Create a new filter. -
ServiceIdFilter
Create a new filter.
-
-
Method Details
-
getId
Get the id.- Returns:
- the id.
-
setId
Set the id.- Parameters:
id
- The id to set.
-
filter
Test if service is a proxy.- Specified by:
filter
in interfacejadex.model.IAsyncFilter<Object>
-
hashCode
public int hashCode()Get the hashcode. -
equals
Test if an object is equal to this.
-