com.ibm.ram.common.data
Class URLArtifact

java.lang.Object
  extended by com.ibm.ram.common.data.Artifact
      extended by com.ibm.ram.common.data.URLArtifact
Direct Known Subclasses:
RAMURLArtifact

public class URLArtifact
extends Artifact

Represents a URL artifact

Since:
7.1

Field Summary
 
Fields inherited from class com.ibm.ram.common.data.Artifact
FILE_DELIM, TYPE_FILE, TYPE_FOLDER, TYPE_URL
 
Constructor Summary
URLArtifact()
           
 
Method Summary
 java.lang.String getURL()
           
 void setURL(java.lang.String url)
           
 
Methods inherited from class com.ibm.ram.common.data.Artifact
getChecksum, getCreationDate, getLabel, getMimeType, getName, getPath, getReference, getSize, getType, setChecksum, setCreationDate, setLabel, setMimeType, setName, setPath, setReference, setSize, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLArtifact

public URLArtifact()
Method Detail

getURL

public java.lang.String getURL()
Returns:
The URL value.
Since:
7.1

setURL

public void setURL(java.lang.String url)
Parameters:
url - The URL value.
Since:
7.1