org.gcube.data.harmonization.occurrence.db.model
Class ToMergeImported
java.lang.Object
com.j256.ormlite.misc.BaseDaoEnabled<ToMergeImported,String>
org.gcube.data.harmonization.occurrence.db.model.ToMergeImported
public class ToMergeImported
- extends com.j256.ormlite.misc.BaseDaoEnabled<ToMergeImported,String>
| Fields inherited from class com.j256.ormlite.misc.BaseDaoEnabled |
dao |
| Methods inherited from class com.j256.ormlite.misc.BaseDaoEnabled |
create, delete, extractId, getDao, objectsEqual, objectToString, refresh, setDao, update, updateId |
IMPORTED_ID
public static final String IMPORTED_ID
- See Also:
- Constant Field Values
MERGE_ID
public static final String MERGE_ID
- See Also:
- Constant Field Values
ToMergeImported
public ToMergeImported()
ToMergeImported
public ToMergeImported(ImportReference importReference,
MergeReference mergeReference)
getImportReference
public ImportReference getImportReference()
- Returns:
- the importReference
setImportReference
public void setImportReference(ImportReference importReference)
- Parameters:
importReference - the importReference to set
getMergeReference
public MergeReference getMergeReference()
- Returns:
- the mergeReference
setMergeReference
public void setMergeReference(MergeReference mergeReference)
- Parameters:
mergeReference - the mergeReference to set
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id - the id to set
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
getMergePerImportPreparedQuery
public static com.j256.ormlite.stmt.PreparedQuery<MergeReference> getMergePerImportPreparedQuery()
throws SQLException
- Throws:
SQLException
getImportPerMergePreparedQuery
public static com.j256.ormlite.stmt.PreparedQuery<ImportReference> getImportPerMergePreparedQuery()
throws SQLException
- Throws:
SQLException
Copyright © 2012. All Rights Reserved.