public class ResearchData extends Object
| Constructor and Description |
|---|
ResearchData(String url,
String label)
Simple constructor that requires all mandatory fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Returns the locally unique identifier for the file.
|
String |
getLabel()
Returns the human readable name for the file.
|
String |
getType()
Returns the file format, extension or mimetype of the file.
|
String |
getUrl()
Returns the URL that is used to access the file.
|
void |
setLabel(String label)
Changes the human readable name for the file.
|
void |
setType(String type)
Changes the file format, extension or mimetype.
|
void |
setUrl(String url)
Changes the URL that is used to access the file.
|
public String getUrl()
public void setUrl(String url)
url - the URL that is used to access the filepublic String getLabel()
public void setLabel(String label)
label - a human readable name for the filepublic String getIdentifier()
public String getType()
public void setType(String type)
type - a file format, extension or mimetypeCopyright © 2017–2018. All rights reserved.