Package com.ihr.xbrl.pojo.user

Provides a set of POJO classes in order to give friendly names to elements in the XBRL Database.

See:
          Description

Class Summary
FriendlyCompanyName Provides a friendly name for an XBRLEntity object The XBRL 2.1 entity object contains two elements: Scheme and Identifier.
FriendlyConceptName  
FriendlyTaxonomy  
RegisterUserObjects  
 

Package com.ihr.xbrl.pojo.user Description

Provides a set of POJO classes in order to give friendly names to elements in the XBRL Database. The friendly names can be used in functions from excel as strings and they will refer to an entity that can be used in other functions.

POJO stands from (P)ure (O)ld (J)ava (O)bject and is a common technology to store information in a SQL repository. It is used by hibernate and other technologies as well.

In POJO, all objects must have a constructor with no arguments and getters and setters for all properties.

The method XBRLPojoGenerator.generate(DTSContainer dts) can be used to generate a POJO representation of a DTS

Since:
1.0 Created: 12/02/2009
Author:
Ignacio


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa