org.sciplore.resources
Class PersonHomonym

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

@Entity
public class PersonHomonym
extends Resource


Constructor Summary
PersonHomonym()
           
PersonHomonym(String name)
           
 
Method Summary
 Integer getId()
           
 String getNameFirst()
           
 String getNameLast()
           
 String getNameMiddle()
           
 Person getPerson()
           
 Short getValid()
           
 void setId(Integer id)
           
 void setNameFirst(String nameFirst)
           
 void setNameLast(String nameLast)
           
 void setNameMiddle(String nameMiddle)
           
 void setPerson(Person person)
           
 void setValid(Short valid)
           
 
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

PersonHomonym

public PersonHomonym()

PersonHomonym

public PersonHomonym(String name)
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

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