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