Class LLocation

java.lang.Object
cn.vertxup.lbs.domain.tables.pojos.LLocation
All Implemented Interfaces:
ILLocation, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.L_LOCATION.KEY. 「key」- 主键
      Specified by:
      getKey in interface ILLocation
    • setKey

      public LLocation setKey(String key)
      Setter for DB_ETERNAL.L_LOCATION.KEY. 「key」- 主键
      Specified by:
      setKey in interface ILLocation
    • getName

      public String getName()
      Getter for DB_ETERNAL.L_LOCATION.NAME. 「name」- 名称
      Specified by:
      getName in interface ILLocation
    • setName

      public LLocation setName(String name)
      Setter for DB_ETERNAL.L_LOCATION.NAME. 「name」- 名称
      Specified by:
      setName in interface ILLocation
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.L_LOCATION.CODE. 「code」- 编码
      Specified by:
      getCode in interface ILLocation
    • setCode

      public LLocation setCode(String code)
      Setter for DB_ETERNAL.L_LOCATION.CODE. 「code」- 编码
      Specified by:
      setCode in interface ILLocation
    • getAddress

      public String getAddress()
      Getter for DB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
      Specified by:
      getAddress in interface ILLocation
    • setAddress

      public LLocation setAddress(String address)
      Setter for DB_ETERNAL.L_LOCATION.ADDRESS. 「address」- 详细地址
      Specified by:
      setAddress in interface ILLocation
    • getCity

      public String getCity()
      Getter for DB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
      Specified by:
      getCity in interface ILLocation
    • setCity

      public LLocation setCity(String city)
      Setter for DB_ETERNAL.L_LOCATION.CITY. 「city」- 3.城市
      Specified by:
      setCity in interface ILLocation
    • getCountry

      public String getCountry()
      Getter for DB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
      Specified by:
      getCountry in interface ILLocation
    • setCountry

      public LLocation setCountry(String country)
      Setter for DB_ETERNAL.L_LOCATION.COUNTRY. 「country」- 1.国家
      Specified by:
      setCountry in interface ILLocation
    • getRegion

      public String getRegion()
      Getter for DB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
      Specified by:
      getRegion in interface ILLocation
    • setRegion

      public LLocation setRegion(String region)
      Setter for DB_ETERNAL.L_LOCATION.REGION. 「region」- 4.区域
      Specified by:
      setRegion in interface ILLocation
    • getFullName

      public String getFullName()
      Getter for DB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
      Specified by:
      getFullName in interface ILLocation
    • setFullName

      public LLocation setFullName(String fullName)
      Setter for DB_ETERNAL.L_LOCATION.FULL_NAME. 「fullName」- 地址全称
      Specified by:
      setFullName in interface ILLocation
    • getState

      public String getState()
      Getter for DB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
      Specified by:
      getState in interface ILLocation
    • setState

      public LLocation setState(String state)
      Setter for DB_ETERNAL.L_LOCATION.STATE. 「state」- 2.省会
      Specified by:
      setState in interface ILLocation
    • getStreet1

      public String getStreet1()
      Getter for DB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
      Specified by:
      getStreet1 in interface ILLocation
    • setStreet1

      public LLocation setStreet1(String street1)
      Setter for DB_ETERNAL.L_LOCATION.STREET1. 「street1」- 街道1
      Specified by:
      setStreet1 in interface ILLocation
    • getStreet2

      public String getStreet2()
      Getter for DB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
      Specified by:
      getStreet2 in interface ILLocation
    • setStreet2

      public LLocation setStreet2(String street2)
      Setter for DB_ETERNAL.L_LOCATION.STREET2. 「street2」- 街道2
      Specified by:
      setStreet2 in interface ILLocation
    • getStreet3

      public String getStreet3()
      Getter for DB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
      Specified by:
      getStreet3 in interface ILLocation
    • setStreet3

      public LLocation setStreet3(String street3)
      Setter for DB_ETERNAL.L_LOCATION.STREET3. 「street3」- 街道3
      Specified by:
      setStreet3 in interface ILLocation
    • getPostal

      public String getPostal()
      Getter for DB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
      Specified by:
      getPostal in interface ILLocation
    • setPostal

      public LLocation setPostal(String postal)
      Setter for DB_ETERNAL.L_LOCATION.POSTAL. 「postal」- 邮政编码
      Specified by:
      setPostal in interface ILLocation
    • getMetadata

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

      public LLocation setMetadata(String metadata)
      Setter for DB_ETERNAL.L_LOCATION.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface ILLocation
    • getRegionId

      public String getRegionId()
      Getter for DB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
      Specified by:
      getRegionId in interface ILLocation
    • setRegionId

      public LLocation setRegionId(String regionId)
      Setter for DB_ETERNAL.L_LOCATION.REGION_ID. 「regionId」- 区域ID
      Specified by:
      setRegionId in interface ILLocation
    • getActive

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

      public LLocation setActive(Boolean active)
      Setter for DB_ETERNAL.L_LOCATION.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface ILLocation
    • getSigma

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

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

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

      public LLocation setLanguage(String language)
      Setter for DB_ETERNAL.L_LOCATION.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface ILLocation
    • getCreatedAt

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

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

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

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

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

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

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

      public LLocation setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.L_LOCATION.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface ILLocation
    • toString

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

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

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