@Entity public class Email extends BaseEntity
Constructor and Description |
---|
Email() |
Email(User user) |
Email(User user,
String address) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
User |
getUser() |
void |
setAddress(String address) |
void |
setUser(User user) |
equals, getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, hashCode, isNew, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
Copyright © 2019. All rights reserved.