org.eclipse.lyo.oslc4j.core.model
Class ResourceShape

java.lang.Object
  extended by org.eclipse.lyo.oslc4j.core.model.AbstractResource
      extended by org.eclipse.lyo.oslc4j.core.model.ResourceShape
All Implemented Interfaces:
IExtendedResource, IResource

public final class ResourceShape
extends AbstractResource


Constructor Summary
ResourceShape()
           
ResourceShape(URI about)
           
 
Method Summary
 void addDescribeItem(URI describeItem)
           
 void addProperty(Property property)
           
 URI[] getDescribes()
           
 Property[] getProperties()
           
 Property getProperty(URI definition)
           
 String getTitle()
           
 void setDescribes(URI[] describes)
           
 void setProperties(Property[] properties)
           
 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

ResourceShape

public ResourceShape()

ResourceShape

public ResourceShape(URI about)
Method Detail

addDescribeItem

public void addDescribeItem(URI describeItem)

addProperty

public void addProperty(Property property)

getProperty

public Property getProperty(URI definition)

getDescribes

public URI[] getDescribes()

getProperties

public Property[] getProperties()

getTitle

public String getTitle()

setDescribes

public void setDescribes(URI[] describes)

setProperties

public void setProperties(Property[] properties)

setTitle

public void setTitle(String title)


Copyright © 2013. All Rights Reserved.