public class CustomizedTableRecord extends Object implements IDynamicEntity, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
OBJECT_ID |
static String |
OBJECT_TYPE |
| 构造器和说明 |
|---|
CustomizedTableRecord(String entityName) |
public CustomizedTableRecord(String entityName)
public Map<String,Object> getColumns()
getColumns 在接口中 IDynamicEntitypublic void setId(long id)
setId 在接口中 ISetDataIdpublic String getEntityName()
getEntityName 在接口中 IDynamicEntitypublic void setEntityName(String entityName)
setEntityName 在接口中 IDynamicEntitypublic long getObjectId()
getObjectId 在接口中 IDynamicEntitypublic void setObjectId(long mainEntityId)
setObjectId 在接口中 IDynamicEntitypublic String getObjectType()
getObjectType 在接口中 IDynamicEntitypublic void setObjectType(String objectType)
setObjectType 在接口中 IDynamicEntitypublic String getPlatformId()
getPlatformId 在接口中 IGetDatapublic void setPlatformId(String platformId)
setPlatformId 在接口中 IBaseEntitypublic long getCompanyId()
getCompanyId 在接口中 IGetDatapublic void setCompanyId(long companyId)
setCompanyId 在接口中 IBaseEntitypublic String getDescription()
getDescription 在接口中 IGetDatapublic void setDescription(String description)
setDescription 在接口中 IGetDatapublic ZonedDateTime getCreateTime()
getCreateTime 在接口中 IGetDatapublic void setCreateTime(ZonedDateTime createTime)
setCreateTime 在接口中 IBaseEntitypublic long getCreateUserId()
getCreateUserId 在接口中 IGetDatapublic void setCreateUserId(long createUserId)
setCreateUserId 在接口中 IBaseEntitypublic String getCreateUserName()
getCreateUserName 在接口中 IGetDatapublic void setCreateUserName(String createUserName)
setCreateUserName 在接口中 IBaseEntitypublic String getCreateUserFullName()
getCreateUserFullName 在接口中 IGetDatapublic void setCreateUserFullName(String createUserFullName)
setCreateUserFullName 在接口中 IBaseEntitypublic String getCreateIp()
getCreateIp 在接口中 IGetDatapublic void setCreateIp(String createIp)
setCreateIp 在接口中 IBaseEntitypublic long getCreateBid()
IGetDatagetCreateBid 在接口中 IGetDatapublic void setCreateBid(long creationBid)
IBaseEntitysetCreateBid 在接口中 IBaseEntitypublic ZonedDateTime getLastModifyTime()
getLastModifyTime 在接口中 IGetDatapublic void setLastModifyTime(ZonedDateTime lastModifyTime)
setLastModifyTime 在接口中 IBaseEntitypublic long getLastModifyUserId()
getLastModifyUserId 在接口中 IGetDatapublic void setLastModifyUserId(long lastModifyUserId)
setLastModifyUserId 在接口中 IBaseEntitypublic String getLastModifyUserName()
getLastModifyUserName 在接口中 IGetDatapublic void setLastModifyUserName(String lastModifyUserName)
setLastModifyUserName 在接口中 IBaseEntitypublic String getLastModifyIp()
getLastModifyIp 在接口中 IGetDatapublic void setLastModifyIp(String lastModifyIp)
setLastModifyIp 在接口中 IBaseEntitypublic long getModifyBid()
getModifyBid 在接口中 IGetDatapublic void setModifyBid(long modifyBid)
setModifyBid 在接口中 IBaseEntitypublic String getRowLogId()
getRowLogId 在接口中 IGetDatapublic void setRowLogId(String rowLogId)
setRowLogId 在接口中 IBaseEntitypublic String getLastModifyUserFullName()
getLastModifyUserFullName 在接口中 IGetDatapublic void setLastModifyUserFullName(String lastModifyUserFullName)
setLastModifyUserFullName 在接口中 IBaseEntitypublic ZonedDateTime getDeleteTime()
getDeleteTime 在接口中 IGetDatapublic void setDeleteTime(ZonedDateTime deleteTime)
setDeleteTime 在接口中 IBaseEntitypublic long getDeleteUserId()
getDeleteUserId 在接口中 IGetDatapublic void setDeleteUserId(long deleteUserId)
setDeleteUserId 在接口中 IBaseEntitypublic String getDeleteUserName()
getDeleteUserName 在接口中 IGetDatapublic void setDeleteUserName(String deleteUserName)
setDeleteUserName 在接口中 IBaseEntitypublic String getDeleteIp()
getDeleteIp 在接口中 IGetDatapublic void setDeleteIp(String deleteIp)
setDeleteIp 在接口中 IBaseEntitypublic void setDeleted(boolean deleted)
setDeleted 在接口中 IBaseEntitypublic String getDeleteUserFullName()
getDeleteUserFullName 在接口中 IGetDatapublic void setDeleteUserFullName(String deleteUserFullName)
setDeleteUserFullName 在接口中 IBaseEntitypublic void set(String column, Object value)
set 在接口中 IDynamicEntitypublic Long getAsLong(String column)
getAsLong 在接口中 IDynamicEntitypublic Integer getAsInt(String column)
getAsInt 在接口中 IDynamicEntitypublic Float getAsFloat(String column)
getAsFloat 在接口中 IDynamicEntitypublic Double getAsDouble(String column)
getAsDouble 在接口中 IDynamicEntitypublic BigDecimal getAsBigDecimal(String column)
getAsBigDecimal 在接口中 IDynamicEntitypublic String getAsString(String column)
getAsString 在接口中 IDynamicEntitypublic ZonedDateTime getAsZonedDateTime(String column)
getAsZonedDateTime 在接口中 IDynamicEntitypublic Boolean getAsBoolean(String column)
getAsBoolean 在接口中 IDynamicEntitypublic Object getValue(String column)
getValue 在接口中 IDynamicEntityCopyright © 2019. All rights reserved.