public class PriceInfo
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static <any> |
CREATOR |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
double |
getTicketPrice()
获取票价格(元)
|
int |
getTicketType()
获取票类型
|
void |
setTicketPrice(double price) |
void |
setTicketType(int type) |
void |
writeToParcel(Parcel dest,
int flags) |
public int getTicketType()
public void setTicketType(int type)
public double getTicketPrice()
public void setTicketPrice(double price)
public int describeContents()
public void writeToParcel(Parcel dest, int flags)