com.ihr.xbrl.pojo
Class XBRLDocument
java.lang.Object
com.ihr.xbrl.pojo.XMLNode
com.ihr.xbrl.pojo.XMLFragment
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
|
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 java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
XBRLDocument
public XBRLDocument()
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