org.opensha.sha.cybershake.db
Class CybershakeHazardCurveRecord
java.lang.Object
org.opensha.sha.cybershake.db.CybershakeHazardCurveRecord
- All Implemented Interfaces:
- Comparable<CybershakeHazardCurveRecord>
public class CybershakeHazardCurveRecord
- extends Object
- implements Comparable<CybershakeHazardCurveRecord>
CybershakeHazardCurveRecord
public CybershakeHazardCurveRecord(int curveID,
int runID,
int imTypeID,
Date date,
int datasetID)
getCurveID
public int getCurveID()
getRunID
public int getRunID()
getImTypeID
public int getImTypeID()
getDataSetID
public int getDataSetID()
getDate
public Date getDate()
compareTo
public int compareTo(CybershakeHazardCurveRecord o)
- Specified by:
compareTo in interface Comparable<CybershakeHazardCurveRecord>
toString
public String toString()
- Overrides:
toString in class Object