com.xunlei.channel.db.pojo
类 AbstractBaseEntity
java.lang.Object
com.xunlei.channel.db.pojo.AbstractBaseEntity
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- AbstractContact, AbstractOrder, Biz, BizAutoPayRecord, BizAutoPayReq, BizAutoPayResult, BizContactPayLimit, ChannelAutoPayQuit, ChannelAutoPayResult, ContactPayLimit, CustomOrder, Partner, PayNotice, PayNoticeOk, Product, RiskControlResult, RiskControlTask, User
public abstract class AbstractBaseEntity
- extends Object
- implements Serializable
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
createTime
protected Date createTime
updateTime
protected Date updateTime
AbstractBaseEntity
public AbstractBaseEntity()
getCreateTime
public Date getCreateTime()
- 返回:
- the createTime
getUpdateTime
public Date getUpdateTime()
- 返回:
- the updateTime
getId
public Long getId()
setId
public void setId(Long id)
getRemark
public String getRemark()
- 返回:
- the remark
setRemark
public void setRemark(String remark)
- 参数:
remark - the remark to set
isNew
public boolean isNew()
Copyright © 2016. All rights reserved.