Class AppsRestService.App

java.lang.Object
org.exoplatform.social.service.rest.AppsRestService.App
Enclosing class:
AppsRestService

public static class AppsRestService.App extends Object
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 Details

    • App

      public App()
  • Method Details

    • setAppId

      public void setAppId(String appId)
      sets appId
      Parameters:
      appId - application id
    • getAppId

      public String getAppId()
      gets appId
      Returns:
      appId application id
    • setAppName

      public void setAppName(String appName)
      sets application name
      Parameters:
      appName - application name
    • getAppName

      public String getAppName()
      gets application name
      Returns:
      application name