org.gcube.data.harmonization.occurrence.model
Class ImportedOccurrenceSet
java.lang.Object
org.gcube.data.harmonization.occurrence.model.ImportedOccurrenceSet
public class ImportedOccurrenceSet
- extends Object
ImportedOccurrenceSet
public ImportedOccurrenceSet(String name,
String id,
Calendar creationDate,
String description)
toString
public String toString()
- Overrides:
toString in class Object
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id - the id to set
getCreationDate
public Calendar getCreationDate()
- Returns:
- the creationDate
setCreationDate
public void setCreationDate(Calendar creationDate)
- Parameters:
creationDate - the creationDate to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
Copyright © 2012. All Rights Reserved.