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
|
Constructor and Description |
---|
Matches(ArrayList items,
int totalMatches)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) ServiceMatches |
get()
Converts a Matches to a ServiceMatches.
|
private static final long serialVersionUID
public ArrayList items
public int totalMatches
public Matches(ArrayList items, int totalMatches)
ServiceMatches get() throws RemoteException
RemoteException
Copyright 2007-2016, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.