|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.service.rest.AppsRestService.App
public static class AppsRestService.App
Describes an application entity from the application registry service of the portal. This class is needed as a model for converter of the rest service.
| Constructor Summary | |
|---|---|
AppsRestService.App()
|
|
| Method Summary | |
|---|---|
String |
getAppId()
gets appId |
String |
getAppName()
gets application name |
void |
setAppId(String appId)
sets appId |
void |
setAppName(String appName)
sets application name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppsRestService.App()
| Method Detail |
|---|
public void setAppId(String appId)
appId - application idpublic String getAppId()
public void setAppName(String appName)
appName - application namepublic String getAppName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||