XBRLAPI

A Java API for XBRL


org.xbrlapi.aspects
Class Base

java.lang.Object
  extended by org.xbrlapi.aspects.Base
All Implemented Interfaces:
StoreHandler

public abstract class Base
extends Object
implements StoreHandler

This is a generic aspect value implementation. All concrete aspect value implementations should extend this generic implementation.

Author:
Geoff Shuetrim (geoff@galexy.net)

Field Summary
protected static org.apache.log4j.Logger logger
           
 
Constructor Summary
Base(Store store)
           
 
Method Summary
 Store getStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.log4j.Logger logger
Constructor Detail

Base

public Base(Store store)
     throws XBRLException
Throws:
XBRLException
Method Detail

getStore

public Store getStore()
               throws XBRLException
Specified by:
getStore in interface StoreHandler
Returns:
the underlying data store.
Throws:
XBRLException
See Also:
StoreHandler.getStore()

Get Java XBRL API implementation at SourceForge.net.