- All Implemented Interfaces:
Serializable
A EmailVO represents an email.
- Author:
- Heiko Scherrer
- See Also:
-
-
Field Summary
Fields
The email address as String (not blank).
The fullname of the User
.
Whether this email address is the primary email used in the system.
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
void
void
void
-
Field Details
-
emailAddress
@NotBlank
private @NotBlank String emailAddress
The email address as String (not blank).
-
primary
Whether this email address is the primary email used in the system.
-
fullname
The fullname of the User
.
-
-
Method Details
-
getEmailAddress
public String getEmailAddress()
-
setEmailAddress
public void setEmailAddress(String emailAddress)
-
-
setPrimary
public void setPrimary(Boolean primary)
-
-
setFullname
public void setFullname(String fullname)
-
-
hashCode
public int hashCode()
All fields.
- Overrides:
hashCode
in class Object
-