public class Extraction
extends java.lang.Object
Constructor and Description |
---|
Extraction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getColname()
Gets the colname.
|
XBRLConcept |
getConceptID()
Gets the concept id.
|
java.lang.Integer |
getDataType()
Returns an integer indicating characteristics of the reported fact
in a bitfield structure: the lsb (less significant bit) bit is bit number 0:
Bit 0: False if Tuple, True if Item
Bit 1: False if non abstract, True if abstract
Bit 2: Reserved for future use (Numeric, Fraction)
Bits 3-6, on Item only: 0000 -> String, 0001 -> Any Number (in double precision), others are unused
Bit 10: 1 if FactId, 0 to use Bits from 3 to 6 to link with the proper table
.
|
java.util.Set<ExtractionDims> |
getExtractiondims()
Gets the extractiondims.
|
java.lang.Long |
getId()
Gets the id.
|
java.lang.String |
getTname()
Gets the tname.
|
int |
hashCode() |
void |
setColname(java.lang.String colname)
Sets the colname.
|
void |
setConceptID(XBRLConcept conceptID)
Sets the concept id.
|
void |
setDataType(java.lang.Integer dataType)
Sets the data type.
|
void |
setExtractiondims(java.util.Set<ExtractionDims> extractiondims)
Sets the extractiondims.
|
void |
setId(java.lang.Long id)
Sets the id.
|
void |
setTname(java.lang.String tname)
Sets the tname.
|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- the id to setpublic XBRLConcept getConceptID()
public void setConceptID(XBRLConcept conceptID)
conceptID
- the conceptID to setpublic java.lang.String getTname()
public void setTname(java.lang.String tname)
tname
- the tname to setpublic java.lang.String getColname()
public void setColname(java.lang.String colname)
colname
- the colname to setpublic java.util.Set<ExtractionDims> getExtractiondims()
public void setExtractiondims(java.util.Set<ExtractionDims> extractiondims)
extractiondims
- the extractiondims to setpublic java.lang.Integer getDataType()
public void setDataType(java.lang.Integer dataType)
dataType
- the dataType to setpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa