public abstract class FactUse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NORMAL
This constant indicates that the concept item is used without information about
beginning or ending period.
|
| Constructor and Description |
|---|
FactUse(XMLElementDefinition item,
XBRLFactsList parent,
RowKey rowKey)
Instantiates a new fact use.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
XMLElementDefinition |
getItem()
Access to the item of this item use tuple.
|
XBRLFactsList |
getParent()
Access to the parent of this item.
|
RowKey |
getRowKey()
Access to the RowKey for this item.
|
int |
hashCode() |
public static final int NORMAL
public FactUse(XMLElementDefinition item, XBRLFactsList parent, RowKey rowKey)
item - the itemparent - the parentrowKey - the row keypublic XMLElementDefinition getItem()
public XBRLFactsList getParent()
public RowKey getRowKey()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object