org.opensha.refFaultParamDb.vo
Class DeformationModelSummary
java.lang.Object
org.opensha.refFaultParamDb.vo.DeformationModelSummary
- All Implemented Interfaces:
- Serializable, XMLSaveable
public class DeformationModelSummary
- extends Object
- implements Serializable, XMLSaveable
- Author:
- vipingupta
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_METADATA_NAME
public static final String XML_METADATA_NAME
- See Also:
- Constant Field Values
DeformationModelSummary
public DeformationModelSummary()
getContributor
public Contributor getContributor()
setContributor
public void setContributor(Contributor contributor)
getDeformationModelId
public int getDeformationModelId()
setDeformationModelId
public void setDeformationModelId(int deformationModelId)
getDeformationModelName
public String getDeformationModelName()
setDeformationModelName
public void setDeformationModelName(String deformationModelName)
getFaultModel
public FaultModelSummary getFaultModel()
setFaultModel
public void setFaultModel(FaultModelSummary faultModel)
toXMLMetadata
public Element toXMLMetadata(Element root)
- Specified by:
toXMLMetadata in interface XMLSaveable
fromXMLMetadata
public static DeformationModelSummary fromXMLMetadata(Element el)