java.lang.Object
cn.vertxup.atom.domain.tables.pojos.MJoin
All Implemented Interfaces:
IMJoin, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

    • MJoin

      public MJoin()
    • MJoin

      public MJoin(IMJoin value)
    • MJoin

      public MJoin(String model, String entity, String entityKey, Integer priority, String namespace)
    • MJoin

      public MJoin(io.vertx.core.json.JsonObject json)
  • Method Details

    • getModel

      public String getModel()
      Getter for DB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
      Specified by:
      getModel in interface IMJoin
    • setModel

      public MJoin setModel(String model)
      Setter for DB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
      Specified by:
      setModel in interface IMJoin
    • getEntity

      public String getEntity()
      Getter for DB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
      Specified by:
      getEntity in interface IMJoin
    • setEntity

      public MJoin setEntity(String entity)
      Setter for DB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
      Specified by:
      setEntity in interface IMJoin
    • getEntityKey

      public String getEntityKey()
      Getter for DB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
      Specified by:
      getEntityKey in interface IMJoin
    • setEntityKey

      public MJoin setEntityKey(String entityKey)
      Setter for DB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
      Specified by:
      setEntityKey in interface IMJoin
    • getPriority

      public Integer getPriority()
      Getter for DB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
      Specified by:
      getPriority in interface IMJoin
    • setPriority

      public MJoin setPriority(Integer priority)
      Setter for DB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
      Specified by:
      setPriority in interface IMJoin
    • getNamespace

      public String getNamespace()
      Getter for DB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)
      Specified by:
      getNamespace in interface IMJoin
    • setNamespace

      public MJoin setNamespace(String namespace)
      Setter for DB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)
      Specified by:
      setNamespace in interface IMJoin
    • 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(IMJoin from)
      Description copied from interface: IMJoin
      Load data from another generated Record/POJO implementing the common interface IMJoin
      Specified by:
      from in interface IMJoin
    • into

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