org.cip4.jdflib.ifaces
Interface IURLSetter

All Known Implementing Classes:
JDFFileSpec, JDFNode, JDFPreview, JDFQueueSubmissionParams, JDFResubmissionParams, JDFReturnQueueEntryParams

public interface IURLSetter

Interface for elements that can set or get a URL - used when unpacking or forwarding the respective url target

Author:
Rainer Prosi, Heidelberger Druckmaschinen *

Method Summary
 String getURL()
           
 void setURL(String url)
           
 

Method Detail

setURL

void setURL(String url)
Parameters:
url - the URL to set

getURL

String getURL()
Returns:
the URL of this


Copyright © 2013. All Rights Reserved.