class Matches extends Object implements Serializable
This class only has a bare minimum of methods, to minimize the amount of code downloaded into clients.
Modifier and Type | Field and Description |
---|---|
ArrayList |
items
ServiceMatches.items as an ArrayList of Item
|
private static long |
serialVersionUID |
int |
totalMatches
ServiceMatches.totalMatches
|
private static final long serialVersionUID
public ArrayList items
public int totalMatches
public Matches(ArrayList items, int totalMatches)
ServiceMatches get() throws RemoteException
RemoteException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.