Class CommonApplication
- java.lang.Object
-
- com.orchestranetworks.addon.dex.mapping.CommonApplication
-
public final class CommonApplication extends java.lang.ObjectDefines the configuration for an application.- Since:
- 2.3.0
-
-
Constructor Summary
Constructors Constructor Description CommonApplication(java.lang.String logicalName, ApplicationType applicationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationTypegetApplicationType()Returns the type of thisCommonApplication.java.lang.StringgetLogicalName()Returns the logical name which ensures a unique identification for thisCommonApplication.java.lang.StringgetUniversalName()Returns the universal name of thisCommonApplication.voidsetUniversalName(java.lang.String universalName)Sets the universal name of thisCommonApplication.
-
-
-
Constructor Detail
-
CommonApplication
public CommonApplication(java.lang.String logicalName, ApplicationType applicationType)
-
-
Method Detail
-
getUniversalName
public java.lang.String getUniversalName()
Returns the universal name of thisCommonApplication.
-
setUniversalName
public void setUniversalName(java.lang.String universalName)
Sets the universal name of thisCommonApplication.
-
getApplicationType
public ApplicationType getApplicationType()
Returns the type of thisCommonApplication.
-
getLogicalName
public java.lang.String getLogicalName()
Returns the logical name which ensures a unique identification for thisCommonApplication. For mapping configurations defined in the {addon.label} dataset, this is represented in the 'Application' table's 'Logical name' field.
-
-