类 RDictionaryPO
java.lang.Object
xyz.raylab.systemcommon.infrastructure.persistent.tables.pojos.RDictionaryPO
- 所有已实现的接口:
Serializable
字典
- 另请参阅:
-
构造器概要
构造器构造器说明RDictionaryPO(Integer pk, String id, String name, String code, Integer sortNumber, String enabled, String linkedDictionaryId, String createdBy, LocalDateTime createdTime, String updatedBy, LocalDateTime updatedTime, String revision, String tenantId) RDictionaryPO(RDictionaryPO value) -
方法概要
修饰符和类型方法说明getCode()Getter forr_dictionary.code.Getter forr_dictionary.created_by.Getter forr_dictionary.created_time.Getter forr_dictionary.enabled.getId()Getter forr_dictionary.id.Getter forr_dictionary.linked_dictionary_id.getName()Getter forr_dictionary.name.getPk()Getter forr_dictionary.pk.Getter forr_dictionary.revision.Getter forr_dictionary.sort_number.Getter forr_dictionary.tenant_id.Getter forr_dictionary.updated_by.Getter forr_dictionary.updated_time.Setter forr_dictionary.code.setCreatedBy(String createdBy) Setter forr_dictionary.created_by.setCreatedTime(LocalDateTime createdTime) Setter forr_dictionary.created_time.setEnabled(String enabled) Setter forr_dictionary.enabled.Setter forr_dictionary.id.setLinkedDictionaryId(String linkedDictionaryId) Setter forr_dictionary.linked_dictionary_id.Setter forr_dictionary.name.Setter forr_dictionary.pk.setRevision(String revision) Setter forr_dictionary.revision.setSortNumber(Integer sortNumber) Setter forr_dictionary.sort_number.setTenantId(String tenantId) Setter forr_dictionary.tenant_id.setUpdatedBy(String updatedBy) Setter forr_dictionary.updated_by.setUpdatedTime(LocalDateTime updatedTime) Setter forr_dictionary.updated_time.toString()
-
构造器详细资料
-
RDictionaryPO
public RDictionaryPO() -
RDictionaryPO
-
RDictionaryPO
-
-
方法详细资料
-
getPk
Getter forr_dictionary.pk. 主键 -
setPk
Setter forr_dictionary.pk. 主键 -
getId
Getter forr_dictionary.id. 唯一标识 -
setId
Setter forr_dictionary.id. 唯一标识 -
getName
Getter forr_dictionary.name. 名称 -
setName
Setter forr_dictionary.name. 名称 -
getCode
Getter forr_dictionary.code. 编码 -
setCode
Setter forr_dictionary.code. 编码 -
getSortNumber
Getter forr_dictionary.sort_number. 排序号 -
setSortNumber
Setter forr_dictionary.sort_number. 排序号 -
getEnabled
Getter forr_dictionary.enabled. 是否已启用 -
setEnabled
Setter forr_dictionary.enabled. 是否已启用 -
getLinkedDictionaryId
Getter forr_dictionary.linked_dictionary_id. 联动的字典id -
setLinkedDictionaryId
Setter forr_dictionary.linked_dictionary_id. 联动的字典id -
getCreatedBy
Getter forr_dictionary.created_by. 创建人 -
setCreatedBy
Setter forr_dictionary.created_by. 创建人 -
getCreatedTime
Getter forr_dictionary.created_time. 创建时间 -
setCreatedTime
Setter forr_dictionary.created_time. 创建时间 -
getUpdatedBy
Getter forr_dictionary.updated_by. 更新人 -
setUpdatedBy
Setter forr_dictionary.updated_by. 更新人 -
getUpdatedTime
Getter forr_dictionary.updated_time. 更新时间 -
setUpdatedTime
Setter forr_dictionary.updated_time. 更新时间 -
getRevision
Getter forr_dictionary.revision. 乐观锁 -
setRevision
Setter forr_dictionary.revision. 乐观锁 -
getTenantId
Getter forr_dictionary.tenant_id. 租户号 -
setTenantId
Setter forr_dictionary.tenant_id. 租户号 -
toString
-