org.sciplore.resources
Class PersonXref
java.lang.Object
org.sciplore.resources.Resource
org.sciplore.resources.PersonXref
@Entity
public class PersonXref
- extends Resource
Methods inherited from class org.sciplore.resources.Resource |
save |
PersonXref
public PersonXref()
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