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, setInternalObjectpublic ObjectBaseImpl(T entity)
public String getDescription()
getDescription 在接口中 IGetDatapublic void setDescription(String description)
setDescription 在接口中 IGetDatapublic String getPlatformId()
getPlatformId 在接口中 IGetDatapublic long getCompanyId()
getCompanyId 在接口中 IGetDatapublic ZonedDateTime getCreateTime()
getCreateTime 在接口中 IGetDatapublic long getCreateUserId()
getCreateUserId 在接口中 IGetDatapublic String getCreateUserName()
getCreateUserName 在接口中 IGetDatapublic String getCreateUserFullName()
getCreateUserFullName 在接口中 IGetDatapublic String getCreateIp()
getCreateIp 在接口中 IGetDatapublic long getCreateBid()
IGetDatagetCreateBid 在接口中 IGetDatapublic ZonedDateTime getLastModifyTime()
getLastModifyTime 在接口中 IGetDatapublic long getLastModifyUserId()
getLastModifyUserId 在接口中 IGetDatapublic String getLastModifyUserName()
getLastModifyUserName 在接口中 IGetDatapublic String getLastModifyUserFullName()
getLastModifyUserFullName 在接口中 IGetDatapublic long getModifyBid()
getModifyBid 在接口中 IGetDatapublic String getRowLogId()
getRowLogId 在接口中 IGetDatapublic String getLastModifyIp()
getLastModifyIp 在接口中 IGetDatapublic ZonedDateTime getDeleteTime()
getDeleteTime 在接口中 IGetDatapublic long getDeleteUserId()
getDeleteUserId 在接口中 IGetDatapublic String getDeleteIp()
getDeleteIp 在接口中 IGetDatapublic String getDeleteUserName()
getDeleteUserName 在接口中 IGetDatapublic String getDeleteUserFullName()
getDeleteUserFullName 在接口中 IGetDataprotected void entityReseted()
public com.ags.lumosframework.common.IObjectType getObjectType()
Copyright © 2019. All rights reserved.