org.eclipse.lyo.client.oslc.resources
Class QmResource

java.lang.Object
  extended by org.eclipse.lyo.oslc4j.core.model.AbstractResource
      extended by 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

Constructor Summary
QmResource()
           
QmResource(URI about)
           
 
Method Summary
 void addRdfType(URI rdfType)
           
 Date getCreated()
           
 String getIdentifier()
           
 URI getInstanceShape()
           
 Date getModified()
           
protected abstract  URI getRdfType()
           
 URI[] getRdfTypes()
           
 URI getServiceProvider()
           
 String getTitle()
           
 void setCreated(Date created)
           
 void setIdentifier(String identifier)
           
 void setInstanceShape(URI instanceShape)
           
 void setModified(Date modified)
           
 void setRdfTypes(URI[] rdfTypes)
           
 void setServiceProvider(URI serviceProvider)
           
 void setTitle(String title)
           
 
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
 

Constructor Detail

QmResource

public QmResource()

QmResource

public QmResource(URI about)
Method Detail

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 © 2013. All Rights Reserved.