Package de.aeb.xnsg.foundation.bf
Class ProductInfoDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.ProductInfoDTO
This class holds various information items of the server
which serves this request.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThis is the name of the product that is deployed to this server.This is the name of the product that is deployed to this server in its original manner.This data contains the version of the product.String[]
This contains a list of names of all solutions, which are deployed to the server. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
productName
This is the name of the product that is deployed to this server. -
productVersion
This data contains the version of the product. -
solutions
This contains a list of names of all solutions, which are deployed to the server. -
productNameInternal
This is the name of the product that is deployed to this server in its original manner.
-
-
Constructor Details
-
ProductInfoDTO
public ProductInfoDTO()
-