org.gcube.data.harmonization.occurrence.db.model
Class ImportReference
java.lang.Object
org.gcube.data.harmonization.occurrence.db.model.ExecutionReference
org.gcube.data.harmonization.occurrence.db.model.ImportReference
public class ImportReference
- extends ExecutionReference
| Methods inherited from class org.gcube.data.harmonization.occurrence.db.model.ExecutionReference |
getAuthor, getCompletionTime, getId, getProgress, getScope, getStartTime, getState, getSubmissionTime, setAuthor, setCompletionTime, setId, setProgress, setScope, setStartTime, setState, setSubmissionTime |
STREAM_FIELD
public static final String STREAM_FIELD
- See Also:
- Constant Field Values
PERSISTENCE_FIELD
public static final String PERSISTENCE_FIELD
- See Also:
- Constant Field Values
TO_MERGE_FIELD
public static final String TO_MERGE_FIELD
- See Also:
- Constant Field Values
IMPORT_TYPE_FILED
public static final String IMPORT_TYPE_FILED
- See Also:
- Constant Field Values
ImportReference
public ImportReference(ImportReference.ImportRequest request)
throws Exception
- Throws:
Exception
ImportReference
public ImportReference()
getToMergeImportedReferences
public com.j256.ormlite.dao.ForeignCollection<ToMergeImported> getToMergeImportedReferences()
- Returns:
- the toMergeImportedReferences
setToMergeImportedReferences
public void setToMergeImportedReferences(com.j256.ormlite.dao.ForeignCollection<ToMergeImported> toMergeImportedReferences)
- Parameters:
toMergeImportedReferences - the toMergeImportedReferences to set
getType
public org.gcube.data.harmonization.occurrence.stubs.ImportType getType()
- Returns:
- the type
setType
public void setType(org.gcube.data.harmonization.occurrence.stubs.ImportType type)
- Parameters:
type - the type to set
getStreamUri
public String getStreamUri()
- Returns:
- the streamUri
setStreamUri
public void setStreamUri(String streamUri)
- Parameters:
streamUri - the streamUri to set
getPersistenceUri
public String getPersistenceUri()
- Returns:
- the persistenceUri
setPersistenceUri
public void setPersistenceUri(String persistenceUri)
- Parameters:
persistenceUri - the persistenceUri to set
equals
public boolean equals(Object obj)
- Overrides:
equals in class ExecutionReference
hashCode
public int hashCode()
- Overrides:
hashCode in class ExecutionReference
toString
public String toString()
- Overrides:
toString in class ExecutionReference
updateStatus
public void updateStatus(ExecutionState toSet)
throws Exception
- Specified by:
updateStatus in class ExecutionReference
- Throws:
Exception
Copyright © 2012. All Rights Reserved.