org.openrdf.concepts.awol
Interface Version

All Known Subinterfaces:
Entry, Feed

public interface Version

Metadata about the state of a resource with given :id at an :updated time.


Method Summary
 URI getAwolId()
          See §4.2.6 rfc 4287 spec.
 XMLGregorianCalendar getAwolUpdated()
          See §4.2.15 of rfc 4287 spec.
 void setAwolId(URI value)
          See §4.2.6 rfc 4287 spec.
 void setAwolUpdated(XMLGregorianCalendar value)
          See §4.2.15 of rfc 4287 spec.
 

Method Detail

getAwolId

URI getAwolId()
See §4.2.6 rfc 4287 spec. All Versions with the same id can be considered to be versions of the resource identified by the id. The id mentions the resource of which it is a representation.


setAwolId

void setAwolId(URI value)
See §4.2.6 rfc 4287 spec. All Versions with the same id can be considered to be versions of the resource identified by the id. The id mentions the resource of which it is a representation.


getAwolUpdated

XMLGregorianCalendar getAwolUpdated()
See §4.2.15 of rfc 4287 spec. Indicates the most recent instant in time when a resource with the given id was modified in a way the publisher considers significant. Therefore, not all modifications necessarily result in a changed atom:updated value.


setAwolUpdated

void setAwolUpdated(XMLGregorianCalendar value)
See §4.2.15 of rfc 4287 spec. Indicates the most recent instant in time when a resource with the given id was modified in a way the publisher considers significant. Therefore, not all modifications necessarily result in a changed atom:updated value.



Copyright © 2004-2007. All Rights Reserved.