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

构造方法摘要
BCOrderBean()
           
 
方法摘要
 String getBillNo()
           
 String getBuyerId()
           
 String getChannel()
           
 long getCreatedTime()
           
 String getDateTime()
           
 String getDesc()
           
 String getTitle()
           
 String getTotalFee()
           
 boolean isSpayResult()
           
 void setBillNo(String billNo)
           
 void setBuyerId(String buyerId)
           
 void setChannel(String channel)
           
 void setCreatedTime(long createdTime)
           
 void setDateTime(String dateTime)
           
 void setDesc(String desc)
           
 void setSpayResult(boolean spayResult)
           
 void setTitle(String title)
           
 void setTotalFee(String totalFee)
           
 
从类 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.