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
在接口中 IDynamicEntity
public void setId(long id)
setId
在接口中 ISetDataId
public String getEntityName()
getEntityName
在接口中 IDynamicEntity
public void setEntityName(String entityName)
setEntityName
在接口中 IDynamicEntity
public long getObjectId()
getObjectId
在接口中 IDynamicEntity
public void setObjectId(long mainEntityId)
setObjectId
在接口中 IDynamicEntity
public String getObjectType()
getObjectType
在接口中 IDynamicEntity
public void setObjectType(String objectType)
setObjectType
在接口中 IDynamicEntity
public String getPlatformId()
getPlatformId
在接口中 IGetData
public void setPlatformId(String platformId)
setPlatformId
在接口中 IBaseEntity
public long getCompanyId()
getCompanyId
在接口中 IGetData
public void setCompanyId(long companyId)
setCompanyId
在接口中 IBaseEntity
public String getDescription()
getDescription
在接口中 IGetData
public void setDescription(String description)
setDescription
在接口中 IGetData
public ZonedDateTime getCreateTime()
getCreateTime
在接口中 IGetData
public void setCreateTime(ZonedDateTime createTime)
setCreateTime
在接口中 IBaseEntity
public long getCreateUserId()
getCreateUserId
在接口中 IGetData
public void setCreateUserId(long createUserId)
setCreateUserId
在接口中 IBaseEntity
public String getCreateUserName()
getCreateUserName
在接口中 IGetData
public void setCreateUserName(String createUserName)
setCreateUserName
在接口中 IBaseEntity
public String getCreateUserFullName()
getCreateUserFullName
在接口中 IGetData
public void setCreateUserFullName(String createUserFullName)
setCreateUserFullName
在接口中 IBaseEntity
public String getCreateIp()
getCreateIp
在接口中 IGetData
public void setCreateIp(String createIp)
setCreateIp
在接口中 IBaseEntity
public long getCreateBid()
IGetData
getCreateBid
在接口中 IGetData
public void setCreateBid(long creationBid)
IBaseEntity
setCreateBid
在接口中 IBaseEntity
public ZonedDateTime getLastModifyTime()
getLastModifyTime
在接口中 IGetData
public void setLastModifyTime(ZonedDateTime lastModifyTime)
setLastModifyTime
在接口中 IBaseEntity
public long getLastModifyUserId()
getLastModifyUserId
在接口中 IGetData
public void setLastModifyUserId(long lastModifyUserId)
setLastModifyUserId
在接口中 IBaseEntity
public String getLastModifyUserName()
getLastModifyUserName
在接口中 IGetData
public void setLastModifyUserName(String lastModifyUserName)
setLastModifyUserName
在接口中 IBaseEntity
public String getLastModifyIp()
getLastModifyIp
在接口中 IGetData
public void setLastModifyIp(String lastModifyIp)
setLastModifyIp
在接口中 IBaseEntity
public long getModifyBid()
getModifyBid
在接口中 IGetData
public void setModifyBid(long modifyBid)
setModifyBid
在接口中 IBaseEntity
public String getRowLogId()
getRowLogId
在接口中 IGetData
public void setRowLogId(String rowLogId)
setRowLogId
在接口中 IBaseEntity
public String getLastModifyUserFullName()
getLastModifyUserFullName
在接口中 IGetData
public void setLastModifyUserFullName(String lastModifyUserFullName)
setLastModifyUserFullName
在接口中 IBaseEntity
public ZonedDateTime getDeleteTime()
getDeleteTime
在接口中 IGetData
public void setDeleteTime(ZonedDateTime deleteTime)
setDeleteTime
在接口中 IBaseEntity
public long getDeleteUserId()
getDeleteUserId
在接口中 IGetData
public void setDeleteUserId(long deleteUserId)
setDeleteUserId
在接口中 IBaseEntity
public String getDeleteUserName()
getDeleteUserName
在接口中 IGetData
public void setDeleteUserName(String deleteUserName)
setDeleteUserName
在接口中 IBaseEntity
public String getDeleteIp()
getDeleteIp
在接口中 IGetData
public void setDeleteIp(String deleteIp)
setDeleteIp
在接口中 IBaseEntity
public void setDeleted(boolean deleted)
setDeleted
在接口中 IBaseEntity
public String getDeleteUserFullName()
getDeleteUserFullName
在接口中 IGetData
public void setDeleteUserFullName(String deleteUserFullName)
setDeleteUserFullName
在接口中 IBaseEntity
public void set(String column, Object value)
set
在接口中 IDynamicEntity
public Long getAsLong(String column)
getAsLong
在接口中 IDynamicEntity
public Integer getAsInt(String column)
getAsInt
在接口中 IDynamicEntity
public Float getAsFloat(String column)
getAsFloat
在接口中 IDynamicEntity
public Double getAsDouble(String column)
getAsDouble
在接口中 IDynamicEntity
public BigDecimal getAsBigDecimal(String column)
getAsBigDecimal
在接口中 IDynamicEntity
public String getAsString(String column)
getAsString
在接口中 IDynamicEntity
public ZonedDateTime getAsZonedDateTime(String column)
getAsZonedDateTime
在接口中 IDynamicEntity
public Boolean getAsBoolean(String column)
getAsBoolean
在接口中 IDynamicEntity
public Object getValue(String column)
getValue
在接口中 IDynamicEntity
Copyright © 2019. All rights reserved.