@Entity public class WebApp extends Object implements ReloadableEntity<Integer>
| Modifier | Constructor and Description |
|---|---|
protected |
WebApp()
Protected constructor, create object using:
WebAppService.create(Context, String, String, Date, int) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName() |
Integer |
getID()
The unique identifier of this entity instance.
|
Integer |
getIsui() |
Date |
getStarted() |
String |
getUrl() |
void |
setAppName(String appName) |
void |
setIsui(Integer isui) |
void |
setStarted(Date started) |
void |
setUrl(String url) |
protected WebApp()
WebAppService.create(Context, String, String, Date, int)public Integer getID()
ReloadableEntitygetID in interface ReloadableEntity<Integer>public String getAppName()
public void setAppName(String appName)
public String getUrl()
public void setUrl(String url)
public Date getStarted()
public void setStarted(Date started)
public Integer getIsui()
public void setIsui(Integer isui)
Copyright © 2022 LYRASIS. All rights reserved.