org.gcube.data.harmonization.occurrence.model
Class ImportedOccurrenceSet

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.model.ImportedOccurrenceSet

public class ImportedOccurrenceSet
extends Object


Constructor Summary
ImportedOccurrenceSet(String name, String id, Calendar creationDate, String description)
           
 
Method Summary
 Calendar getCreationDate()
           
 String getDescription()
           
 String getId()
           
 String getName()
           
 void setCreationDate(Calendar creationDate)
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportedOccurrenceSet

public ImportedOccurrenceSet(String name,
                             String id,
                             Calendar creationDate,
                             String description)
Method Detail

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.