org.sciplore.resources
Class DocumentRelatedness

java.lang.Object
  extended by org.sciplore.resources.Resource
      extended by org.sciplore.resources.DocumentRelatedness

@Entity
public class DocumentRelatedness
extends Resource


Constructor Summary
DocumentRelatedness()
           
 
Method Summary
 Double getCitationBibliographicCoupling()
           
 Double getCitationCoa()
           
 Double getCitationCocitation()
           
 Double getCitationCpa()
           
 Double getCitationItif()
           
 Document getDocument1()
           
 Document getDocument2()
           
 Integer getId()
           
 Double getMindmap()
           
 Double getTextAbstract()
           
 Double getTextComplete()
           
 Double getTextMethodology()
           
 Double getTextRelatedWork()
           
 Double getTextTitle()
           
 Double getTotal()
           
 Double getUser()
           
 void setCitationBibliographicCoupling(Double citationBibliographicCoupling)
           
 void setCitationCoa(Double citationCoa)
           
 void setCitationCocitation(Double citationCocitation)
           
 void setCitationCpa(Double citationCpa)
           
 void setCitationItif(Double citationItif)
           
 void setDocument1(Document document1)
           
 void setDocument2(Document document2)
           
 void setId(Integer id)
           
 void setMindmap(Double mindmap)
           
 void setTextAbstract(Double textAbstract)
           
 void setTextComplete(Double textComplete)
           
 void setTextMethodology(Double textMethodology)
           
 void setTextRelatedWork(Double textRelatedWork)
           
 void setTextTitle(Double textTitle)
           
 void setTotal(Double total)
           
 void setUser(Double user)
           
 
Methods inherited from class org.sciplore.resources.Resource
save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentRelatedness

public DocumentRelatedness()
Method Detail

getId

public Integer getId()
Returns:
the id

setId

public void setId(Integer id)
Parameters:
id - the id to set

getDocument1

public Document getDocument1()
Returns:
the document1

setDocument1

public void setDocument1(Document document1)
Parameters:
document1 - the document1 to set

getDocument2

public Document getDocument2()
Returns:
the document2

setDocument2

public void setDocument2(Document document2)
Parameters:
document2 - the document2 to set

getTotal

public Double getTotal()
Returns:
the total

setTotal

public void setTotal(Double total)
Parameters:
total - the total to set

getTextComplete

public Double getTextComplete()
Returns:
the textComplete

setTextComplete

public void setTextComplete(Double textComplete)
Parameters:
textComplete - the textComplete to set

getTextTitle

public Double getTextTitle()
Returns:
the textTitle

setTextTitle

public void setTextTitle(Double textTitle)
Parameters:
textTitle - the textTitle to set

getTextAbstract

public Double getTextAbstract()
Returns:
the textAbstract

setTextAbstract

public void setTextAbstract(Double textAbstract)
Parameters:
textAbstract - the textAbstract to set

getTextRelatedWork

public Double getTextRelatedWork()
Returns:
the textRelatedWork

setTextRelatedWork

public void setTextRelatedWork(Double textRelatedWork)
Parameters:
textRelatedWork - the textRelatedWork to set

getTextMethodology

public Double getTextMethodology()
Returns:
the textMethodology

setTextMethodology

public void setTextMethodology(Double textMethodology)
Parameters:
textMethodology - the textMethodology to set

getCitationCocitation

public Double getCitationCocitation()
Returns:
the citationCocitation

setCitationCocitation

public void setCitationCocitation(Double citationCocitation)
Parameters:
citationCocitation - the citationCocitation to set

getCitationBibliographicCoupling

public Double getCitationBibliographicCoupling()
Returns:
the citationBibliographicCoupling

setCitationBibliographicCoupling

public void setCitationBibliographicCoupling(Double citationBibliographicCoupling)
Parameters:
citationBibliographicCoupling - the citationBibliographicCoupling to set

getCitationItif

public Double getCitationItif()
Returns:
the citationItif

setCitationItif

public void setCitationItif(Double citationItif)
Parameters:
citationItif - the citationItif to set

getCitationCpa

public Double getCitationCpa()
Returns:
the citationCpa

setCitationCpa

public void setCitationCpa(Double citationCpa)
Parameters:
citationCpa - the citationCpa to set

getCitationCoa

public Double getCitationCoa()
Returns:
the citationCoa

setCitationCoa

public void setCitationCoa(Double citationCoa)
Parameters:
citationCoa - the citationCoa to set

getMindmap

public Double getMindmap()
Returns:
the mindmap

setMindmap

public void setMindmap(Double mindmap)
Parameters:
mindmap - the mindmap to set

getUser

public Double getUser()
Returns:
the user

setUser

public void setUser(Double user)
Parameters:
user - the user to set