org.gcube.data.harmonization.occurrence.db.model
Class ToMergeImported

java.lang.Object
  extended by com.j256.ormlite.misc.BaseDaoEnabled<ToMergeImported,String>
      extended by org.gcube.data.harmonization.occurrence.db.model.ToMergeImported

public class ToMergeImported
extends com.j256.ormlite.misc.BaseDaoEnabled<ToMergeImported,String>


Field Summary
static String IMPORTED_ID
           
static String MERGE_ID
           
 
Fields inherited from class com.j256.ormlite.misc.BaseDaoEnabled
dao
 
Constructor Summary
ToMergeImported()
           
ToMergeImported(ImportReference importReference, MergeReference mergeReference)
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getId()
           
static com.j256.ormlite.stmt.PreparedQuery<ImportReference> getImportPerMergePreparedQuery()
           
 ImportReference getImportReference()
           
static com.j256.ormlite.stmt.PreparedQuery<MergeReference> getMergePerImportPreparedQuery()
           
 MergeReference getMergeReference()
           
 int hashCode()
           
 void setId(Integer id)
           
 void setImportReference(ImportReference importReference)
           
 void setMergeReference(MergeReference mergeReference)
           
 String toString()
           
 
Methods inherited from class com.j256.ormlite.misc.BaseDaoEnabled
create, delete, extractId, getDao, objectsEqual, objectToString, refresh, setDao, update, updateId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ToMergeImported

public ToMergeImported()

ToMergeImported

public ToMergeImported(ImportReference importReference,
                       MergeReference mergeReference)
Method Detail

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.