com.ihr.xbrl.pojo
Class XBRLFact

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

public abstract class XBRLFact
extends XMLFragment

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLFact()
           
 
Method Summary
 XBRLConcept getConcept()
           
 java.util.Set<XBRLRelationship> getFrom()
           
 XBRLInstance getInstance()
           
 XBRLFactList getParent()
           
 java.util.Set<XBRLRelationship> getTo()
           
 boolean isNill()
           
 void setConcept(XBRLConcept concept)
           
 void setFrom(java.util.Set<XBRLRelationship> from)
           
 void setHash(java.lang.Integer value)
          Method used by hibernate to set the value
 void setInstance(XBRLInstance instance)
           
 void setNill(boolean nill)
           
 void setParent(XBRLFactList parent)
           
 void setTo(java.util.Set<XBRLRelationship> to)
           
 
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

XBRLFact

public XBRLFact()
Method Detail

getInstance

public XBRLInstance getInstance()

setInstance

public void setInstance(XBRLInstance instance)

getParent

public XBRLFactList getParent()
Returns:
the container

setParent

public void setParent(XBRLFactList parent)
Parameters:
parent - the container to set

getConcept

public XBRLConcept getConcept()
Returns:
the concept

setConcept

public void setConcept(XBRLConcept concept)
Parameters:
concept - the concept to set

isNill

public boolean isNill()
Returns:
the isNil

setNill

public void setNill(boolean nill)
Parameters:
nill - the isNil to set

getFrom

public java.util.Set<XBRLRelationship> getFrom()
Returns:
the from

setFrom

public void setFrom(java.util.Set<XBRLRelationship> from)
Parameters:
from - the from to set

getTo

public java.util.Set<XBRLRelationship> getTo()
Returns:
the to

setTo

public void setTo(java.util.Set<XBRLRelationship> to)
Parameters:
to - the to to set

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