org.openrdf.repository.manager
Class RepositoryInfo
java.lang.Object
org.openrdf.repository.manager.RepositoryInfo
- All Implemented Interfaces:
- Comparable<RepositoryInfo>
public class RepositoryInfo
- extends Object
- implements Comparable<RepositoryInfo>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryInfo
public RepositoryInfo()
getId
public String getId()
setId
public void setId(String id)
getLocation
public URL getLocation()
setLocation
public void setLocation(URL location)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
isReadable
public boolean isReadable()
setReadable
public void setReadable(boolean readable)
isWritable
public boolean isWritable()
setWritable
public void setWritable(boolean writable)
compareTo
public int compareTo(RepositoryInfo o)
- Specified by:
compareTo in interface Comparable<RepositoryInfo>
Copyright © 2001-2008 Aduna. All Rights Reserved.