@Entity public class Email extends Object implements Serializable
Constructor and Description |
---|
Email() |
Email(Contact contact,
String emailAddress) |
Email(Contact contact,
String useType,
String emailAddress) |
Modifier and Type | Method and Description |
---|---|
Contact |
getContact() |
String |
getEmailAddress() |
Long |
getId() |
String |
getUseType() |
void |
setContact(Contact contact) |
void |
setEmailAddress(String emailAddress) |
void |
setId(Long id) |
void |
setUseType(String useType) |
public Long getId()
public void setId(Long id)
public Contact getContact()
public void setContact(Contact contact)
public String getUseType()
public void setUseType(String useType)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.