com.ihr.xbrl.pojo
Class XBRLFactNumeric

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.XBRLFactItem
                  extended by com.ihr.xbrl.pojo.XBRLFactNumeric
All Implemented Interfaces:
HasId, java.io.Serializable
Direct Known Subclasses:
XBRLFactDouble, XBRLFactFraction, XBRLFactNumericNill

public abstract class XBRLFactNumeric
extends XBRLFactItem

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLFactNumeric()
           
 
Method Summary
 int getFormat()
           
 int getPrecision()
           
 XBRLUnit getUnit()
           
 void setFormat(int format)
           
 void setHash(java.lang.Integer value)
          Method used by hibernate to set the value
 void setPrecision(int precision)
           
 void setUnit(XBRLUnit unit)
           
 
Methods inherited from class com.ihr.xbrl.pojo.XBRLFactItem
getContext, setContext
 
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

XBRLFactNumeric

public XBRLFactNumeric()
Method Detail

getPrecision

public int getPrecision()
Returns:
the precision

setPrecision

public void setPrecision(int precision)
Parameters:
precision - the precision to set

getFormat

public int getFormat()
Returns:
the format

setFormat

public void setFormat(int format)
Parameters:
format - the format to set

getUnit

public XBRLUnit getUnit()
Returns:
the unit

setUnit

public void setUnit(XBRLUnit unit)
Parameters:
unit - the unit 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