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