com.xunlei.channel.db.pojo
类 CustomOrder

java.lang.Object
  继承者 com.xunlei.channel.db.pojo.AbstractBaseEntity
      继承者 com.xunlei.channel.db.pojo.CustomOrder
所有已实现的接口:
Serializable

public class CustomOrder
extends AbstractBaseEntity

人工定制订单操作记录表

作者:
gonglijian
另请参见:
序列化表格

字段摘要
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的字段
createTime, id, updateTime
 
构造方法摘要
CustomOrder()
           
 
方法摘要
 String getAdminName()
           
 String getCustomType()
           
 String getFailMsg()
           
 String getStatus()
           
 String getXunleiPayId()
           
 void setAdminName(String adminName)
           
 void setCustomType(String customType)
           
 void setFailMsg(String failMsg)
           
 void setStatus(String status)
           
 void setXunleiPayId(String xunleiPayId)
           
 
从类 com.xunlei.channel.db.pojo.AbstractBaseEntity 继承的方法
getCreateTime, getId, getRemark, getUpdateTime, isNew, setId, setRemark
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CustomOrder

public CustomOrder()
方法详细信息

getFailMsg

public String getFailMsg()
返回:
the failMsg

setFailMsg

public void setFailMsg(String failMsg)
参数:
failMsg - the failMsg to set

getXunleiPayId

public String getXunleiPayId()
返回:
the xunleiPayId

setXunleiPayId

public void setXunleiPayId(String xunleiPayId)
参数:
xunleiPayId - the xunleiPayId to set

getCustomType

public String getCustomType()
返回:
the customType

setCustomType

public void setCustomType(String customType)
参数:
customType - the customType to set

getStatus

public String getStatus()
返回:
the status

setStatus

public void setStatus(String status)
参数:
status - the status to set

getAdminName

public String getAdminName()
返回:
the adminName

setAdminName

public void setAdminName(String adminName)
参数:
adminName - the adminName to set


Copyright © 2016. All rights reserved.