XBRLAPI

A Java API for XBRL


org.xbrlapi.loader
Class HistoryImpl

java.lang.Object
  extended by org.xbrlapi.loader.HistoryImpl
All Implemented Interfaces:
Serializable, History

public class HistoryImpl
extends Object
implements History

See Also:
Serialized Form

Constructor Summary
HistoryImpl()
           
 
Method Summary
 void addRecord(URI uri, String identifier)
           
 boolean equals(Object obj)
           
 String getIdentifier(URI uri)
           
 Set<URI> getURIs()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryImpl

public HistoryImpl()
Method Detail

addRecord

public void addRecord(URI uri,
                      String identifier)
Specified by:
addRecord in interface History
See Also:
History.addRecord(URI, String)

getIdentifier

public String getIdentifier(URI uri)
Specified by:
getIdentifier in interface History
See Also:
History.getIdentifier(URI)

getURIs

public Set<URI> getURIs()
Specified by:
getURIs in interface History

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

Get Java XBRL API implementation at SourceForge.net.