Class EffectiveRecipient.ClientRepresentation
java.lang.Object
ch.tocco.nice2.optional.address.api.recipient.EffectiveRecipient.ClientRepresentation
- All Implemented Interfaces:
Serializable
- Enclosing interface:
EffectiveRecipient
The simple representation of a
EffectiveRecipient
to be used for client UI.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setAddressDisplay
(String addressDisplay) void
setAddressForOutput
(String addressForOutput) void
setAddressPk
(String addressPk) void
setEmailAddress
(String emailAddress) void
setFirstname
(String firstname) void
setLastname
(String lastname) void
setPersonDisplay
(String personDisplay) void
setPersonPk
(String personPk) void
setSalutationForOutput
(String salutationForOutput)
-
Constructor Details
-
ClientRepresentation
public ClientRepresentation()
-
-
Method Details
-
getPersonPk
-
setPersonPk
-
getPersonDisplay
-
setPersonDisplay
-
getAddressPk
-
setAddressPk
-
getAddressDisplay
-
setAddressDisplay
-
getAddressForOutput
-
setAddressForOutput
-
getSalutationForOutput
-
setSalutationForOutput
-
getEmailAddress
-
setEmailAddress
-
getFirstname
-
setFirstname
-
getLastname
-
setLastname
-
hashCode
public int hashCode() -
equals
-