|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.planets_project.services.compare.CompareResult
public final class CompareResult
Result type for the Compare
interface.
Constructor Summary | |
---|---|
CompareResult(ArrayList<Property> props,
String fragmentID,
ServiceReport report,
List<CompareResult> embedded)
Deprecated. |
|
CompareResult(List<Property> result,
String fragmentID,
ServiceReport report)
Deprecated. |
|
CompareResult(List<PropertyComparison> properties,
ServiceReport report)
|
|
CompareResult(List<PropertyComparison> properties,
ServiceReport report,
List<CompareResult> results)
|
|
CompareResult(List<PropertyComparison> properties,
ServiceReport report,
List<CompareResult> results,
String fragmentID)
|
|
CompareResult(List<PropertyComparison> properties,
ServiceReport report,
String fragmentID)
|
Method Summary | |
---|---|
List<PropertyComparison> |
getComparisons()
|
String |
getFragmentID()
|
List<Property> |
getProperties()
Deprecated. |
ServiceReport |
getReport()
|
List<CompareResult> |
getResults()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompareResult(List<PropertyComparison> properties, ServiceReport report)
properties
- The result propertiesreport
- The reportpublic CompareResult(List<PropertyComparison> properties, ServiceReport report, String fragmentID)
properties
- The result propertiesreport
- The reportfragmentID
- the id of the fragment the result refers topublic CompareResult(List<PropertyComparison> properties, ServiceReport report, List<CompareResult> results)
properties
- The result propertiesreport
- The reportresults
- The embedded resultspublic CompareResult(List<PropertyComparison> properties, ServiceReport report, List<CompareResult> results, String fragmentID)
properties
- The result propertiesreport
- The reportresults
- The embedded resultsfragmentID
- the id of the fragment the result refers to@Deprecated public CompareResult(List<Property> result, String fragmentID, ServiceReport report)
result
- report2
- @Deprecated public CompareResult(ArrayList<Property> props, String fragmentID, ServiceReport report, List<CompareResult> embedded)
arrayList
- object
- serviceReport
- embedded
- Method Detail |
---|
public List<PropertyComparison> getComparisons()
@Deprecated public List<Property> getProperties()
public ServiceReport getReport()
public List<CompareResult> getResults()
public String getFragmentID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |