org.xbrlapi.aspects
Class Base
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.apache.log4j.Logger logger
Base
public Base(Store store)
throws XBRLException
- Throws:
XBRLException
getStore
public Store getStore()
throws XBRLException
- Specified by:
getStore in interface StoreHandler
- Returns:
- the underlying data store.
- Throws:
XBRLException- See Also:
StoreHandler.getStore()