Package org.nekosoft.pdffer.props
Class EmailAddressInfo
java.lang.Object
org.nekosoft.pdffer.props.EmailAddressInfo
A Property POJO part that represents an email address.
-
Constructor Summary
ConstructorDescriptionEmailAddressInfo(String name, String address)
Instantiates new email address info. -
Method Summary
Modifier and TypeMethodDescriptionGets the email address.getName()
Gets the name of the owner of the address.
-
Constructor Details
-
EmailAddressInfo
Instantiates new email address info.- Parameters:
name
- the name of the owner of the addressaddress
- the email address
-
-
Method Details
-
getName
Gets the name of the owner of the address.- Returns:
- the name of the owner of the address
-
getAddress
Gets the email address.- Returns:
- the email address
-