Package br.com.senior.hcm.payroll.pojos
Class Phonecontact
- java.lang.Object
-
- br.com.senior.hcm.payroll.pojos.Phonecontact
-
public class Phonecontact extends Object
Phonecontact
-
-
Constructor Summary
Constructors Constructor Description Phonecontact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Phonecontactcontacttype(PhoneContactType contacttype)Phonecontactcountrycode(Integer countrycode)booleanequals(Object o)Phonecontactextention(String extention)PhoneContactTypegetContacttype()Get contacttypeIntegergetCountrycode()Código do país (DDI)StringgetExtention()Ramal do telefoneStringgetId()Id do telefoneIntegergetLocalcode()Código da localidade (DDD)StringgetNumber()Número do telefoneinthashCode()Phonecontactid(String id)Phonecontactlocalcode(Integer localcode)Phonecontactnumber(String number)voidsetContacttype(PhoneContactType contacttype)voidsetCountrycode(Integer countrycode)voidsetExtention(String extention)voidsetId(String id)voidsetLocalcode(Integer localcode)voidsetNumber(String number)StringtoString()
-
-
-
Method Detail
-
number
public Phonecontact number(String number)
-
getNumber
public String getNumber()
Número do telefone- Returns:
- number
-
setNumber
public void setNumber(String number)
-
extention
public Phonecontact extention(String extention)
-
getExtention
public String getExtention()
Ramal do telefone- Returns:
- extention
-
setExtention
public void setExtention(String extention)
-
contacttype
public Phonecontact contacttype(PhoneContactType contacttype)
-
getContacttype
public PhoneContactType getContacttype()
Get contacttype- Returns:
- contacttype
-
setContacttype
public void setContacttype(PhoneContactType contacttype)
-
countrycode
public Phonecontact countrycode(Integer countrycode)
-
getCountrycode
public Integer getCountrycode()
Código do país (DDI)- Returns:
- countrycode
-
setCountrycode
public void setCountrycode(Integer countrycode)
-
localcode
public Phonecontact localcode(Integer localcode)
-
getLocalcode
public Integer getLocalcode()
Código da localidade (DDD)- Returns:
- localcode
-
setLocalcode
public void setLocalcode(Integer localcode)
-
id
public Phonecontact id(String id)
-
getId
public String getId()
Id do telefone- Returns:
- id
-
setId
public void setId(String id)
-
-