@Entity public class WebApp extends Object
| 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() |
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()
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 © 2016 DuraSpace. All Rights Reserved.