|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.pojo.XMLNode
com.ihr.xbrl.pojo.XMLFragment
com.ihr.xbrl.pojo.XBRLFact
com.ihr.xbrl.pojo.XBRLFactTuple
public class XBRLFactTuple
| Constructor Summary | |
|---|---|
XBRLFactTuple()
|
|
| Method Summary | |
|---|---|
boolean |
addFact(XBRLFact fact)
|
java.util.Collection<XBRLFact> |
getFacts()
|
boolean |
removeFact(XBRLFact fact)
|
void |
setHash(java.lang.Integer value)
Method used by hibernate to set the value |
| Methods inherited from class com.ihr.xbrl.pojo.XBRLFact |
|---|
getConcept, getFrom, getInstance, getParent, getTo, isNill, setConcept, setFrom, setInstance, setNill, setParent, setTo |
| Methods inherited from class com.ihr.xbrl.pojo.XMLFragment |
|---|
addAttribute, addChildren, equals, getAttributes, getChildren, getNamespaces, hashCode, 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 |
|---|
public XBRLFactTuple()
| Method Detail |
|---|
public java.util.Collection<XBRLFact> getFacts()
getFacts in interface XBRLFactListpublic boolean addFact(XBRLFact fact)
addFact in interface XBRLFactListfact - the fact to be added to the collection
public boolean removeFact(XBRLFact fact)
removeFact in interface XBRLFactListfact - the fact to be removed from the collection
public void setHash(java.lang.Integer value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||