public class KiWiNamespace extends Object implements org.openrdf.model.Namespace, Serializable
Constructor and Description |
---|
KiWiNamespace() |
KiWiNamespace(String prefix,
String uri) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(org.openrdf.model.Namespace other) |
boolean |
equals(Object o) |
Date |
getCreated() |
Boolean |
getDeleted() |
long |
getId() |
Date |
getModified() |
String |
getName()
Gets the name of the current namespace (i.e.
|
String |
getPrefix() |
String |
getUri() |
int |
hashCode() |
void |
setCreated(Date created) |
void |
setDeleted(Boolean deleted) |
void |
setId(long id) |
void |
setModified(Date modified) |
void |
setPrefix(String prefix) |
void |
setUri(String uri) |
public String getPrefix()
getPrefix
in interface org.openrdf.model.Namespace
public void setPrefix(String prefix)
public String getUri()
public void setUri(String uri)
public long getId()
public void setId(long id)
id
- the id to setpublic Date getCreated()
public void setCreated(Date created)
created
- the created to setpublic Date getModified()
public void setModified(Date modified)
modified
- the modified to setpublic void setDeleted(Boolean deleted)
deleted
- the deleted to setpublic Boolean getDeleted()
public String getName()
getName
in interface org.openrdf.model.Namespace
public int compareTo(org.openrdf.model.Namespace other)
compareTo
in interface Comparable<org.openrdf.model.Namespace>
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.