org.opensha.refFaultParamDb.vo
Class FaultSection2002
java.lang.Object
org.opensha.refFaultParamDb.vo.FaultSection2002
public class FaultSection2002
- extends Object
Title: FaultSection2002.java
Description: Read the fault section 2002 database.
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- not attributable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaultSection2002
public FaultSection2002()
getAveDip
public float getAveDip()
getAveLongTermSlipRate
public float getAveLongTermSlipRate()
getAveLowerSeisDepth
public float getAveLowerSeisDepth()
getAveUpperSeisDepth
public float getAveUpperSeisDepth()
getComments
public String getComments()
getEntryDate
public String getEntryDate()
getFaultId
public String getFaultId()
getFaultModel
public String getFaultModel()
getFaultTrace
public FaultTrace getFaultTrace()
getNshm02Id
public String getNshm02Id()
getSectionId
public String getSectionId()
getSectionName
public String getSectionName()
setAveDip
public void setAveDip(float aveDip)
setAveLongTermSlipRate
public void setAveLongTermSlipRate(float aveLongTermSlipRate)
setAveLowerSeisDepth
public void setAveLowerSeisDepth(float aveLowerSeisDepth)
setAveUpperSeisDepth
public void setAveUpperSeisDepth(float aveUpperSeisDepth)
setComments
public void setComments(String comments)
setEntryDate
public void setEntryDate(String entryDate)
setFaultId
public void setFaultId(String faultId)
setFaultModel
public void setFaultModel(String faultModel)
setFaultTrace
public void setFaultTrace(FaultTrace faultTrace)
setNshm02Id
public void setNshm02Id(String nshm02Id)
setSectionId
public void setSectionId(String sectionId)
setSectionName
public void setSectionName(String sectionName)
getSimpleFaultData
public SimpleFaultData getSimpleFaultData()