Class ResolvedFileSourceUrl

java.lang.Object
de.xima.fc.workflow.processor.model.ResolvedFileSourceUrl
All Implemented Interfaces:
IResolvedFileSourceDetails, IResolvedFileSourceUrl, Serializable

public final class ResolvedFileSourceUrl extends Object implements IResolvedFileSourceUrl
Default POJO implementation of IResolvedFileSourceUrl.
Since:
7.0.5
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • ResolvedFileSourceUrl

      public ResolvedFileSourceUrl(String url)
      Creates a new POJO instance with the given data.
      Parameters:
      url - Value returned by getUrl().
  • Method Details