public class TwoContexts
extends java.lang.Object
| Constructor and Description |
|---|
TwoContexts(XBRLContext context1,
XBRLContext context2)
Instantiates a new two contexts.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
XBRLContext |
getContext1()
Gets the context1.
|
XBRLContext |
getContext2()
Gets the context2.
|
int |
hashCode() |
public TwoContexts(XBRLContext context1, XBRLContext context2)
context1 - the context1context2 - the context2public XBRLContext getContext1()
public XBRLContext getContext2()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object