Class CommonApplication

java.lang.Object
com.orchestranetworks.addon.dex.mapping.CommonApplication

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

  • Method Details

    • getUniversalName

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

      public void setUniversalName(String universalName)
      Sets the universal name of this CommonApplication.
    • getApplicationType

      public ApplicationType getApplicationType()
      Returns the type of this CommonApplication.
    • getLogicalName

      public 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.