public abstract class ObjectBaseImpl<T extends IGetData> extends DataImpl<T> implements IDataImpl<T>
限定符和类型 | 字段和说明 |
---|---|
protected Class<T> |
entityClass |
构造器和说明 |
---|
ObjectBaseImpl(T entity) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
entityReseted() |
boolean |
equals(Object obj) |
Object |
getCEF(String columnName) |
long |
getCompanyId() |
long |
getCreateBid()
内部使用
|
String |
getCreateIp() |
ZonedDateTime |
getCreateTime() |
String |
getCreateUserFullName() |
long |
getCreateUserId() |
String |
getCreateUserName() |
String |
getDeleteIp() |
ZonedDateTime |
getDeleteTime() |
String |
getDeleteUserFullName() |
long |
getDeleteUserId() |
String |
getDeleteUserName() |
String |
getDescription() |
Class<T> |
getEntityClass() |
long |
getId() |
String |
getLastModifyIp() |
ZonedDateTime |
getLastModifyTime() |
String |
getLastModifyUserFullName() |
long |
getLastModifyUserId() |
String |
getLastModifyUserName() |
long |
getModifyBid() |
com.ags.lumosframework.common.IObjectType |
getObjectType() |
String |
getPlatformId() |
String |
getRowLogId() |
int |
hashCode() |
boolean |
isDeleted() |
boolean |
isNew() |
void |
refresh() |
void |
refresh(T iBaseEntity) |
void |
setCEF(String columnName,
Object columnValue) |
void |
setDescription(String description) |
String |
toString() |
getInternalObject, getService, getServiceByDomainObject, setInternalObject
public ObjectBaseImpl(T entity)
public String getDescription()
getDescription
在接口中 IGetData
public void setDescription(String description)
setDescription
在接口中 IGetData
public String getPlatformId()
getPlatformId
在接口中 IGetData
public long getCompanyId()
getCompanyId
在接口中 IGetData
public ZonedDateTime getCreateTime()
getCreateTime
在接口中 IGetData
public long getCreateUserId()
getCreateUserId
在接口中 IGetData
public String getCreateUserName()
getCreateUserName
在接口中 IGetData
public String getCreateUserFullName()
getCreateUserFullName
在接口中 IGetData
public String getCreateIp()
getCreateIp
在接口中 IGetData
public long getCreateBid()
IGetData
getCreateBid
在接口中 IGetData
public ZonedDateTime getLastModifyTime()
getLastModifyTime
在接口中 IGetData
public long getLastModifyUserId()
getLastModifyUserId
在接口中 IGetData
public String getLastModifyUserName()
getLastModifyUserName
在接口中 IGetData
public String getLastModifyUserFullName()
getLastModifyUserFullName
在接口中 IGetData
public long getModifyBid()
getModifyBid
在接口中 IGetData
public String getRowLogId()
getRowLogId
在接口中 IGetData
public String getLastModifyIp()
getLastModifyIp
在接口中 IGetData
public ZonedDateTime getDeleteTime()
getDeleteTime
在接口中 IGetData
public long getDeleteUserId()
getDeleteUserId
在接口中 IGetData
public String getDeleteIp()
getDeleteIp
在接口中 IGetData
public String getDeleteUserName()
getDeleteUserName
在接口中 IGetData
public String getDeleteUserFullName()
getDeleteUserFullName
在接口中 IGetData
protected void entityReseted()
public com.ags.lumosframework.common.IObjectType getObjectType()
Copyright © 2019. All rights reserved.