org.xbrlapi.loader
Class HistoryImpl
java.lang.Object
org.xbrlapi.loader.HistoryImpl
- All Implemented Interfaces:
- Serializable, History
public class HistoryImpl
- extends Object
- implements History
- See Also:
- Serialized Form
HistoryImpl
public HistoryImpl()
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()