java.lang.Object
xyz.raylab.systemcommon.infrastructure.persistent.tables.pojos.RDictionaryItemPO
所有已实现的接口:
Serializable

public class RDictionaryItemPO extends Object implements Serializable
字典项
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getPk

      public Integer getPk()
      Getter for r_dictionary_item.pk. 主键
    • setPk

      public RDictionaryItemPO setPk(Integer pk)
      Setter for r_dictionary_item.pk. 主键
    • getDictionaryId

      public String getDictionaryId()
      Getter for r_dictionary_item.dictionary_id. 字典id
    • setDictionaryId

      public RDictionaryItemPO setDictionaryId(String dictionaryId)
      Setter for r_dictionary_item.dictionary_id. 字典id
    • getId

      public String getId()
      Getter for r_dictionary_item.id. 唯一标识
    • setId

      public RDictionaryItemPO setId(String id)
      Setter for r_dictionary_item.id. 唯一标识
    • getName

      public String getName()
      Getter for r_dictionary_item.name. 名称
    • setName

      public RDictionaryItemPO setName(String name)
      Setter for r_dictionary_item.name. 名称
    • getCode

      public String getCode()
      Getter for r_dictionary_item.code. 编码
    • setCode

      public RDictionaryItemPO setCode(String code)
      Setter for r_dictionary_item.code. 编码
    • getSortNumber

      public Integer getSortNumber()
      Getter for r_dictionary_item.sort_number. 排序号
    • setSortNumber

      public RDictionaryItemPO setSortNumber(Integer sortNumber)
      Setter for r_dictionary_item.sort_number. 排序号
    • getEnabled

      public String getEnabled()
      Getter for r_dictionary_item.enabled. 是否已启用
    • setEnabled

      public RDictionaryItemPO setEnabled(String enabled)
      Setter for r_dictionary_item.enabled. 是否已启用
    • getLinkedDictionaryItemId

      public String getLinkedDictionaryItemId()
      Getter for r_dictionary_item.linked_dictionary_item_id. 联动的字典项id
    • setLinkedDictionaryItemId

      public RDictionaryItemPO setLinkedDictionaryItemId(String linkedDictionaryItemId)
      Setter for r_dictionary_item.linked_dictionary_item_id. 联动的字典项id
    • getCreatedBy

      public String getCreatedBy()
      Getter for r_dictionary_item.created_by. 创建人
    • setCreatedBy

      public RDictionaryItemPO setCreatedBy(String createdBy)
      Setter for r_dictionary_item.created_by. 创建人
    • getCreatedTime

      public LocalDateTime getCreatedTime()
      Getter for r_dictionary_item.created_time. 创建时间
    • setCreatedTime

      public RDictionaryItemPO setCreatedTime(LocalDateTime createdTime)
      Setter for r_dictionary_item.created_time. 创建时间
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for r_dictionary_item.updated_by. 更新人
    • setUpdatedBy

      public RDictionaryItemPO setUpdatedBy(String updatedBy)
      Setter for r_dictionary_item.updated_by. 更新人
    • getUpdatedTime

      public LocalDateTime getUpdatedTime()
      Getter for r_dictionary_item.updated_time. 更新时间
    • setUpdatedTime

      public RDictionaryItemPO setUpdatedTime(LocalDateTime updatedTime)
      Setter for r_dictionary_item.updated_time. 更新时间
    • getRevision

      public String getRevision()
      Getter for r_dictionary_item.revision. 乐观锁
    • setRevision

      public RDictionaryItemPO setRevision(String revision)
      Setter for r_dictionary_item.revision. 乐观锁
    • getTenantId

      public String getTenantId()
      Getter for r_dictionary_item.tenant_id. 租户号
    • setTenantId

      public RDictionaryItemPO setTenantId(String tenantId)
      Setter for r_dictionary_item.tenant_id. 租户号
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object