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

另请参见:
序列化表格

字段摘要
protected  Date createTime
           
protected  Long id
           
protected  Date updateTime
           
 
构造方法摘要
AbstractBaseEntity()
           
 
方法摘要
 Date getCreateTime()
           
 Long getId()
           
 String getRemark()
           
 Date getUpdateTime()
           
 boolean isNew()
           
 void setId(Long id)
           
 void setRemark(String remark)
           
 
从类 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.