Class PhoneIdentifier


  • public class PhoneIdentifier
    extends Identifier
    The user is identified by a phone number.
    • Field Detail

      • country

        private String country
        The country that the phone number is from.
      • phone

        private String phone
        The phone number.
    • Constructor Detail

      • PhoneIdentifier

        public PhoneIdentifier()
    • Method Detail

      • getCountry

        public String getCountry()
      • setCountry

        public void setCountry​(String country)
      • getPhone

        public String getPhone()
      • setPhone

        public void setPhone​(String phone)
      • getType

        public String getType()
        Description copied from class: Identifier
        The identifier type.
        Specified by:
        getType in class Identifier
        Returns:
        The identifier type.