org.sciplore.resources
Class PersonHomonym
java.lang.Object
org.sciplore.resources.Resource
org.sciplore.resources.PersonHomonym
@Entity
public class PersonHomonym
- extends Resource
Methods inherited from class org.sciplore.resources.Resource |
save |
PersonHomonym
public PersonHomonym()
PersonHomonym
public PersonHomonym(String name)
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
getNameFirst
public String getNameFirst()
- Returns:
- the nameFirst
setNameFirst
public void setNameFirst(String nameFirst)
- Parameters:
nameFirst
- the nameFirst to set
getNameMiddle
public String getNameMiddle()
- Returns:
- the nameMiddle
setNameMiddle
public void setNameMiddle(String nameMiddle)
- Parameters:
nameMiddle
- the nameMiddle to set
getNameLast
public String getNameLast()
- Returns:
- the nameLast
setNameLast
public void setNameLast(String nameLast)
- Parameters:
nameLast
- the nameLast to set
getValid
public Short getValid()
- Returns:
- the valid
setValid
public void setValid(Short valid)
- Parameters:
valid
- the valid to set