Class CommonApplication


  • public final class CommonApplication
    extends java.lang.Object
    Defines the configuration for an application.
    Since:
    2.3.0
    • Constructor Detail

      • CommonApplication

        public CommonApplication​(java.lang.String logicalName,
                                 ApplicationType applicationType)
    • Method Detail

      • getUniversalName

        public java.lang.String getUniversalName()
        Returns the universal name of this CommonApplication.
      • setUniversalName

        public void setUniversalName​(java.lang.String universalName)
        Sets the universal name of this CommonApplication.
      • getLogicalName

        public java.lang.String getLogicalName()
        Returns the logical name which ensures a unique identification for this CommonApplication. For mapping configurations defined in the {addon.label} dataset, this is represented in the 'Application' table's 'Logical name' field.