hepdata is hosted by Hepforge, IPPP Durham

cedar.hepdata.migration.model
Class Match.Matched

java.lang.Object
  extended by cedar.hepdata.migration.model.Match.Matched
All Implemented Interfaces:
Matchable
Enclosing class:
Match

protected static class Match.Matched
extends java.lang.Object
implements Matchable

A single Match between Systematic conditions and Dataset/Axis header information.


Constructor Summary
protected Match.Matched(int paperId, int datasetId, int yaxisId, int xaxisId, java.lang.String xvalues)
           
 
Method Summary
 int getDatasetId()
           
 int getPaperId()
           
 int getXAxisId()
           
 java.lang.String getXVal()
           
 int getYAxisId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Match.Matched

protected Match.Matched(int paperId,
                        int datasetId,
                        int yaxisId,
                        int xaxisId,
                        java.lang.String xvalues)
Method Detail

getPaperId

public int getPaperId()
Specified by:
getPaperId in interface Matchable

getDatasetId

public int getDatasetId()
Specified by:
getDatasetId in interface Matchable

getYAxisId

public int getYAxisId()
Specified by:
getYAxisId in interface Matchable

getXAxisId

public int getXAxisId()
Specified by:
getXAxisId in interface Matchable

getXVal

public java.lang.String getXVal()
Specified by:
getXVal in interface Matchable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Generated 20060512 1623

HEPData