Class ApplicationInfos

java.lang.Object
com.priint.pubserver.plugin.entitydata.ApplicationInfos
All Implemented Interfaces:
Serializable

public class ApplicationInfos extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • setApplicationLabel

      public void setApplicationLabel(String applicationLabel)
    • getApplicationLabel

      public String getApplicationLabel()
    • getStatus

      public ApplicationInfos.Status getStatus()
    • setStatus

      public void setStatus(ApplicationInfos.Status status)
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setAppMethodMappedName

      public void setAppMethodMappedName(String appMethodMappedName)
    • getAppMethodMappedName

      public String getAppMethodMappedName()
    • setRightContainerLabel

      public void setRightContainerLabel(String rightContainerLabel)
    • getRightContainerLabel

      public String getRightContainerLabel()
    • setPreferenceLabel

      public void setPreferenceLabel(String preferenceLabel)
    • getPreferenceLabel

      public String getPreferenceLabel()
    • setVersion

      public void setVersion(String version)
    • getVersion

      public String getVersion()