public class BasicResource extends Object
| Constructor and Description |
|---|
BasicResource() |
| Modifier and Type | Method and Description |
|---|---|
BasicCapability[] |
getCapabilities()
Returns an array of capability interfaces for this resource.
|
String |
getContact()
Returns the contact information for this resource.
|
String |
getIdentifier()
Returns the resource unique identifier.
|
String |
getPublisher()
Returns the resource publisher.
|
String |
getReferenceUrl()
Returns the reference URL for this resource.
|
String |
getShortName()
Returns the resource short name.
|
String[] |
getSubjects()
Returns an array of subject strings for this resource.
|
String |
getTitle()
Returns the resource title.
|
void |
setCapabilities(BasicCapability[] capabilities)
Sets the capability interface array.
|
void |
setContact(String contact)
Sets the contact information.
|
void |
setIdentifier(String identifier)
Sets the resource unique identifier.
|
void |
setPublisher(String publisher)
Sets the resource publisher.
|
void |
setReferenceUrl(String referenceUrl)
Sets the reference URL.
|
void |
setShortName(String shortName)
Sets the resource short name.
|
void |
setSubjects(String[] subjects)
Sets the subject strings.
|
void |
setTitle(String title)
Sets the resource title.
|
public void setTitle(String title)
title - titlepublic String getTitle()
public void setShortName(String shortName)
shortName - short namepublic String getShortName()
public void setIdentifier(String identifier)
identifier - identifier URIpublic String getIdentifier()
ivo://authority/path.public void setPublisher(String publisher)
publisher - publisherpublic String getPublisher()
public void setContact(String contact)
contact - contact stringpublic String getContact()
public void setSubjects(String[] subjects)
subjects - array of subject stringspublic String[] getSubjects()
public void setReferenceUrl(String referenceUrl)
referenceUrl - reference URLpublic String getReferenceUrl()
public void setCapabilities(BasicCapability[] capabilities)
capabilities - capability arraypublic BasicCapability[] getCapabilities()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.