Package io.vertx.tp.jet.atom
Class JtApp
java.lang.Object
io.vertx.tp.jet.atom.JtApp
- All Implemented Interfaces:
io.horizon.specification.typed.TCopy<JtApp>,Serializable
public class JtApp
extends Object
implements Serializable, io.horizon.specification.typed.TCopy<JtApp>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<CHILD extends JtApp>
CHILDcopy()getAppId()getCode()getLogo()getName()getRoute()getSigma()io.vertx.up.commune.config.DatabasegetTitle()voidvoidvoidvoidsetAuditor(io.vertx.core.json.JsonObject auditor) voidsetBackend(io.vertx.core.json.JsonObject backend) voidsetBusiness(io.vertx.core.json.JsonObject business) voidvoidsetFrontend(io.vertx.core.json.JsonObject frontend) voidsetLanguage(String language) voidvoidvoidvoidsetSource(io.vertx.up.commune.config.Database source) voidtoString()
-
Constructor Details
-
JtApp
public JtApp()
-
-
Method Details
-
copy
- Specified by:
copyin interfaceio.horizon.specification.typed.TCopy<JtApp>
-
toString
-
getAppId
-
setAppId
-
getAppKey
-
setAppKey
-
getSigma
-
setSigma
-
getName
-
setName
-
getCode
-
setCode
-
getLanguage
-
setLanguage
-
getActive
-
setActive
-
getLogo
-
setLogo
-
getTitle
-
setTitle
-
setBusiness
public void setBusiness(io.vertx.core.json.JsonObject business) -
setBackend
public void setBackend(io.vertx.core.json.JsonObject backend) -
setFrontend
public void setFrontend(io.vertx.core.json.JsonObject frontend) -
setAuditor
public void setAuditor(io.vertx.core.json.JsonObject auditor) -
getRoute
-
getSource
public io.vertx.up.commune.config.Database getSource() -
setSource
public void setSource(io.vertx.up.commune.config.Database source)
-