org.eclipse.lyo.core.trs
Class Page
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.core.trs.Page
- All Implemented Interfaces:
- IExtendedResource, IResource
public class Page
- extends AbstractResource
In TRS, the Base Resource is paginated using the W3C Linked Data Platform
(LDP) Container pagination. This class defines a LDP resource.
Constructor Summary |
Page()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page()
getNextPage
public URI getNextPage()
- Returns:
- the nextPage
setNextPage
public void setNextPage(URI nextPage)
- Parameters:
nextPage
- the nextPage to set
getPageOf
public Base getPageOf()
- Returns:
- the pageOf
setPageOf
public void setPageOf(Base pageOf)
- Parameters:
pageOf
- the pageOf to set
Copyright © 2013. All rights reserved.