com.ihr.xbrl.pojo
Class XBRLConcept

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

public abstract class XBRLConcept
extends XMLFragment

Author:
Ignacio
See Also:
Serialized Form

Constructor Summary
XBRLConcept()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String get_final()
           
 java.lang.String getBlock()
           
 java.lang.String getConceptName()
           
 java.lang.String getFixed()
           
 java.util.Set<XBRLRelationship> getFrom()
           
 XBRLTaxonomy getParent()
           
 QName getSubstitutionGroup()
           
 java.util.Set<XBRLRelationship> getTo()
           
 QName getType()
           
 int hashCode()
          This is the java hashCode method
 boolean is_abstract()
           
 boolean isNillable()
           
 void set_abstract(boolean _abstract)
           
 void set_final(java.lang.String _final)
           
 void setBlock(java.lang.String block)
           
 void setConceptName(java.lang.String conceptName)
           
 void setFixed(java.lang.String fixed)
           
 void setFrom(java.util.Set<XBRLRelationship> from)
           
 void setHash(java.lang.Integer value)
          Method used by hibernate to set the value
 void setNillable(boolean nillable)
           
 void setParent(XBRLTaxonomy parent)
           
 void setSubstitutionGroup(QName substitutionGroup)
           
 void setTo(java.util.Set<XBRLRelationship> to)
           
 void setType(QName type)
           
 
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

XBRLConcept

public XBRLConcept()
Method Detail

getConceptName

public java.lang.String getConceptName()
Returns:
the conceptName

setConceptName

public void setConceptName(java.lang.String conceptName)
Parameters:
conceptName - the conceptName to set

getSubstitutionGroup

public QName getSubstitutionGroup()
Returns:
the substitutionGroup

setSubstitutionGroup

public void setSubstitutionGroup(QName substitutionGroup)
Parameters:
substitutionGroup - the substitutionGroup to set

is_abstract

public boolean is_abstract()
Returns:
the _abstract

set_abstract

public void set_abstract(boolean _abstract)
Parameters:
_abstract - the _abstract to set

get_final

public java.lang.String get_final()
Returns:
the _final

set_final

public void set_final(java.lang.String _final)
Parameters:
_final - the _final to set

getBlock

public java.lang.String getBlock()
Returns:
the block

setBlock

public void setBlock(java.lang.String block)
Parameters:
block - the block to set

getFixed

public java.lang.String getFixed()
Returns:
the fixed

setFixed

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

isNillable

public boolean isNillable()
Returns:
the nillable

setNillable

public void setNillable(boolean nillable)
Parameters:
nillable - the nillable to set

getParent

public XBRLTaxonomy getParent()
Returns:
the parent

setParent

public void setParent(XBRLTaxonomy parent)
Parameters:
parent - the parent 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

getType

public QName getType()
Returns:
the type

setType

public void setType(QName type)
Parameters:
type - the type to set

hashCode

public int hashCode()
This is the java hashCode method

Overrides:
hashCode in class XMLFragment
Returns:
int

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class XMLFragment

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