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
- 另请参见:
- 序列化表格
| 从类 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.