org.bioconductor.packages.rservices
Class FileReference
java.lang.Object
org.bioconductor.packages.rservices.FileReference
- All Implemented Interfaces:
- java.io.Serializable
public class FileReference
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
localName
|
protected java.lang.String |
type
|
protected java.lang.String |
url
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
url
protected java.lang.String url
localName
protected java.lang.String localName
type
protected java.lang.String type
FileReference
public FileReference()
FileReference
public FileReference(java.lang.String url,
java.lang.String localName,
java.lang.String type)
- Parameters:
url
- localName
- type
-
getLocalName
public java.lang.String getLocalName()
- Returns:
- the localName
setLocalName
public void setLocalName(java.lang.String localName)
- Parameters:
localName
- the localName to set
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type
- the type to set
getUrl
public java.lang.String getUrl()
- Returns:
- the url
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url
- the url to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright Bioconductor. All Rights Reserved.