Class DimServiceItem
- java.lang.Object
-
- de.uplanet.lucy.server.documentintegration.DimServiceItem
-
public class DimServiceItem extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppGuid()
String
getApplicationTitle()
String
getDescription()
String
getGuid()
The DIM service GUIDString
getName()
The name of the DIM serviceString
getPageGuid()
String
getPageTitle()
boolean
isChildDimService()
-
-
-
Constructor Detail
-
DimServiceItem
public DimServiceItem(String p_guid, String p_name, String p_desciption, String p_appGuid, String p_applicationName, String p_pageGuid, String p_pageName, boolean p_bIsChildDimService)
- Parameters:
p_guid
-p_name
-p_desciption
-p_appGuid
-p_applicationName
-p_pageGuid
-p_pageName
-p_bIsChildDimService
-
-
-
Method Detail
-
isChildDimService
public final boolean isChildDimService()
-
getGuid
public String getGuid()
The DIM service GUID- Returns:
- The DIM service GUID.
-
getName
public String getName()
The name of the DIM service- Returns:
- The name of the DIM service
-
getDescription
public String getDescription()
- Returns:
- The description of the DIM service
-
getAppGuid
public String getAppGuid()
- Returns:
- The application GUID.
-
getApplicationTitle
public String getApplicationTitle()
- Returns:
- The title of the application.
-
getPageGuid
public String getPageGuid()
- Returns:
- The DIM Page GUID
-
getPageTitle
public String getPageTitle()
- Returns:
- The page title.
-
-