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