com.ihr.xbrl.pojo
Class XBRLFactTuple

java.lang.Object
  extended by com.ihr.xbrl.pojo.XMLNode
      extended by com.ihr.xbrl.pojo.XMLFragment
          extended by com.ihr.xbrl.pojo.XBRLFact
              extended by com.ihr.xbrl.pojo.XBRLFactTuple
All Implemented Interfaces:
HasId, XBRLFactList, java.io.Serializable

public class XBRLFactTuple
extends XBRLFact
implements XBRLFactList

Author:
Ignacio
See Also:
Serialized Form

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

XBRLFactTuple

public XBRLFactTuple()
Method Detail

getFacts

public java.util.Collection<XBRLFact> getFacts()
Specified by:
getFacts in interface XBRLFactList
Returns:
the facts

addFact

public boolean addFact(XBRLFact fact)
Specified by:
addFact in interface XBRLFactList
Parameters:
fact - the fact to be added to the collection
Returns:
boolean true if successfully added

removeFact

public boolean removeFact(XBRLFact fact)
Specified by:
removeFact in interface XBRLFactList
Parameters:
fact - the fact to be removed from the collection
Returns:
boolean true if successfully removed

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