com.ihr.xbrl.pojo
Class XBRLDocument

java.lang.Object
  extended by com.ihr.xbrl.pojo.XMLNode
      extended by com.ihr.xbrl.pojo.XMLFragment
          extended by com.ihr.xbrl.pojo.XBRLDocument
All Implemented Interfaces:
HasId, java.io.Serializable
Direct Known Subclasses:
XBRLInstance, XBRLLinkbase, XBRLTaxonomy

public abstract class XBRLDocument
extends XMLFragment

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLDocument()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getContent()
           
 java.lang.String getURI()
           
 int hashCode()
          This is the java hashCode method
 void setContent(byte[] content)
           
 void setHash(java.lang.Integer value)
          Method used by hibernate to set the value
 void setURI(java.lang.String uri)
           
 
Methods inherited from class com.ihr.xbrl.pojo.XMLFragment
addAttribute, addChildren, getAttributes, getChildren, getNamespaces, removeAttribute, removeChildren, setNamespaces
 
Methods inherited from class com.ihr.xbrl.pojo.XMLNode
getId, getName, getValue, setHash, setId, setName, setValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XBRLDocument

public XBRLDocument()
Method Detail

getContent

public byte[] getContent()
Returns:
the content

setContent

public void setContent(byte[] content)
Parameters:
content - the content to set

getURI

public java.lang.String getURI()
Returns:
the uRI

setURI

public void setURI(java.lang.String uri)
Parameters:
uri - the uRI to set

hashCode

public int hashCode()
This is the java hashCode method

Overrides:
hashCode in class XMLFragment
Returns:
int

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class XMLFragment

setHash

public void setHash(java.lang.Integer value)
Method used by hibernate to set the value

Parameters:
value -


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa