org.opensha.refFaultParamDb.vo
Class PaleoSitePublication
java.lang.Object
org.opensha.refFaultParamDb.vo.PaleoSitePublication
public class PaleoSitePublication
- extends Object
Title: PaleoSitePublications.java
Description: It saves the paleo site Id, reference associated with it and
site types and representative strand indices for it as provided by that reference(publication)
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- not attributable
PaleoSitePublication
public PaleoSitePublication()
toString
public String toString()
- Overrides:
toString in class Object
getContributorName
public String getContributorName()
getReference
public Reference getReference()
getRepresentativeStrandName
public String getRepresentativeStrandName()
getSiteEntryDate
public String getSiteEntryDate()
getSiteId
public int getSiteId()
getSiteTypeNames
public ArrayList<String> getSiteTypeNames()
setSiteTypeNames
public void setSiteTypeNames(ArrayList<String> siteTypeNames)
setSiteId
public void setSiteId(int siteId)
setSiteEntryDate
public void setSiteEntryDate(String siteEntryDate)
setRepresentativeStrandName
public void setRepresentativeStrandName(String representativeStrandName)
setReference
public void setReference(Reference reference)
setContributorName
public void setContributorName(String contributorName)
getEntryDate
public String getEntryDate()
setEntryDate
public void setEntryDate(String entryDate)