|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.pojo.Namespace
public class Namespace
This class represents a namespace and prefix tuple stored into the XBRL database.
An instance of this class stores both. The namespace prefix and the namespace URI so it will be easy to change either the namespace URI or the prefix at a later time for all elements using this namespace.
| Constructor Summary | |
|---|---|
Namespace()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Long |
getId()
Get access to the object ID in which is unique |
java.lang.String |
getNamespace()
|
java.lang.String |
getPrefix()
|
int |
hashCode()
This is the java hashCode method |
void |
setHash(java.lang.Integer value)
Method used by hibernate to set the value |
void |
setId(java.lang.Long id)
Sets the object ID. |
void |
setNamespace(java.lang.String namespace)
|
void |
setPrefix(java.lang.String prefix)
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Namespace()
| Method Detail |
|---|
public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix - the prefix to setpublic java.lang.Long getId()
HasId
getId in interface HasIdpublic void setId(java.lang.Long id)
HasId
setId in interface HasIdid - the id to setpublic java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace - the namespace to setpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic void setHash(java.lang.Integer value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||