|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.dts.FactUse
public abstract class FactUse
This is a concept item and the use of that concept item together. The use of the item may be for the beginning of a period, for the end of a period or normal use if there is no indication
| Field Summary | |
|---|---|
static int |
NORMAL
This constant indicates that the concept item is used without information about beginning or ending period. |
| Constructor Summary | |
|---|---|
FactUse(XMLElementDefinition item,
XBRLFactsList parent,
RowKey rowKey)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NORMAL
| Constructor Detail |
|---|
public FactUse(XMLElementDefinition item,
XBRLFactsList parent,
RowKey rowKey)
| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||