Class ApplicationInfos
java.lang.Object
com.priint.pubserver.plugin.entitydata.ApplicationInfos
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionApplicationInfos(String applicationName, String description, ApplicationInfos.Status status, String appMethodMappedName, String rightContainerLabel, String preferenceLabel, String version) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationLabel(String applicationLabel) voidsetAppMethodMappedName(String appMethodMappedName) voidsetDescription(String description) voidsetPreferenceLabel(String preferenceLabel) voidsetRightContainerLabel(String rightContainerLabel) voidsetStatus(ApplicationInfos.Status status) voidsetVersion(String version)
-
Constructor Details
-
ApplicationInfos
public ApplicationInfos() -
ApplicationInfos
-
-
Method Details
-
setApplicationLabel
-
getApplicationLabel
-
getStatus
-
setStatus
-
setDescription
-
getDescription
-
setAppMethodMappedName
-
getAppMethodMappedName
-
setRightContainerLabel
-
getRightContainerLabel
-
setPreferenceLabel
-
getPreferenceLabel
-
setVersion
-
getVersion
-