|
|||||||||
| Home >> All >> nl >> aidministrator >> rdf >> client >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nl.aidministrator.rdf.client.model
Class Resource

java.lang.Objectnl.aidministrator.rdf.client.model.Resource
- All Implemented Interfaces:
- Value
- public class Resource
- extends java.lang.Object
- implements Value
- extends java.lang.Object
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.
|
|||||||||
| Home >> All >> nl >> aidministrator >> rdf >> client >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
nl.aidministrator.rdf.client.model.Resource