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 getBill_no()
           
 String getBuyer_id()
           
 String getChannel()
           
 long getCreated_time()
           
 String getDateTime()
           
 String getDesc()
           
 String getTitle()
           
 String getTotal_fee()
           
 boolean isSpay_result()
           
 void setBill_no(String bill_no)
           
 void setBuyer_id(String buyer_id)
           
 void setChannel(String channel)
           
 void setCreated_time(long created_time)
           
 void setDateTime(String dateTime)
           
 void setDesc(String desc)
           
 void setSpay_result(boolean spay_result)
           
 void setTitle(String title)
           
 void setTotal_fee(String total_fee)
           
 
从类 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.