java.lang.Object
com.aquima.web.components.filedownload.configuration.FileDownloadId
All Implemented Interfaces:
Serializable

public class FileDownloadId extends Object implements Serializable
  • internalConfigurationId, to be used to store the actual configuration on the page scope
  • configurationId, to be saved in the page scope, points to the internal id and is sent to the client
Author:
Voicu Moldovan
See Also:
  • Field Details

  • Constructor Details

    • FileDownloadId

      public FileDownloadId(String containerName, String containerId)
  • Method Details

    • getInternalConfigurationId

      public String getInternalConfigurationId()
    • getConfigurationId

      public String getConfigurationId()
    • getContainerId

      public String getContainerId()