Package lumis.doui.hyperlink
Class PreparedUrl
- java.lang.Object
-
- lumis.doui.hyperlink.PreparedUrl
-
public class PreparedUrl extends java.lang.Object
Prepared Url object- Since:
- 4.0.11
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description PreparedUrl(IServiceInterfaceUrl url, java.util.Collection<java.lang.String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getParameters()
IServiceInterfaceUrl
getUrl()
void
setParameters(java.util.Collection<java.lang.String> parameters)
-
-
-
Constructor Detail
-
PreparedUrl
public PreparedUrl(IServiceInterfaceUrl url, java.util.Collection<java.lang.String> parameters)
-
-
Method Detail
-
getParameters
public java.util.Collection<java.lang.String> getParameters()
-
setParameters
public void setParameters(java.util.Collection<java.lang.String> parameters)
-
getUrl
public IServiceInterfaceUrl getUrl()
-
-