org.eclipse.lyo.client.oslc.resources
Class QmResource
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.client.oslc.resources.QmResource
- All Implemented Interfaces:
- org.eclipse.lyo.oslc4j.core.model.IExtendedResource, org.eclipse.lyo.oslc4j.core.model.IResource
- Direct Known Subclasses:
- TestCase, TestExecutionRecord, TestPlan, TestResult, TestScript
public abstract class QmResource
- extends org.eclipse.lyo.oslc4j.core.model.AbstractResource
- See Also:
http://open-services.net/bin/view/Main/QmSpecificationV2
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource |
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QmResource
public QmResource()
QmResource
public QmResource(URI about)
getRdfType
protected abstract URI getRdfType()
addRdfType
public void addRdfType(URI rdfType)
getCreated
public Date getCreated()
getIdentifier
public String getIdentifier()
getInstanceShape
public URI getInstanceShape()
getModified
public Date getModified()
getRdfTypes
public URI[] getRdfTypes()
getServiceProvider
public URI getServiceProvider()
getTitle
public String getTitle()
setCreated
public void setCreated(Date created)
setIdentifier
public void setIdentifier(String identifier)
setInstanceShape
public void setInstanceShape(URI instanceShape)
setModified
public void setModified(Date modified)
setRdfTypes
public void setRdfTypes(URI[] rdfTypes)
setServiceProvider
public void setServiceProvider(URI serviceProvider)
setTitle
public void setTitle(String title)
Copyright © 2014. All Rights Reserved.