@Entity public class PersonName extends Object implements Serializable
Constructor and Description |
---|
PersonName() |
PersonName(Contact contact,
String name) |
PersonName(Contact contact,
String langCode,
String name) |
Modifier and Type | Method and Description |
---|---|
Contact |
getContact() |
Long |
getId() |
String |
getLangCode() |
String |
getName() |
void |
setContact(Contact contact) |
void |
setId(Long id) |
void |
setLangCode(String langCode) |
void |
setName(String name) |
public Long getId()
public void setId(Long id)
public Contact getContact()
public void setContact(Contact contact)
public String getLangCode()
public void setLangCode(String langCode)
public String getName()
public void setName(String name)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.