public class CountryBo
extends java.lang.Object
implements android.os.Parcelable
限定符 | 构造器和说明 |
---|---|
|
CountryBo() |
protected |
CountryBo(android.os.Parcel in) |
|
CountryBo(java.lang.String countryName,
java.lang.String countryImgUrl,
java.lang.String countryCode,
int liveNumber,
double countryLnt,
double countryLat) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
java.lang.String |
getCountryCode() |
java.lang.String |
getcountryImgUrl() |
double |
getCountryLat() |
double |
getCountryLnt() |
java.lang.String |
getCountryName() |
int |
getLiveNumber() |
void |
setCountryCode(java.lang.String countryCode) |
void |
setcountryImgUrl(java.lang.String countryAbbr) |
void |
setCountryLat(double countryLat) |
void |
setCountryLnt(double countryLnt) |
void |
setCountryName(java.lang.String countryName) |
void |
setLiveNumber(int liveNumber) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<CountryBo> CREATOR
public CountryBo()
public CountryBo(java.lang.String countryName, java.lang.String countryImgUrl, java.lang.String countryCode, int liveNumber, double countryLnt, double countryLat)
protected CountryBo(android.os.Parcel in)
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable
public int describeContents()
describeContents
在接口中 android.os.Parcelable
public java.lang.String getCountryName()
public void setCountryName(java.lang.String countryName)
public java.lang.String getcountryImgUrl()
public void setcountryImgUrl(java.lang.String countryAbbr)
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
public int getLiveNumber()
public void setLiveNumber(int liveNumber)
public double getCountryLnt()
public void setCountryLnt(double countryLnt)
public double getCountryLat()
public void setCountryLat(double countryLat)