public class Phone extends ModelObject
HRImport for more details.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
country |
protected String |
extension |
protected boolean |
isDefault |
protected String |
phoneNumber |
protected String |
phoneType |
| Constructor and Description |
|---|
Phone() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
String |
getExtension() |
String |
getPhoneNumber() |
String |
getPhoneType() |
boolean |
isActive() |
boolean |
isDefault() |
void |
setActive(boolean active) |
void |
setCountry(String country) |
void |
setDefault(boolean isDefault) |
void |
setExtension(String extension) |
void |
setPhoneNumber(String phoneNumber) |
void |
setPhoneType(String phoneType) |
trimToNull@NotNull protected String phoneType
@NotNull protected String phoneNumber
protected String extension
protected String country
protected boolean isDefault
protected boolean active
public String getPhoneType()
public void setPhoneType(String phoneType)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public String getExtension()
public void setExtension(String extension)
public String getCountry()
public void setCountry(String country)
public boolean isDefault()
public void setDefault(boolean isDefault)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2018 KualiCo. All rights reserved.