org.opensha.sha.cybershake.db
Class PeakAmplitudesRecord
java.lang.Object
org.opensha.sha.cybershake.db.PeakAmplitudesRecord
public class PeakAmplitudesRecord
- extends Object
|
Constructor Summary |
PeakAmplitudesRecord(int runID,
int sourceID,
int rupID,
int rupVarID,
int imTypeID,
double value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeakAmplitudesRecord
public PeakAmplitudesRecord(int runID,
int sourceID,
int rupID,
int rupVarID,
int imTypeID,
double value)
getRunID
public int getRunID()
getSourceID
public int getSourceID()
getRupID
public int getRupID()
getRupVarID
public int getRupVarID()
getImTypeID
public int getImTypeID()
getValue
public double getValue()
fromResultSet
public static PeakAmplitudesRecord fromResultSet(ResultSet rs)
throws SQLException
- Throws:
SQLException