com.ihr.xbrl.pojo
Class XBRLItem

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

public class XBRLItem
extends XBRLConcept

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLItem()
           
 
Method Summary
 java.lang.String get_default()
           
 java.lang.String getBalance()
           
 java.lang.String getPeriodType()
           
 boolean isMonetaryType()
           
 boolean isNumericType()
           
 void set_default(java.lang.String _default)
           
 void setBalance(java.lang.String balance)
           
 void setHash(java.lang.Integer value)
          Method used by hibernate to set the value
 void setMonetaryType(boolean isMonetaryType)
           
 void setNumericType(boolean isNumericType)
           
 void setPeriodType(java.lang.String periodType)
           
 
Methods inherited from class com.ihr.xbrl.pojo.XBRLConcept
equals, get_final, getBlock, getConceptName, getFixed, getFrom, getParent, getSubstitutionGroup, getTo, getType, hashCode, is_abstract, isNillable, set_abstract, set_final, setBlock, setConceptName, setFixed, setFrom, setNillable, setParent, setSubstitutionGroup, setTo, setType
 
Methods inherited from class com.ihr.xbrl.pojo.XMLFragment
addAttribute, addChildren, getAttributes, getChildren, getNamespaces, 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

XBRLItem

public XBRLItem()
Method Detail

isNumericType

public boolean isNumericType()
Returns:
the isNumericType

setNumericType

public void setNumericType(boolean isNumericType)
Parameters:
isNumericType - the isNumericType to set

isMonetaryType

public boolean isMonetaryType()
Returns:
the isMonetaryType

setMonetaryType

public void setMonetaryType(boolean isMonetaryType)
Parameters:
isMonetaryType - the isMonetaryType to set

get_default

public java.lang.String get_default()
Returns:
the _default

set_default

public void set_default(java.lang.String _default)
Parameters:
_default - the _default to set

getBalance

public java.lang.String getBalance()
Returns:
the balance

setBalance

public void setBalance(java.lang.String balance)
Parameters:
balance - the balance to set

getPeriodType

public java.lang.String getPeriodType()
Returns:
the periodType

setPeriodType

public void setPeriodType(java.lang.String periodType)
Parameters:
periodType - the periodType 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