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()
getBillNo
public String getBillNo()
setBillNo
public void setBillNo(String billNo)
getBuyerId
public String getBuyerId()
setBuyerId
public void setBuyerId(String buyerId)
getTotalFee
public String getTotalFee()
setTotalFee
public void setTotalFee(String totalFee)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDesc
public String getDesc()
setDesc
public void setDesc(String desc)
isSpayResult
public boolean isSpayResult()
setSpayResult
public void setSpayResult(boolean spayResult)
getCreatedTime
public long getCreatedTime()
setCreatedTime
public void setCreatedTime(long createdTime)
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.