cn.beecloud.bean
类 BCOrderBean
java.lang.Object
cn.beecloud.bean.BCOrderBean
public class BCOrderBean
- extends Object
A class which is used to encapsulate the order returned by order query.
- 作者:
- Ray
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BCOrderBean
public BCOrderBean()
getBill_no
public String getBill_no()
setBill_no
public void setBill_no(String bill_no)
getBuyer_id
public String getBuyer_id()
setBuyer_id
public void setBuyer_id(String buyer_id)
getTotal_fee
public String getTotal_fee()
setTotal_fee
public void setTotal_fee(String total_fee)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDesc
public String getDesc()
setDesc
public void setDesc(String desc)
isSpay_result
public boolean isSpay_result()
setSpay_result
public void setSpay_result(boolean spay_result)
getCreated_time
public long getCreated_time()
setCreated_time
public void setCreated_time(long created_time)
getDateTime
public String getDateTime()
setDateTime
public void setDateTime(String dateTime)
getChannel
public String getChannel()
setChannel
public void setChannel(String channel)
Copyright © 2015. All rights reserved.