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)
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)
getUpdateTime
public long getUpdateTime()
setUpdateTime
public void setUpdateTime(long updateTime)
getUpdateDateTime
public String getUpdateDateTime()
setUpdateDateTime
public void setUpdateDateTime(String updateDateTime)
getSubChannel
public String getSubChannel()
setSubChannel
public void setSubChannel(String subChannel)
getChannelTradeNo
public String getChannelTradeNo()
setChannelTradeNo
public void setChannelTradeNo(String channelTradeNo)
getOptional
public String getOptional()
setOptional
public void setOptional(String optional)
Copyright © 2015. All rights reserved.