Phone.LineType, Phone.Reputation
Modifier and Type | Method and Description |
---|---|
Location |
getBestLocation() |
LocationAssociation |
getBestLocationAssociation() |
java.lang.String |
getCarrier() |
java.lang.String |
getCountryCallingCode() |
java.lang.Boolean |
getDoNotCall() |
java.lang.String |
getExtension() |
Phone.LineType |
getLineType() |
java.lang.String |
getName()
A standardized method for getting the primary, human readable,
formatted String version of this entity.
|
java.lang.String |
getPhoneNumber() |
java.lang.Boolean |
getPrepaid() |
Phone.Reputation |
getReputation() |
java.lang.Boolean |
getValid() |
void |
setBestLocationAssociation(LocationAssociation bestLocationAssociation) |
void |
setCarrier(java.lang.String carrier) |
void |
setCountryCallingCode(java.lang.String countryCallingCode) |
void |
setDoNotCall(java.lang.Boolean doNotCall) |
void |
setExtension(java.lang.String extension) |
void |
setLineType(Phone.LineType lineType) |
void |
setPhoneNumber(java.lang.String phoneNumber) |
void |
setPrepaid(java.lang.Boolean prepaid) |
void |
setReputation(Phone.Reputation reputation) |
void |
setValid(java.lang.Boolean valid) |
getAssociations, getBusinessAssociations, getBusinesses, getEntities, getId, getLocationAssociations, getLocations, getPeople, getPersonAssociations, getPhoneAssociations, getPhones, isLoaded, isProxy, load, setBusinessAssociations, setId, setLocationAssociations, setPersonAssociations, setPhoneAssociations
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociations, getBusinessAssociations, getBusinesses, getEntities, getId, getLocationAssociations, getLocations, getPeople, getPersonAssociations, getPhoneAssociations, getPhones, isLoaded, isProxy, load
public PhoneImpl()
public PhoneImpl(EntityId id)
public Phone.LineType getLineType()
getLineType
in interface Phone
public void setLineType(Phone.LineType lineType)
public java.lang.String getPhoneNumber()
getPhoneNumber
in interface Phone
public void setPhoneNumber(java.lang.String phoneNumber)
public java.lang.String getCountryCallingCode()
getCountryCallingCode
in interface Phone
public void setCountryCallingCode(java.lang.String countryCallingCode)
public java.lang.String getExtension()
getExtension
in interface Phone
public void setExtension(java.lang.String extension)
public java.lang.String getCarrier()
getCarrier
in interface Phone
public void setCarrier(java.lang.String carrier)
public Phone.Reputation getReputation()
getReputation
in interface Phone
public void setReputation(Phone.Reputation reputation)
public java.lang.Boolean getDoNotCall()
getDoNotCall
in interface Phone
public void setDoNotCall(java.lang.Boolean doNotCall)
public java.lang.Boolean getPrepaid()
getPrepaid
in interface Phone
public void setPrepaid(java.lang.Boolean prepaid)
public void setValid(java.lang.Boolean valid)
public LocationAssociation getBestLocationAssociation()
getBestLocationAssociation
in interface Phone
public void setBestLocationAssociation(LocationAssociation bestLocationAssociation)
public Location getBestLocation()
getBestLocation
in interface Phone
public java.lang.String getName()
Entity
getName
in interface Entity
getName
in class EntityImpl