Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nl.aidministrator.rdf.client.model
Class Resource  view Resource download Resource.java

java.lang.Object
  extended bynl.aidministrator.rdf.client.model.Resource
All Implemented Interfaces:
Value

public class Resource
extends java.lang.Object
implements Value

An (RDF) resource.


Field Summary
protected  java.lang.String _uri
          The URI of this resource.
 
Constructor Summary
Resource(java.lang.String uri)
          Creates a new Resource.
 
Method Summary
 boolean equals(java.lang.Object other)
          Checks whether this Resource is equal to another.
 java.lang.String getURI()
          Gets the URI of this resource.
 int hashCode()
          Returns a hash code for this resource.
 java.lang.String toString()
          Return the URI of this resource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_uri

protected java.lang.String _uri
The URI of this resource.

Constructor Detail

Resource

public Resource(java.lang.String uri)
Creates a new Resource.

Method Detail

getURI

public java.lang.String getURI()
Gets the URI of this resource.


equals

public boolean equals(java.lang.Object other)
Checks whether this Resource is equal to another.


hashCode

public int hashCode()
Returns a hash code for this resource.


toString

public java.lang.String toString()
Return the URI of this resource.