Class EmailAddressInfo

java.lang.Object
org.nekosoft.pdffer.props.EmailAddressInfo

public class EmailAddressInfo extends Object
A Property POJO part that represents an email address.
  • Constructor Details

    • EmailAddressInfo

      public EmailAddressInfo(String name, String address)
      Instantiates new email address info.
      Parameters:
      name - the name of the owner of the address
      address - the email address
  • Method Details

    • getName

      public String getName()
      Gets the name of the owner of the address.
      Returns:
      the name of the owner of the address
    • getAddress

      public String getAddress()
      Gets the email address.
      Returns:
      the email address