org.opensha.refFaultParamDb.vo
Class EstimateType
java.lang.Object
org.opensha.refFaultParamDb.vo.EstimateType
public class EstimateType
- extends Object
Title: EstimateType.java
Description: Various estimate types in types available
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 |
EstimateType
public EstimateType()
EstimateType
public EstimateType(int estimateTypeId,
String estimateName,
String effectiveDate)
getEffectiveDate
public String getEffectiveDate()
setEffectiveDate
public void setEffectiveDate(String effectiveDate)
getEstimateName
public String getEstimateName()
setEstimateName
public void setEstimateName(String estimateName)
getEstimateTypeId
public int getEstimateTypeId()
setEstimateTypeId
public void setEstimateTypeId(int estimateTypeId)