Class EAsset

java.lang.Object
cn.vertxup.erp.domain.tables.pojos.EAsset
All Implemented Interfaces:
IEAsset, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class EAsset extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IEAsset
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.E_ASSET.KEY. 「key」- 资产主键
      Specified by:
      getKey in interface IEAsset
    • setKey

      public EAsset setKey(String key)
      Setter for DB_ETERNAL.E_ASSET.KEY. 「key」- 资产主键
      Specified by:
      setKey in interface IEAsset
    • getName

      public String getName()
      Getter for DB_ETERNAL.E_ASSET.NAME. 「name」- 资产名称
      Specified by:
      getName in interface IEAsset
    • setName

      public EAsset setName(String name)
      Setter for DB_ETERNAL.E_ASSET.NAME. 「name」- 资产名称
      Specified by:
      setName in interface IEAsset
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.E_ASSET.CODE. 「code」- 资产编号
      Specified by:
      getCode in interface IEAsset
    • setCode

      public EAsset setCode(String code)
      Setter for DB_ETERNAL.E_ASSET.CODE. 「code」- 资产编号
      Specified by:
      setCode in interface IEAsset
    • getType

      public String getType()
      Getter for DB_ETERNAL.E_ASSET.TYPE. 「type」- 资产类型
      Specified by:
      getType in interface IEAsset
    • setType

      public EAsset setType(String type)
      Setter for DB_ETERNAL.E_ASSET.TYPE. 「type」- 资产类型
      Specified by:
      setType in interface IEAsset
    • getStatus

      public String getStatus()
      Getter for DB_ETERNAL.E_ASSET.STATUS. 「status」- 资产状态
      Specified by:
      getStatus in interface IEAsset
    • setStatus

      public EAsset setStatus(String status)
      Setter for DB_ETERNAL.E_ASSET.STATUS. 「status」- 资产状态
      Specified by:
      setStatus in interface IEAsset
    • getModelNumber

      public String getModelNumber()
      Getter for DB_ETERNAL.E_ASSET.MODEL_NUMBER. 「modelNumber」- 规格型号
      Specified by:
      getModelNumber in interface IEAsset
    • setModelNumber

      public EAsset setModelNumber(String modelNumber)
      Setter for DB_ETERNAL.E_ASSET.MODEL_NUMBER. 「modelNumber」- 规格型号
      Specified by:
      setModelNumber in interface IEAsset
    • getUnit

      public String getUnit()
      Getter for DB_ETERNAL.E_ASSET.UNIT. 「unit」- 计量单位
      Specified by:
      getUnit in interface IEAsset
    • setUnit

      public EAsset setUnit(String unit)
      Setter for DB_ETERNAL.E_ASSET.UNIT. 「unit」- 计量单位
      Specified by:
      setUnit in interface IEAsset
    • getNum

      public Long getNum()
      Getter for DB_ETERNAL.E_ASSET.NUM. 「num」- 资产数量
      Specified by:
      getNum in interface IEAsset
    • setNum

      public EAsset setNum(Long num)
      Setter for DB_ETERNAL.E_ASSET.NUM. 「num」- 资产数量
      Specified by:
      setNum in interface IEAsset
    • getNumDeprecating

      public Long getNumDeprecating()
      Getter for DB_ETERNAL.E_ASSET.NUM_DEPRECATING. 「numDeprecating」- 预计折旧数量
      Specified by:
      getNumDeprecating in interface IEAsset
    • setNumDeprecating

      public EAsset setNumDeprecating(Long numDeprecating)
      Setter for DB_ETERNAL.E_ASSET.NUM_DEPRECATING. 「numDeprecating」- 预计折旧数量
      Specified by:
      setNumDeprecating in interface IEAsset
    • getNumDeprecated

      public Long getNumDeprecated()
      Getter for DB_ETERNAL.E_ASSET.NUM_DEPRECATED. 「numDeprecated」- 已折旧数量
      Specified by:
      getNumDeprecated in interface IEAsset
    • setNumDeprecated

      public EAsset setNumDeprecated(Long numDeprecated)
      Setter for DB_ETERNAL.E_ASSET.NUM_DEPRECATED. 「numDeprecated」- 已折旧数量
      Specified by:
      setNumDeprecated in interface IEAsset
    • getNumUsing

      public Long getNumUsing()
      Getter for DB_ETERNAL.E_ASSET.NUM_USING. 「numUsing」- 预计使用数量
      Specified by:
      getNumUsing in interface IEAsset
    • setNumUsing

      public EAsset setNumUsing(Long numUsing)
      Setter for DB_ETERNAL.E_ASSET.NUM_USING. 「numUsing」- 预计使用数量
      Specified by:
      setNumUsing in interface IEAsset
    • getNumUsed

      public Long getNumUsed()
      Getter for DB_ETERNAL.E_ASSET.NUM_USED. 「numUsed」- 已使用数量
      Specified by:
      getNumUsed in interface IEAsset
    • setNumUsed

      public EAsset setNumUsed(Long numUsed)
      Setter for DB_ETERNAL.E_ASSET.NUM_USED. 「numUsed」- 已使用数量
      Specified by:
      setNumUsed in interface IEAsset
    • getWayChange

      public String getWayChange()
      Getter for DB_ETERNAL.E_ASSET.WAY_CHANGE. 「wayChange」- 变动方式
      Specified by:
      getWayChange in interface IEAsset
    • setWayChange

      public EAsset setWayChange(String wayChange)
      Setter for DB_ETERNAL.E_ASSET.WAY_CHANGE. 「wayChange」- 变动方式
      Specified by:
      setWayChange in interface IEAsset
    • getWayDeprecate

      public String getWayDeprecate()
      Getter for DB_ETERNAL.E_ASSET.WAY_DEPRECATE. 「wayDeprecate」- 折旧方式
      Specified by:
      getWayDeprecate in interface IEAsset
    • setWayDeprecate

      public EAsset setWayDeprecate(String wayDeprecate)
      Setter for DB_ETERNAL.E_ASSET.WAY_DEPRECATE. 「wayDeprecate」- 折旧方式
      Specified by:
      setWayDeprecate in interface IEAsset
    • getWayAccording

      public String getWayAccording()
      Getter for DB_ETERNAL.E_ASSET.WAY_ACCORDING. 「wayAccording」- 折旧依据
      Specified by:
      getWayAccording in interface IEAsset
    • setWayAccording

      public EAsset setWayAccording(String wayAccording)
      Setter for DB_ETERNAL.E_ASSET.WAY_ACCORDING. 「wayAccording」- 折旧依据
      Specified by:
      setWayAccording in interface IEAsset
    • getUsedAt

      public LocalDateTime getUsedAt()
      Getter for DB_ETERNAL.E_ASSET.USED_AT. 「usedAt」- 开始使用时间
      Specified by:
      getUsedAt in interface IEAsset
    • setUsedAt

      public EAsset setUsedAt(LocalDateTime usedAt)
      Setter for DB_ETERNAL.E_ASSET.USED_AT. 「usedAt」- 开始使用时间
      Specified by:
      setUsedAt in interface IEAsset
    • getUsedBy

      public String getUsedBy()
      Getter for DB_ETERNAL.E_ASSET.USED_BY. 「usedBy」- 使用者
      Specified by:
      getUsedBy in interface IEAsset
    • setUsedBy

      public EAsset setUsedBy(String usedBy)
      Setter for DB_ETERNAL.E_ASSET.USED_BY. 「usedBy」- 使用者
      Specified by:
      setUsedBy in interface IEAsset
    • getUsedStatus

      public String getUsedStatus()
      Getter for DB_ETERNAL.E_ASSET.USED_STATUS. 「usedStatus」- 使用状态
      Specified by:
      getUsedStatus in interface IEAsset
    • setUsedStatus

      public EAsset setUsedStatus(String usedStatus)
      Setter for DB_ETERNAL.E_ASSET.USED_STATUS. 「usedStatus」- 使用状态
      Specified by:
      setUsedStatus in interface IEAsset
    • getVOriginal

      public BigDecimal getVOriginal()
      Getter for DB_ETERNAL.E_ASSET.V_ORIGINAL. 「vOriginal」- 原价值
      Specified by:
      getVOriginal in interface IEAsset
    • setVOriginal

      public EAsset setVOriginal(BigDecimal vOriginal)
      Setter for DB_ETERNAL.E_ASSET.V_ORIGINAL. 「vOriginal」- 原价值
      Specified by:
      setVOriginal in interface IEAsset
    • getVTax

      public BigDecimal getVTax()
      Getter for DB_ETERNAL.E_ASSET.V_TAX. 「vTax」- 税额
      Specified by:
      getVTax in interface IEAsset
    • setVTax

      public EAsset setVTax(BigDecimal vTax)
      Setter for DB_ETERNAL.E_ASSET.V_TAX. 「vTax」- 税额
      Specified by:
      setVTax in interface IEAsset
    • getVDeReady

      public BigDecimal getVDeReady()
      Getter for DB_ETERNAL.E_ASSET.V_DE_READY. 「vDeReady」- 减值准备
      Specified by:
      getVDeReady in interface IEAsset
    • setVDeReady

      public EAsset setVDeReady(BigDecimal vDeReady)
      Setter for DB_ETERNAL.E_ASSET.V_DE_READY. 「vDeReady」- 减值准备
      Specified by:
      setVDeReady in interface IEAsset
    • getVNetJunk

      public BigDecimal getVNetJunk()
      Getter for DB_ETERNAL.E_ASSET.V_NET_JUNK. 「vNetJunk」- 净残值
      Specified by:
      getVNetJunk in interface IEAsset
    • setVNetJunk

      public EAsset setVNetJunk(BigDecimal vNetJunk)
      Setter for DB_ETERNAL.E_ASSET.V_NET_JUNK. 「vNetJunk」- 净残值
      Specified by:
      setVNetJunk in interface IEAsset
    • getVNet

      public BigDecimal getVNet()
      Getter for DB_ETERNAL.E_ASSET.V_NET. 「vNet」- 净值
      Specified by:
      getVNet in interface IEAsset
    • setVNet

      public EAsset setVNet(BigDecimal vNet)
      Setter for DB_ETERNAL.E_ASSET.V_NET. 「vNet」- 净值
      Specified by:
      setVNet in interface IEAsset
    • getVNetAmount

      public BigDecimal getVNetAmount()
      Getter for DB_ETERNAL.E_ASSET.V_NET_AMOUNT. 「vNetAmount」- 净额
      Specified by:
      getVNetAmount in interface IEAsset
    • setVNetAmount

      public EAsset setVNetAmount(BigDecimal vNetAmount)
      Setter for DB_ETERNAL.E_ASSET.V_NET_AMOUNT. 「vNetAmount」- 净额
      Specified by:
      setVNetAmount in interface IEAsset
    • getVDeprecatedM

      public BigDecimal getVDeprecatedM()
      Getter for DB_ETERNAL.E_ASSET.V_DEPRECATED_M. 「vDeprecatedM」- 月折旧
      Specified by:
      getVDeprecatedM in interface IEAsset
    • setVDeprecatedM

      public EAsset setVDeprecatedM(BigDecimal vDeprecatedM)
      Setter for DB_ETERNAL.E_ASSET.V_DEPRECATED_M. 「vDeprecatedM」- 月折旧
      Specified by:
      setVDeprecatedM in interface IEAsset
    • getVDeprecatedA

      public BigDecimal getVDeprecatedA()
      Getter for DB_ETERNAL.E_ASSET.V_DEPRECATED_A. 「vDeprecatedA」- 累积折旧
      Specified by:
      getVDeprecatedA in interface IEAsset
    • setVDeprecatedA

      public EAsset setVDeprecatedA(BigDecimal vDeprecatedA)
      Setter for DB_ETERNAL.E_ASSET.V_DEPRECATED_A. 「vDeprecatedA」- 累积折旧
      Specified by:
      setVDeprecatedA in interface IEAsset
    • getKFixed

      public String getKFixed()
      Getter for DB_ETERNAL.E_ASSET.K_FIXED. 「kFixed」- 固定资产科目
      Specified by:
      getKFixed in interface IEAsset
    • setKFixed

      public EAsset setKFixed(String kFixed)
      Setter for DB_ETERNAL.E_ASSET.K_FIXED. 「kFixed」- 固定资产科目
      Specified by:
      setKFixed in interface IEAsset
    • getKDeprecated

      public String getKDeprecated()
      Getter for DB_ETERNAL.E_ASSET.K_DEPRECATED. 「kDeprecated」- 累积折旧科目
      Specified by:
      getKDeprecated in interface IEAsset
    • setKDeprecated

      public EAsset setKDeprecated(String kDeprecated)
      Setter for DB_ETERNAL.E_ASSET.K_DEPRECATED. 「kDeprecated」- 累积折旧科目
      Specified by:
      setKDeprecated in interface IEAsset
    • getKAssignment

      public String getKAssignment()
      Getter for DB_ETERNAL.E_ASSET.K_ASSIGNMENT. 「kAssignment」- 折旧费用分配科目
      Specified by:
      getKAssignment in interface IEAsset
    • setKAssignment

      public EAsset setKAssignment(String kAssignment)
      Setter for DB_ETERNAL.E_ASSET.K_ASSIGNMENT. 「kAssignment」- 折旧费用分配科目
      Specified by:
      setKAssignment in interface IEAsset
    • getKTax

      public String getKTax()
      Getter for DB_ETERNAL.E_ASSET.K_TAX. 「kTax」- 税金科目
      Specified by:
      getKTax in interface IEAsset
    • setKTax

      public EAsset setKTax(String kTax)
      Setter for DB_ETERNAL.E_ASSET.K_TAX. 「kTax」- 税金科目
      Specified by:
      setKTax in interface IEAsset
    • getKDevalue

      public String getKDevalue()
      Getter for DB_ETERNAL.E_ASSET.K_DEVALUE. 「kDevalue」- 减值准备科目
      Specified by:
      getKDevalue in interface IEAsset
    • setKDevalue

      public EAsset setKDevalue(String kDevalue)
      Setter for DB_ETERNAL.E_ASSET.K_DEVALUE. 「kDevalue」- 减值准备科目
      Specified by:
      setKDevalue in interface IEAsset
    • getKChange

      public String getKChange()
      Getter for DB_ETERNAL.E_ASSET.K_CHANGE. 「kChange」- 资产变动对方科目
      Specified by:
      getKChange in interface IEAsset
    • setKChange

      public EAsset setKChange(String kChange)
      Setter for DB_ETERNAL.E_ASSET.K_CHANGE. 「kChange」- 资产变动对方科目
      Specified by:
      setKChange in interface IEAsset
    • getCustomerId

      public String getCustomerId()
      Getter for DB_ETERNAL.E_ASSET.CUSTOMER_ID. 「customerId」- 供应商ID
      Specified by:
      getCustomerId in interface IEAsset
    • setCustomerId

      public EAsset setCustomerId(String customerId)
      Setter for DB_ETERNAL.E_ASSET.CUSTOMER_ID. 「customerId」- 供应商ID
      Specified by:
      setCustomerId in interface IEAsset
    • getExpiredAt

      public LocalDateTime getExpiredAt()
      Getter for DB_ETERNAL.E_ASSET.EXPIRED_AT. 「expiredAt」- 到期时间
      Specified by:
      getExpiredAt in interface IEAsset
    • setExpiredAt

      public EAsset setExpiredAt(LocalDateTime expiredAt)
      Setter for DB_ETERNAL.E_ASSET.EXPIRED_AT. 「expiredAt」- 到期时间
      Specified by:
      setExpiredAt in interface IEAsset
    • getExpiredComment

      public String getExpiredComment()
      Getter for DB_ETERNAL.E_ASSET.EXPIRED_COMMENT. 「expiredComment」- 到期说明
      Specified by:
      getExpiredComment in interface IEAsset
    • setExpiredComment

      public EAsset setExpiredComment(String expiredComment)
      Setter for DB_ETERNAL.E_ASSET.EXPIRED_COMMENT. 「expiredComment」- 到期说明
      Specified by:
      setExpiredComment in interface IEAsset
    • getUserId

      public String getUserId()
      Getter for DB_ETERNAL.E_ASSET.USER_ID. 「userId」- 资产管理者
      Specified by:
      getUserId in interface IEAsset
    • setUserId

      public EAsset setUserId(String userId)
      Setter for DB_ETERNAL.E_ASSET.USER_ID. 「userId」- 资产管理者
      Specified by:
      setUserId in interface IEAsset
    • getStoreId

      public String getStoreId()
      Getter for DB_ETERNAL.E_ASSET.STORE_ID. 「storeId」- 所属仓库ID
      Specified by:
      getStoreId in interface IEAsset
    • setStoreId

      public EAsset setStoreId(String storeId)
      Setter for DB_ETERNAL.E_ASSET.STORE_ID. 「storeId」- 所属仓库ID
      Specified by:
      setStoreId in interface IEAsset
    • getDeptId

      public String getDeptId()
      Getter for DB_ETERNAL.E_ASSET.DEPT_ID. 「deptId」- 所属部门
      Specified by:
      getDeptId in interface IEAsset
    • setDeptId

      public EAsset setDeptId(String deptId)
      Setter for DB_ETERNAL.E_ASSET.DEPT_ID. 「deptId」- 所属部门
      Specified by:
      setDeptId in interface IEAsset
    • getCompanyId

      public String getCompanyId()
      Getter for DB_ETERNAL.E_ASSET.COMPANY_ID. 「companyId」- 所属公司
      Specified by:
      getCompanyId in interface IEAsset
    • setCompanyId

      public EAsset setCompanyId(String companyId)
      Setter for DB_ETERNAL.E_ASSET.COMPANY_ID. 「companyId」- 所属公司
      Specified by:
      setCompanyId in interface IEAsset
    • getParentId

      public String getParentId()
      Getter for DB_ETERNAL.E_ASSET.PARENT_ID. 「parentId」- 上级资产
      Specified by:
      getParentId in interface IEAsset
    • setParentId

      public EAsset setParentId(String parentId)
      Setter for DB_ETERNAL.E_ASSET.PARENT_ID. 「parentId」- 上级资产
      Specified by:
      setParentId in interface IEAsset
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.E_ASSET.COMMENT. 「comment」- 资产备注
      Specified by:
      getComment in interface IEAsset
    • setComment

      public EAsset setComment(String comment)
      Setter for DB_ETERNAL.E_ASSET.COMMENT. 「comment」- 资产备注
      Specified by:
      setComment in interface IEAsset
    • getSigma

      public String getSigma()
      Getter for DB_ETERNAL.E_ASSET.SIGMA. 「sigma」- 统一标识
      Specified by:
      getSigma in interface IEAsset
    • setSigma

      public EAsset setSigma(String sigma)
      Setter for DB_ETERNAL.E_ASSET.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface IEAsset
    • getLanguage

      public String getLanguage()
      Getter for DB_ETERNAL.E_ASSET.LANGUAGE. 「language」- 使用的语言
      Specified by:
      getLanguage in interface IEAsset
    • setLanguage

      public EAsset setLanguage(String language)
      Setter for DB_ETERNAL.E_ASSET.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IEAsset
    • getActive

      public Boolean getActive()
      Getter for DB_ETERNAL.E_ASSET.ACTIVE. 「active」- 是否启用
      Specified by:
      getActive in interface IEAsset
    • setActive

      public EAsset setActive(Boolean active)
      Setter for DB_ETERNAL.E_ASSET.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IEAsset
    • getMetadata

      public String getMetadata()
      Getter for DB_ETERNAL.E_ASSET.METADATA. 「metadata」- 附加配置数据
      Specified by:
      getMetadata in interface IEAsset
    • setMetadata

      public EAsset setMetadata(String metadata)
      Setter for DB_ETERNAL.E_ASSET.METADATA. 「metadata」- 附加配置数据
      Specified by:
      setMetadata in interface IEAsset
    • getEnterAt

      public LocalDateTime getEnterAt()
      Getter for DB_ETERNAL.E_ASSET.ENTER_AT. 「enterAt」- 入库时间
      Specified by:
      getEnterAt in interface IEAsset
    • setEnterAt

      public EAsset setEnterAt(LocalDateTime enterAt)
      Setter for DB_ETERNAL.E_ASSET.ENTER_AT. 「enterAt」- 入库时间
      Specified by:
      setEnterAt in interface IEAsset
    • getEnterBy

      public String getEnterBy()
      Getter for DB_ETERNAL.E_ASSET.ENTER_BY. 「enterBy」- 入库人
      Specified by:
      getEnterBy in interface IEAsset
    • setEnterBy

      public EAsset setEnterBy(String enterBy)
      Setter for DB_ETERNAL.E_ASSET.ENTER_BY. 「enterBy」- 入库人
      Specified by:
      setEnterBy in interface IEAsset
    • getAccountAt

      public LocalDateTime getAccountAt()
      Getter for DB_ETERNAL.E_ASSET.ACCOUNT_AT. 「accountAt」- 入账时间
      Specified by:
      getAccountAt in interface IEAsset
    • setAccountAt

      public EAsset setAccountAt(LocalDateTime accountAt)
      Setter for DB_ETERNAL.E_ASSET.ACCOUNT_AT. 「accountAt」- 入账时间
      Specified by:
      setAccountAt in interface IEAsset
    • getAccountBy

      public String getAccountBy()
      Getter for DB_ETERNAL.E_ASSET.ACCOUNT_BY. 「accountBy」- 入账人
      Specified by:
      getAccountBy in interface IEAsset
    • setAccountBy

      public EAsset setAccountBy(String accountBy)
      Setter for DB_ETERNAL.E_ASSET.ACCOUNT_BY. 「accountBy」- 入账人
      Specified by:
      setAccountBy in interface IEAsset
    • getScrapAt

      public LocalDateTime getScrapAt()
      Getter for DB_ETERNAL.E_ASSET.SCRAP_AT. 「scrapAt」- 报废时间
      Specified by:
      getScrapAt in interface IEAsset
    • setScrapAt

      public EAsset setScrapAt(LocalDateTime scrapAt)
      Setter for DB_ETERNAL.E_ASSET.SCRAP_AT. 「scrapAt」- 报废时间
      Specified by:
      setScrapAt in interface IEAsset
    • getScrapBy

      public String getScrapBy()
      Getter for DB_ETERNAL.E_ASSET.SCRAP_BY. 「scrapBy」- 报废人
      Specified by:
      getScrapBy in interface IEAsset
    • setScrapBy

      public EAsset setScrapBy(String scrapBy)
      Setter for DB_ETERNAL.E_ASSET.SCRAP_BY. 「scrapBy」- 报废人
      Specified by:
      setScrapBy in interface IEAsset
    • getCreatedAt

      public LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.E_ASSET.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      getCreatedAt in interface IEAsset
    • setCreatedAt

      public EAsset setCreatedAt(LocalDateTime createdAt)
      Setter for DB_ETERNAL.E_ASSET.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      setCreatedAt in interface IEAsset
    • getCreatedBy

      public String getCreatedBy()
      Getter for DB_ETERNAL.E_ASSET.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      getCreatedBy in interface IEAsset
    • setCreatedBy

      public EAsset setCreatedBy(String createdBy)
      Setter for DB_ETERNAL.E_ASSET.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      setCreatedBy in interface IEAsset
    • getUpdatedAt

      public LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.E_ASSET.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      getUpdatedAt in interface IEAsset
    • setUpdatedAt

      public EAsset setUpdatedAt(LocalDateTime updatedAt)
      Setter for DB_ETERNAL.E_ASSET.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      setUpdatedAt in interface IEAsset
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for DB_ETERNAL.E_ASSET.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      getUpdatedBy in interface IEAsset
    • setUpdatedBy

      public EAsset setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.E_ASSET.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IEAsset
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

      public void from(IEAsset from)
      Description copied from interface: IEAsset
      Load data from another generated Record/POJO implementing the common interface IEAsset
      Specified by:
      from in interface IEAsset
    • into

      public <E extends IEAsset> E into(E into)
      Description copied from interface: IEAsset
      Copy data into another generated Record/POJO implementing the common interface IEAsset
      Specified by:
      into in interface IEAsset