org.sciplore.resources
Class PersonXref

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

@Entity
public class PersonXref
extends Resource


Constructor Summary
PersonXref()
           
 
Method Summary
 Integer getId()
           
 Person getPerson()
           
 String getSource()
           
 String getSourcesId()
           
 void setId(Integer id)
           
 void setPerson(Person person)
           
 void setSource(String source)
           
 void setSourcesId(String sourcesId)
           
 
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

PersonXref

public PersonXref()
Method Detail

getId

public Integer getId()
Returns:
the id

setId

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

getPerson

public Person getPerson()
Returns:
the person

setPerson

public void setPerson(Person person)
Parameters:
person - the person to set

getSource

public String getSource()
Returns:
the source

setSource

public void setSource(String source)
Parameters:
source - the source to set

getSourcesId

public String getSourcesId()
Returns:
the sourcesId

setSourcesId

public void setSourcesId(String sourcesId)
Parameters:
sourcesId - the sourcesId to set