public abstract class AbstractPhoneNumberItemSuggest extends Object implements com.google.gwt.user.client.ui.SuggestOracle.Suggestion
| Constructor and Description |
|---|
AbstractPhoneNumberItemSuggest()
default constructor.
|
AbstractPhoneNumberItemSuggest(String pcountryCode,
String pcountryName,
String pareaCode,
String pareaName)
constructor initializing fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAreaCode() |
String |
getAreaName() |
String |
getCountryCode() |
String |
getCountryName() |
abstract String |
getDisplayString() |
abstract String |
getReplacementString() |
void |
setAreaCode(String pareaCode) |
void |
setAreaName(String pareaName) |
void |
setCountryCode(String pcountryCode) |
void |
setCountryName(String pcountryName) |
public AbstractPhoneNumberItemSuggest()
public AbstractPhoneNumberItemSuggest(String pcountryCode, String pcountryName, String pareaCode, String pareaName)
pcountryCode - country code to setpcountryName - country name to setpareaCode - area code to setpareaName - area name to setpublic abstract String getDisplayString()
getDisplayString in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestionpublic abstract String getReplacementString()
getReplacementString in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestionpublic final String getCountryCode()
public final void setCountryCode(String pcountryCode)
public final String getCountryName()
public final void setCountryName(String pcountryName)
public final String getAreaCode()
public final void setAreaCode(String pareaCode)
public final String getAreaName()
public final void setAreaName(String pareaName)
Copyright © 2015–2017. All rights reserved.