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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IMJoin from)Load data from another generated Record/POJO implementing the common interface IMJoinStringgetEntity()Getter forDB_ETERNAL.M_JOIN.ENTITY.StringgetEntityKey()Getter forDB_ETERNAL.M_JOIN.ENTITY_KEY.StringgetModel()Getter forDB_ETERNAL.M_JOIN.MODEL.StringgetNamespace()Getter forDB_ETERNAL.M_JOIN.NAMESPACE.IntegergetPriority()Getter forDB_ETERNAL.M_JOIN.PRIORITY.<E extends IMJoin>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IMJoinMJoinsetEntity(String entity)Setter forDB_ETERNAL.M_JOIN.ENTITY.MJoinsetEntityKey(String entityKey)Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY.MJoinsetModel(String model)Setter forDB_ETERNAL.M_JOIN.MODEL.MJoinsetNamespace(String namespace)Setter forDB_ETERNAL.M_JOIN.NAMESPACE.MJoinsetPriority(Integer priority)Setter forDB_ETERNAL.M_JOIN.PRIORITY.StringtoString()
-
-
-
Method Detail
-
getModel
public String getModel()
Getter forDB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
-
setModel
public MJoin setModel(String model)
Setter forDB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
-
getEntity
public String getEntity()
Getter forDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
-
setEntity
public MJoin setEntity(String entity)
Setter forDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
-
getEntityKey
public String getEntityKey()
Getter forDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名- Specified by:
getEntityKeyin interfaceIMJoin
-
setEntityKey
public MJoin setEntityKey(String entityKey)
Setter forDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名- Specified by:
setEntityKeyin interfaceIMJoin
-
getPriority
public Integer getPriority()
Getter forDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级- Specified by:
getPriorityin interfaceIMJoin
-
setPriority
public MJoin setPriority(Integer priority)
Setter forDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级- Specified by:
setPriorityin interfaceIMJoin
-
getNamespace
public String getNamespace()
Getter forDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)- Specified by:
getNamespacein interfaceIMJoin
-
setNamespace
public MJoin setNamespace(String namespace)
Setter forDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)- Specified by:
setNamespacein interfaceIMJoin
-
from
public void from(IMJoin from)
Description copied from interface:IMJoinLoad data from another generated Record/POJO implementing the common interface IMJoin
-
-