Uses of Interface
cn.vertxup.graphic.domain.tables.interfaces.IGNode
-
Packages that use IGNode Package Description cn.vertxup.graphic.domain.tables.interfaces cn.vertxup.graphic.domain.tables.pojos cn.vertxup.graphic.domain.tables.records -
-
Uses of IGNode in cn.vertxup.graphic.domain.tables.interfaces
Methods in cn.vertxup.graphic.domain.tables.interfaces with type parameters of type IGNode Modifier and Type Method Description <E extends IGNode>
EIGNode. into(E into)Copy data into another generated Record/POJO implementing the common interface IGNodeMethods in cn.vertxup.graphic.domain.tables.interfaces that return IGNode Modifier and Type Method Description default IGNodeIGNode. fromJson(io.vertx.core.json.JsonObject json)IGNodeIGNode. setActive(Boolean value)Setter forDB_ETERNAL.G_NODE.ACTIVE.IGNodeIGNode. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.G_NODE.CREATED_AT.IGNodeIGNode. setCreatedBy(String value)Setter forDB_ETERNAL.G_NODE.CREATED_BY.IGNodeIGNode. setGraphicId(String value)Setter forDB_ETERNAL.G_NODE.GRAPHIC_ID.IGNodeIGNode. setKey(String value)Setter forDB_ETERNAL.G_NODE.KEY.IGNodeIGNode. setLanguage(String value)Setter forDB_ETERNAL.G_NODE.LANGUAGE.IGNodeIGNode. setMetadata(String value)Setter forDB_ETERNAL.G_NODE.METADATA.IGNodeIGNode. setName(String value)Setter forDB_ETERNAL.G_NODE.NAME.IGNodeIGNode. setRecordClass(String value)Setter forDB_ETERNAL.G_NODE.RECORD_CLASS.IGNodeIGNode. setRecordComponent(String value)Setter forDB_ETERNAL.G_NODE.RECORD_COMPONENT.IGNodeIGNode. setRecordData(String value)Setter forDB_ETERNAL.G_NODE.RECORD_DATA.IGNodeIGNode. setRecordKey(String value)Setter forDB_ETERNAL.G_NODE.RECORD_KEY.IGNodeIGNode. setSigma(String value)Setter forDB_ETERNAL.G_NODE.SIGMA.IGNodeIGNode. setUi(String value)Setter forDB_ETERNAL.G_NODE.UI.IGNodeIGNode. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.G_NODE.UPDATED_AT.IGNodeIGNode. setUpdatedBy(String value)Setter forDB_ETERNAL.G_NODE.UPDATED_BY.IGNodeIGNode. setX(BigDecimal value)Setter forDB_ETERNAL.G_NODE.X.IGNodeIGNode. setY(BigDecimal value)Setter forDB_ETERNAL.G_NODE.Y.Methods in cn.vertxup.graphic.domain.tables.interfaces with parameters of type IGNode Modifier and Type Method Description voidIGNode. from(IGNode from)Load data from another generated Record/POJO implementing the common interface IGNode -
Uses of IGNode in cn.vertxup.graphic.domain.tables.pojos
Classes in cn.vertxup.graphic.domain.tables.pojos that implement IGNode Modifier and Type Class Description classGNodeThis class is generated by jOOQ.Methods in cn.vertxup.graphic.domain.tables.pojos with type parameters of type IGNode Modifier and Type Method Description <E extends IGNode>
EGNode. into(E into)Methods in cn.vertxup.graphic.domain.tables.pojos with parameters of type IGNode Modifier and Type Method Description voidGNode. from(IGNode from)Constructors in cn.vertxup.graphic.domain.tables.pojos with parameters of type IGNode Constructor Description GNode(IGNode value) -
Uses of IGNode in cn.vertxup.graphic.domain.tables.records
Classes in cn.vertxup.graphic.domain.tables.records that implement IGNode Modifier and Type Class Description classGNodeRecordThis class is generated by jOOQ.Methods in cn.vertxup.graphic.domain.tables.records with type parameters of type IGNode Modifier and Type Method Description <E extends IGNode>
EGNodeRecord. into(E into)Methods in cn.vertxup.graphic.domain.tables.records with parameters of type IGNode Modifier and Type Method Description voidGNodeRecord. from(IGNode from)
-