org.opensha.refFaultParamDb.vo
Class FaultSectionSummary
java.lang.Object
org.opensha.refFaultParamDb.vo.FaultSectionSummary
public class FaultSectionSummary
- extends Object
Returns id and name for fault section in the table
- Author:
- vipingupta
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaultSectionSummary
public FaultSectionSummary()
FaultSectionSummary
public FaultSectionSummary(int sectionId,
String sectionName)
getSectionId
public int getSectionId()
setSectionId
public void setSectionId(int sectionId)
getSectionName
public String getSectionName()
setSectionName
public void setSectionName(String sectionName)
getAsString
public String getAsString()
getFaultSectionSummary
public static FaultSectionSummary getFaultSectionSummary(String faultSectionSummaryAsStr)