@Entity public class RuntimeApp extends Object
User
with a RuntimeAppDefinition
. Indicates
a user sees the deployed app on the landing page.Modifier and Type | Field and Description |
---|---|
protected RuntimeAppDefinition |
appDefinition |
protected User |
user |
Constructor and Description |
---|
RuntimeApp() |
Modifier and Type | Method and Description |
---|---|
RuntimeAppDefinition |
getAppDefinition() |
Long |
getId() |
User |
getUser() |
void |
setAppDefinition(RuntimeAppDefinition appDefinition) |
void |
setId(Long id) |
void |
setUser(User user) |
protected RuntimeAppDefinition appDefinition
protected User user
public Long getId()
public void setId(Long id)
public RuntimeAppDefinition getAppDefinition()
public void setAppDefinition(RuntimeAppDefinition appDefinition)
public User getUser()
public void setUser(User user)
Copyright © 2014–2015 Alfresco. All rights reserved.