Class Phonecontact


  • public class Phonecontact
    extends Object
    Phonecontact
    • Constructor Detail

      • Phonecontact

        public Phonecontact()
    • Method Detail

      • getNumber

        public String getNumber()
        Número do telefone
        Returns:
        number
      • setNumber

        public void setNumber​(String number)
      • getExtention

        public String getExtention()
        Ramal do telefone
        Returns:
        extention
      • setExtention

        public void setExtention​(String extention)
      • getContacttype

        public PhoneContactType getContacttype()
        Get contacttype
        Returns:
        contacttype
      • getCountrycode

        public Integer getCountrycode()
        Código do país (DDI)
        Returns:
        countrycode
      • setCountrycode

        public void setCountrycode​(Integer countrycode)
      • getLocalcode

        public Integer getLocalcode()
        Código da localidade (DDD)
        Returns:
        localcode
      • setLocalcode

        public void setLocalcode​(Integer localcode)
      • getId

        public String getId()
        Id do telefone
        Returns:
        id
      • setId

        public void setId​(String id)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object