Class ProductInfoDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.ProductInfoDTO

public class ProductInfoDTO extends Object
This class holds various information items of the server which serves this request.
  • Field Details

    • productName

      public String productName
      This is the name of the product that is deployed to this server.
    • productVersion

      public VersionInfoDTO productVersion
      This data contains the version of the product.
    • solutions

      public String[] solutions
      This contains a list of names of all solutions, which are deployed to the server.
    • productNameInternal

      public String productNameInternal
      This is the name of the product that is deployed to this server in its original manner.
  • Constructor Details

    • ProductInfoDTO

      public ProductInfoDTO()