public class PriceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
Modifier | Constructor and Description |
---|---|
|
PriceInfo() |
protected |
PriceInfo(Parcel in) |
Modifier and Type | Method and Description |
---|---|
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)