Class MJoin
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidLoad data from another generated Record/POJO implementing the common interface IMJoinGetter forDB_ETERNAL.M_JOIN.ENTITY.Getter forDB_ETERNAL.M_JOIN.ENTITY_KEY.getModel()Getter forDB_ETERNAL.M_JOIN.MODEL.Getter forDB_ETERNAL.M_JOIN.NAMESPACE.Getter forDB_ETERNAL.M_JOIN.PRIORITY.inthashCode()<E extends IMJoin>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IMJoinSetter forDB_ETERNAL.M_JOIN.ENTITY.setEntityKey(String entityKey) Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY.Setter forDB_ETERNAL.M_JOIN.MODEL.setNamespace(String namespace) Setter forDB_ETERNAL.M_JOIN.NAMESPACE.setPriority(Integer priority) Setter forDB_ETERNAL.M_JOIN.PRIORITY.toString()
-
Constructor Details
-
MJoin
public MJoin() -
MJoin
-
MJoin
-
MJoin
public MJoin(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getModel
Getter forDB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier -
setModel
Setter forDB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier -
getEntity
Getter forDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier -
setEntity
Setter forDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier -
getEntityKey
Getter forDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名- Specified by:
getEntityKeyin interfaceIMJoin
-
setEntityKey
Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名- Specified by:
setEntityKeyin interfaceIMJoin
-
getPriority
Getter forDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级- Specified by:
getPriorityin interfaceIMJoin
-
setPriority
Setter forDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级- Specified by:
setPriorityin interfaceIMJoin
-
getNamespace
Getter forDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)- Specified by:
getNamespacein interfaceIMJoin
-
setNamespace
Setter forDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)- Specified by:
setNamespacein interfaceIMJoin
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IMJoinLoad data from another generated Record/POJO implementing the common interface IMJoin -
into
Description copied from interface:IMJoinCopy data into another generated Record/POJO implementing the common interface IMJoin
-